PMD report

Problems found

#FileLineProblem
1 src/CBOR/CborConstants.java 8 PackageCase: Package name contains upper case characters
2 src/CBOR/CborConstants.java 8 PackageCase: Package name contains upper case characters
3 src/CBOR/CborConstants.java 15 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
4 src/CBOR/CborConstants.java 15 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
5 src/CBOR/CborConstants.java 15 LongVariable: Avoid excessively long variable names like TYPE_UNSIGNED_INTEGER
6 src/CBOR/CborConstants.java 15 LongVariable: Avoid excessively long variable names like TYPE_UNSIGNED_INTEGER
7 src/CBOR/CborConstants.java 17 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
8 src/CBOR/CborConstants.java 17 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
9 src/CBOR/CborConstants.java 17 LongVariable: Avoid excessively long variable names like TYPE_NEGATIVE_INTEGER
10 src/CBOR/CborConstants.java 17 LongVariable: Avoid excessively long variable names like TYPE_NEGATIVE_INTEGER
11 src/CBOR/CborConstants.java 19 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
12 src/CBOR/CborConstants.java 19 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
13 src/CBOR/CborConstants.java 21 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
14 src/CBOR/CborConstants.java 21 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
15 src/CBOR/CborConstants.java 23 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
16 src/CBOR/CborConstants.java 23 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
17 src/CBOR/CborConstants.java 25 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
18 src/CBOR/CborConstants.java 25 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
19 src/CBOR/CborConstants.java 27 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
20 src/CBOR/CborConstants.java 27 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
21 src/CBOR/CborConstants.java 29 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
22 src/CBOR/CborConstants.java 29 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
23 src/CBOR/CborConstants.java 32 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
24 src/CBOR/CborConstants.java 32 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
25 src/CBOR/CborConstants.java 34 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
26 src/CBOR/CborConstants.java 34 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
27 src/CBOR/CborConstants.java 36 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
28 src/CBOR/CborConstants.java 36 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
29 src/CBOR/CborConstants.java 38 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
30 src/CBOR/CborConstants.java 38 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
31 src/CBOR/CborConstants.java 40 CommentSize: Comment is too large: Line too long
32 src/CBOR/CborConstants.java 40 CommentSize: Comment is too large: Line too long
33 src/CBOR/CborConstants.java 41 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
34 src/CBOR/CborConstants.java 41 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
35 src/CBOR/CborConstants.java 42 CommentSize: Comment is too large: Line too long
36 src/CBOR/CborConstants.java 42 CommentSize: Comment is too large: Line too long
37 src/CBOR/CborConstants.java 43 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
38 src/CBOR/CborConstants.java 43 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
39 src/CBOR/CborConstants.java 44 CommentSize: Comment is too large: Line too long
40 src/CBOR/CborConstants.java 44 CommentSize: Comment is too large: Line too long
41 src/CBOR/CborConstants.java 45 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
42 src/CBOR/CborConstants.java 45 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
43 src/CBOR/CborConstants.java 46 CommentSize: Comment is too large: Line too long
44 src/CBOR/CborConstants.java 46 CommentSize: Comment is too large: Line too long
45 src/CBOR/CborConstants.java 47 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
46 src/CBOR/CborConstants.java 47 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
47 src/CBOR/CborConstants.java 49 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
48 src/CBOR/CborConstants.java 49 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
49 src/CBOR/CborConstants.java 49 LongVariable: Avoid excessively long variable names like HALF_PRECISION_FLOAT
50 src/CBOR/CborConstants.java 49 LongVariable: Avoid excessively long variable names like HALF_PRECISION_FLOAT
51 src/CBOR/CborConstants.java 50 CommentSize: Comment is too large: Line too long
52 src/CBOR/CborConstants.java 50 CommentSize: Comment is too large: Line too long
53 src/CBOR/CborConstants.java 51 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
54 src/CBOR/CborConstants.java 51 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
55 src/CBOR/CborConstants.java 51 LongVariable: Avoid excessively long variable names like SINGLE_PRECISION_FLOAT
56 src/CBOR/CborConstants.java 51 LongVariable: Avoid excessively long variable names like SINGLE_PRECISION_FLOAT
57 src/CBOR/CborConstants.java 52 CommentSize: Comment is too large: Line too long
58 src/CBOR/CborConstants.java 52 CommentSize: Comment is too large: Line too long
59 src/CBOR/CborConstants.java 53 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
60 src/CBOR/CborConstants.java 53 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
61 src/CBOR/CborConstants.java 53 LongVariable: Avoid excessively long variable names like DOUBLE_PRECISION_FLOAT
62 src/CBOR/CborConstants.java 53 LongVariable: Avoid excessively long variable names like DOUBLE_PRECISION_FLOAT
63 src/CBOR/CborConstants.java 55 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
64 src/CBOR/CborConstants.java 55 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
65 src/CBOR/CborConstants.java 57 CommentSize: Comment is too large: Line too long
66 src/CBOR/CborConstants.java 57 CommentSize: Comment is too large: Line too long
67 src/CBOR/CborConstants.java 58 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
68 src/CBOR/CborConstants.java 58 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
69 src/CBOR/CborConstants.java 58 LongVariable: Avoid excessively long variable names like TAG_STANDARD_DATE_TIME
70 src/CBOR/CborConstants.java 58 LongVariable: Avoid excessively long variable names like TAG_STANDARD_DATE_TIME
71 src/CBOR/CborConstants.java 59 CommentSize: Comment is too large: Line too long
72 src/CBOR/CborConstants.java 59 CommentSize: Comment is too large: Line too long
73 src/CBOR/CborConstants.java 60 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
74 src/CBOR/CborConstants.java 60 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
75 src/CBOR/CborConstants.java 60 LongVariable: Avoid excessively long variable names like TAG_EPOCH_DATE_TIME
76 src/CBOR/CborConstants.java 60 LongVariable: Avoid excessively long variable names like TAG_EPOCH_DATE_TIME
77 src/CBOR/CborConstants.java 62 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
78 src/CBOR/CborConstants.java 62 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
79 src/CBOR/CborConstants.java 62 LongVariable: Avoid excessively long variable names like TAG_POSITIVE_BIGINT
80 src/CBOR/CborConstants.java 62 LongVariable: Avoid excessively long variable names like TAG_POSITIVE_BIGINT
81 src/CBOR/CborConstants.java 64 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
82 src/CBOR/CborConstants.java 64 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
83 src/CBOR/CborConstants.java 64 LongVariable: Avoid excessively long variable names like TAG_NEGATIVE_BIGINT
84 src/CBOR/CborConstants.java 64 LongVariable: Avoid excessively long variable names like TAG_NEGATIVE_BIGINT
85 src/CBOR/CborConstants.java 65 CommentSize: Comment is too large: Line too long
86 src/CBOR/CborConstants.java 65 CommentSize: Comment is too large: Line too long
87 src/CBOR/CborConstants.java 66 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
88 src/CBOR/CborConstants.java 66 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
89 src/CBOR/CborConstants.java 66 LongVariable: Avoid excessively long variable names like TAG_DECIMAL_FRACTION
90 src/CBOR/CborConstants.java 66 LongVariable: Avoid excessively long variable names like TAG_DECIMAL_FRACTION
91 src/CBOR/CborConstants.java 67 CommentSize: Comment is too large: Line too long
92 src/CBOR/CborConstants.java 67 CommentSize: Comment is too large: Line too long
93 src/CBOR/CborConstants.java 68 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
94 src/CBOR/CborConstants.java 68 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
95 src/CBOR/CborConstants.java 70 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
96 src/CBOR/CborConstants.java 70 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
97 src/CBOR/CborConstants.java 70 LongVariable: Avoid excessively long variable names like TAG_EXPECTED_BASE64_URL_ENCODED
98 src/CBOR/CborConstants.java 70 LongVariable: Avoid excessively long variable names like TAG_EXPECTED_BASE64_URL_ENCODED
99 src/CBOR/CborConstants.java 72 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
100 src/CBOR/CborConstants.java 72 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
101 src/CBOR/CborConstants.java 72 LongVariable: Avoid excessively long variable names like TAG_EXPECTED_BASE64_ENCODED
102 src/CBOR/CborConstants.java 72 LongVariable: Avoid excessively long variable names like TAG_EXPECTED_BASE64_ENCODED
103 src/CBOR/CborConstants.java 74 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
104 src/CBOR/CborConstants.java 74 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
105 src/CBOR/CborConstants.java 74 LongVariable: Avoid excessively long variable names like TAG_EXPECTED_BASE16_ENCODED
106 src/CBOR/CborConstants.java 74 LongVariable: Avoid excessively long variable names like TAG_EXPECTED_BASE16_ENCODED
107 src/CBOR/CborConstants.java 76 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
108 src/CBOR/CborConstants.java 76 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
109 src/CBOR/CborConstants.java 78 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
110 src/CBOR/CborConstants.java 78 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
111 src/CBOR/CborConstants.java 80 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
112 src/CBOR/CborConstants.java 80 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
113 src/CBOR/CborConstants.java 80 LongVariable: Avoid excessively long variable names like TAG_BASE64_URL_ENCODED
114 src/CBOR/CborConstants.java 80 LongVariable: Avoid excessively long variable names like TAG_BASE64_URL_ENCODED
115 src/CBOR/CborConstants.java 82 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
116 src/CBOR/CborConstants.java 82 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
117 src/CBOR/CborConstants.java 82 LongVariable: Avoid excessively long variable names like TAG_BASE64_ENCODED
118 src/CBOR/CborConstants.java 82 LongVariable: Avoid excessively long variable names like TAG_BASE64_ENCODED
119 src/CBOR/CborConstants.java 83 CommentSize: Comment is too large: Line too long
120 src/CBOR/CborConstants.java 83 CommentSize: Comment is too large: Line too long
121 src/CBOR/CborConstants.java 84 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
122 src/CBOR/CborConstants.java 84 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
123 src/CBOR/CborConstants.java 86 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
124 src/CBOR/CborConstants.java 86 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
125 src/CBOR/CborConstants.java 88 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
126 src/CBOR/CborConstants.java 88 ConstantsInInterface: Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
127 src/CBOR/CborConstants.java 88 UseUnderscoresInNumericLiterals: Number 55799 should separate every third digit with an underscore
128 src/CBOR/CborConstants.java 88 UseUnderscoresInNumericLiterals: Number 55799 should separate every third digit with an underscore
129 src/CBOR/CborDecoder.java 6 PackageCase: Package name contains upper case characters
130 src/CBOR/CborDecoder.java 6 PackageCase: Package name contains upper case characters
131 src/CBOR/CborDecoder.java 17 CommentSize: Comment is too large: Line too long
132 src/CBOR/CborDecoder.java 17 CommentSize: Comment is too large: Line too long
133 src/CBOR/CborDecoder.java 19 TooManyMethods: This class has too many methods, consider refactoring it.
134 src/CBOR/CborDecoder.java 19 TooManyMethods: This class has too many methods, consider refactoring it.
135 src/CBOR/CborDecoder.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
136 src/CBOR/CborDecoder.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
137 src/CBOR/CborDecoder.java 20 CommentRequired: Field comments are required
138 src/CBOR/CborDecoder.java 20 CommentRequired: Field comments are required
139 src/CBOR/CborDecoder.java 25 CommentSize: Comment is too large: Line too long
140 src/CBOR/CborDecoder.java 25 CommentSize: Comment is too large: Line too long
141 src/CBOR/CborDecoder.java 27 MethodArgumentCouldBeFinal: Parameter 'is' is not assigned and could be declared final
142 src/CBOR/CborDecoder.java 27 MethodArgumentCouldBeFinal: Parameter 'is' is not assigned and could be declared final
143 src/CBOR/CborDecoder.java 27 ShortVariable: Avoid variables with short names like is
144 src/CBOR/CborDecoder.java 27 ShortVariable: Avoid variables with short names like is
145 src/CBOR/CborDecoder.java 31 UselessParentheses: Useless parentheses.
146 src/CBOR/CborDecoder.java 31 UselessParentheses: Useless parentheses.
147 src/CBOR/CborDecoder.java 34 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
148 src/CBOR/CborDecoder.java 34 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
149 src/CBOR/CborDecoder.java 34 MethodArgumentCouldBeFinal: Parameter 'msg' is not assigned and could be declared final
150 src/CBOR/CborDecoder.java 34 MethodArgumentCouldBeFinal: Parameter 'msg' is not assigned and could be declared final
151 src/CBOR/CborDecoder.java 38 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
152 src/CBOR/CborDecoder.java 38 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
153 src/CBOR/CborDecoder.java 39 UselessParentheses: Useless parentheses.
154 src/CBOR/CborDecoder.java 39 UselessParentheses: Useless parentheses.
155 src/CBOR/CborDecoder.java 46 CommentSize: Comment is too large: Line too long
156 src/CBOR/CborDecoder.java 46 CommentSize: Comment is too large: Line too long
157 src/CBOR/CborDecoder.java 47 CommentSize: Comment is too large: Line too long
158 src/CBOR/CborDecoder.java 47 CommentSize: Comment is too large: Line too long
159 src/CBOR/CborDecoder.java 50 LocalVariableCouldBeFinal: Local variable 'p' could be declared final
160 src/CBOR/CborDecoder.java 50 LocalVariableCouldBeFinal: Local variable 'p' could be declared final
161 src/CBOR/CborDecoder.java 50 ShortVariable: Avoid variables with short names like p
162 src/CBOR/CborDecoder.java 50 ShortVariable: Avoid variables with short names like p
163 src/CBOR/CborDecoder.java 53 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
164 src/CBOR/CborDecoder.java 53 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
165 src/CBOR/CborDecoder.java 62 CommentSize: Comment is too large: Line too long
166 src/CBOR/CborDecoder.java 62 CommentSize: Comment is too large: Line too long
167 src/CBOR/CborDecoder.java 63 CommentSize: Comment is too large: Line too long
168 src/CBOR/CborDecoder.java 63 CommentSize: Comment is too large: Line too long
169 src/CBOR/CborDecoder.java 73 CommentSize: Comment is too large: Line too long
170 src/CBOR/CborDecoder.java 73 CommentSize: Comment is too large: Line too long
171 src/CBOR/CborDecoder.java 76 LocalVariableCouldBeFinal: Local variable 'b' could be declared final
172 src/CBOR/CborDecoder.java 76 LocalVariableCouldBeFinal: Local variable 'b' could be declared final
173 src/CBOR/CborDecoder.java 76 ShortVariable: Avoid variables with short names like b
174 src/CBOR/CborDecoder.java 76 ShortVariable: Avoid variables with short names like b
175 src/CBOR/CborDecoder.java 87 CommentSize: Comment is too large: Line too long
176 src/CBOR/CborDecoder.java 87 CommentSize: Comment is too large: Line too long
177 src/CBOR/CborDecoder.java 98 CommentSize: Comment is too large: Line too long
178 src/CBOR/CborDecoder.java 98 CommentSize: Comment is too large: Line too long
179 src/CBOR/CborDecoder.java 99 CommentSize: Comment is too large: Line too long
180 src/CBOR/CborDecoder.java 99 CommentSize: Comment is too large: Line too long
181 src/CBOR/CborDecoder.java 102 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
182 src/CBOR/CborDecoder.java 102 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
183 src/CBOR/CborDecoder.java 115 CommentSize: Comment is too large: Line too long
184 src/CBOR/CborDecoder.java 115 CommentSize: Comment is too large: Line too long
185 src/CBOR/CborDecoder.java 116 CommentSize: Comment is too large: Line too long
186 src/CBOR/CborDecoder.java 116 CommentSize: Comment is too large: Line too long
187 src/CBOR/CborDecoder.java 125 CommentSize: Comment is too large: Line too long
188 src/CBOR/CborDecoder.java 125 CommentSize: Comment is too large: Line too long
189 src/CBOR/CborDecoder.java 126 CommentSize: Comment is too large: Line too long
190 src/CBOR/CborDecoder.java 126 CommentSize: Comment is too large: Line too long
191 src/CBOR/CborDecoder.java 137 CommentSize: Comment is too large: Line too long
192 src/CBOR/CborDecoder.java 137 CommentSize: Comment is too large: Line too long
193 src/CBOR/CborDecoder.java 138 CommentSize: Comment is too large: Line too long
194 src/CBOR/CborDecoder.java 138 CommentSize: Comment is too large: Line too long
195 src/CBOR/CborDecoder.java 149 CommentSize: Comment is too large: Line too long
196 src/CBOR/CborDecoder.java 149 CommentSize: Comment is too large: Line too long
197 src/CBOR/CborDecoder.java 150 CommentSize: Comment is too large: Line too long
198 src/CBOR/CborDecoder.java 150 CommentSize: Comment is too large: Line too long
199 src/CBOR/CborDecoder.java 155 LocalVariableCouldBeFinal: Local variable 'half' could be declared final
200 src/CBOR/CborDecoder.java 155 LocalVariableCouldBeFinal: Local variable 'half' could be declared final
201 src/CBOR/CborDecoder.java 156 LocalVariableCouldBeFinal: Local variable 'exp' could be declared final
202 src/CBOR/CborDecoder.java 156 LocalVariableCouldBeFinal: Local variable 'exp' could be declared final
203 src/CBOR/CborDecoder.java 157 LocalVariableCouldBeFinal: Local variable 'mant' could be declared final
204 src/CBOR/CborDecoder.java 157 LocalVariableCouldBeFinal: Local variable 'mant' could be declared final
205 src/CBOR/CborDecoder.java 162 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
206 src/CBOR/CborDecoder.java 162 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
207 src/CBOR/CborDecoder.java 162 ConfusingTernary: Avoid if (x != y) ..; else ..;
208 src/CBOR/CborDecoder.java 162 ConfusingTernary: Avoid if (x != y) ..; else ..;
209 src/CBOR/CborDecoder.java 164 ConfusingTernary: Avoid if (x != y) ..; else ..;
210 src/CBOR/CborDecoder.java 164 ConfusingTernary: Avoid if (x != y) ..; else ..;
211 src/CBOR/CborDecoder.java 176 CommentSize: Comment is too large: Line too long
212 src/CBOR/CborDecoder.java 176 CommentSize: Comment is too large: Line too long
213 src/CBOR/CborDecoder.java 177 CommentSize: Comment is too large: Line too long
214 src/CBOR/CborDecoder.java 177 CommentSize: Comment is too large: Line too long
215 src/CBOR/CborDecoder.java 180 LocalVariableCouldBeFinal: Local variable 'ib' could be declared final
216 src/CBOR/CborDecoder.java 180 LocalVariableCouldBeFinal: Local variable 'ib' could be declared final
217 src/CBOR/CborDecoder.java 180 ShortVariable: Avoid variables with short names like ib
218 src/CBOR/CborDecoder.java 180 ShortVariable: Avoid variables with short names like ib
219 src/CBOR/CborDecoder.java 183 LocalVariableCouldBeFinal: Local variable 'ui' could be declared final
220 src/CBOR/CborDecoder.java 183 LocalVariableCouldBeFinal: Local variable 'ui' could be declared final
221 src/CBOR/CborDecoder.java 183 ShortVariable: Avoid variables with short names like ui
222 src/CBOR/CborDecoder.java 183 ShortVariable: Avoid variables with short names like ui
223 src/CBOR/CborDecoder.java 191 CommentSize: Comment is too large: Line too long
224 src/CBOR/CborDecoder.java 191 CommentSize: Comment is too large: Line too long
225 src/CBOR/CborDecoder.java 192 CommentSize: Comment is too large: Line too long
226 src/CBOR/CborDecoder.java 192 CommentSize: Comment is too large: Line too long
227 src/CBOR/CborDecoder.java 195 LocalVariableCouldBeFinal: Local variable 'ib' could be declared final
228 src/CBOR/CborDecoder.java 195 LocalVariableCouldBeFinal: Local variable 'ib' could be declared final
229 src/CBOR/CborDecoder.java 195 ShortVariable: Avoid variables with short names like ib
230 src/CBOR/CborDecoder.java 195 ShortVariable: Avoid variables with short names like ib
231 src/CBOR/CborDecoder.java 198 LocalVariableCouldBeFinal: Local variable 'ui' could be declared final
232 src/CBOR/CborDecoder.java 198 LocalVariableCouldBeFinal: Local variable 'ui' could be declared final
233 src/CBOR/CborDecoder.java 198 ShortVariable: Avoid variables with short names like ui
234 src/CBOR/CborDecoder.java 198 ShortVariable: Avoid variables with short names like ui
235 src/CBOR/CborDecoder.java 206 CommentSize: Comment is too large: Line too long
236 src/CBOR/CborDecoder.java 206 CommentSize: Comment is too large: Line too long
237 src/CBOR/CborDecoder.java 207 CommentSize: Comment is too large: Line too long
238 src/CBOR/CborDecoder.java 207 CommentSize: Comment is too large: Line too long
239 src/CBOR/CborDecoder.java 210 LocalVariableCouldBeFinal: Local variable 'ib' could be declared final
240 src/CBOR/CborDecoder.java 210 LocalVariableCouldBeFinal: Local variable 'ib' could be declared final
241 src/CBOR/CborDecoder.java 210 ShortVariable: Avoid variables with short names like ib
242 src/CBOR/CborDecoder.java 210 ShortVariable: Avoid variables with short names like ib
243 src/CBOR/CborDecoder.java 213 LocalVariableCouldBeFinal: Local variable 'ui' could be declared final
244 src/CBOR/CborDecoder.java 213 LocalVariableCouldBeFinal: Local variable 'ui' could be declared final
245 src/CBOR/CborDecoder.java 213 ShortVariable: Avoid variables with short names like ui
246 src/CBOR/CborDecoder.java 213 ShortVariable: Avoid variables with short names like ui
247 src/CBOR/CborDecoder.java 221 CommentSize: Comment is too large: Line too long
248 src/CBOR/CborDecoder.java 221 CommentSize: Comment is too large: Line too long
249 src/CBOR/CborDecoder.java 222 CommentSize: Comment is too large: Line too long
250 src/CBOR/CborDecoder.java 222 CommentSize: Comment is too large: Line too long
251 src/CBOR/CborDecoder.java 225 LocalVariableCouldBeFinal: Local variable 'ib' could be declared final
252 src/CBOR/CborDecoder.java 225 LocalVariableCouldBeFinal: Local variable 'ib' could be declared final
253 src/CBOR/CborDecoder.java 225 ShortVariable: Avoid variables with short names like ib
254 src/CBOR/CborDecoder.java 225 ShortVariable: Avoid variables with short names like ib
255 src/CBOR/CborDecoder.java 228 LocalVariableCouldBeFinal: Local variable 'ui' could be declared final
256 src/CBOR/CborDecoder.java 228 LocalVariableCouldBeFinal: Local variable 'ui' could be declared final
257 src/CBOR/CborDecoder.java 228 ShortVariable: Avoid variables with short names like ui
258 src/CBOR/CborDecoder.java 228 ShortVariable: Avoid variables with short names like ui
259 src/CBOR/CborDecoder.java 236 CommentSize: Comment is too large: Line too long
260 src/CBOR/CborDecoder.java 236 CommentSize: Comment is too large: Line too long
261 src/CBOR/CborDecoder.java 237 CommentSize: Comment is too large: Line too long
262 src/CBOR/CborDecoder.java 237 CommentSize: Comment is too large: Line too long
263 src/CBOR/CborDecoder.java 240 LocalVariableCouldBeFinal: Local variable 'ib' could be declared final
264 src/CBOR/CborDecoder.java 240 LocalVariableCouldBeFinal: Local variable 'ib' could be declared final
265 src/CBOR/CborDecoder.java 240 ShortVariable: Avoid variables with short names like ib
266 src/CBOR/CborDecoder.java 240 ShortVariable: Avoid variables with short names like ib
267 src/CBOR/CborDecoder.java 243 LocalVariableCouldBeFinal: Local variable 'ui' could be declared final
268 src/CBOR/CborDecoder.java 243 LocalVariableCouldBeFinal: Local variable 'ui' could be declared final
269 src/CBOR/CborDecoder.java 243 ShortVariable: Avoid variables with short names like ui
270 src/CBOR/CborDecoder.java 243 ShortVariable: Avoid variables with short names like ui
271 src/CBOR/CborDecoder.java 252 CommentSize: Comment is too large: Line too long
272 src/CBOR/CborDecoder.java 252 CommentSize: Comment is too large: Line too long
273 src/CBOR/CborDecoder.java 262 CommentSize: Comment is too large: Line too long
274 src/CBOR/CborDecoder.java 262 CommentSize: Comment is too large: Line too long
275 src/CBOR/CborDecoder.java 273 CommentSize: Comment is too large: Line too long
276 src/CBOR/CborDecoder.java 273 CommentSize: Comment is too large: Line too long
277 src/CBOR/CborDecoder.java 283 CommentSize: Comment is too large: Line too long
278 src/CBOR/CborDecoder.java 283 CommentSize: Comment is too large: Line too long
279 src/CBOR/CborDecoder.java 284 CommentSize: Comment is too large: Line too long
280 src/CBOR/CborDecoder.java 284 CommentSize: Comment is too large: Line too long
281 src/CBOR/CborDecoder.java 287 LocalVariableCouldBeFinal: Local variable 'ib' could be declared final
282 src/CBOR/CborDecoder.java 287 LocalVariableCouldBeFinal: Local variable 'ib' could be declared final
283 src/CBOR/CborDecoder.java 287 ShortVariable: Avoid variables with short names like ib
284 src/CBOR/CborDecoder.java 287 ShortVariable: Avoid variables with short names like ib
285 src/CBOR/CborDecoder.java 290 LocalVariableCouldBeFinal: Local variable 'ui' could be declared final
286 src/CBOR/CborDecoder.java 290 LocalVariableCouldBeFinal: Local variable 'ui' could be declared final
287 src/CBOR/CborDecoder.java 290 ShortVariable: Avoid variables with short names like ui
288 src/CBOR/CborDecoder.java 290 ShortVariable: Avoid variables with short names like ui
289 src/CBOR/CborDecoder.java 299 CommentSize: Comment is too large: Line too long
290 src/CBOR/CborDecoder.java 299 CommentSize: Comment is too large: Line too long
291 src/CBOR/CborDecoder.java 308 CommentSize: Comment is too large: Line too long
292 src/CBOR/CborDecoder.java 308 CommentSize: Comment is too large: Line too long
293 src/CBOR/CborDecoder.java 309 CommentSize: Comment is too large: Line too long
294 src/CBOR/CborDecoder.java 309 CommentSize: Comment is too large: Line too long
295 src/CBOR/CborDecoder.java 312 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
296 src/CBOR/CborDecoder.java 312 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
297 src/CBOR/CborDecoder.java 325 CommentSize: Comment is too large: Line too long
298 src/CBOR/CborDecoder.java 325 CommentSize: Comment is too large: Line too long
299 src/CBOR/CborDecoder.java 326 CommentSize: Comment is too large: Line too long
300 src/CBOR/CborDecoder.java 326 CommentSize: Comment is too large: Line too long
301 src/CBOR/CborDecoder.java 336 CommentSize: Comment is too large: Line too long
302 src/CBOR/CborDecoder.java 336 CommentSize: Comment is too large: Line too long
303 src/CBOR/CborDecoder.java 344 CommentSize: Comment is too large: Line too long
304 src/CBOR/CborDecoder.java 344 CommentSize: Comment is too large: Line too long
305 src/CBOR/CborDecoder.java 346 CommentSize: Comment is too large: Line too long
306 src/CBOR/CborDecoder.java 346 CommentSize: Comment is too large: Line too long
307 src/CBOR/CborDecoder.java 347 CommentSize: Comment is too large: Line too long
308 src/CBOR/CborDecoder.java 347 CommentSize: Comment is too large: Line too long
309 src/CBOR/CborDecoder.java 348 CommentSize: Comment is too large: Line too long
310 src/CBOR/CborDecoder.java 348 CommentSize: Comment is too large: Line too long
311 src/CBOR/CborDecoder.java 350 MethodArgumentCouldBeFinal: Parameter 'ib' is not assigned and could be declared final
312 src/CBOR/CborDecoder.java 350 MethodArgumentCouldBeFinal: Parameter 'ib' is not assigned and could be declared final
313 src/CBOR/CborDecoder.java 350 ShortVariable: Avoid variables with short names like ib
314 src/CBOR/CborDecoder.java 350 ShortVariable: Avoid variables with short names like ib
315 src/CBOR/CborDecoder.java 351 LocalVariableCouldBeFinal: Local variable 'majorType' could be declared final
316 src/CBOR/CborDecoder.java 351 LocalVariableCouldBeFinal: Local variable 'majorType' could be declared final
317 src/CBOR/CborDecoder.java 351 UselessParentheses: Useless parentheses.
318 src/CBOR/CborDecoder.java 351 UselessParentheses: Useless parentheses.
319 src/CBOR/CborDecoder.java 352 UselessParentheses: Useless parentheses.
320 src/CBOR/CborDecoder.java 352 UselessParentheses: Useless parentheses.
321 src/CBOR/CborDecoder.java 352 UselessParentheses: Useless parentheses.
322 src/CBOR/CborDecoder.java 352 UselessParentheses: Useless parentheses.
323 src/CBOR/CborDecoder.java 360 CommentSize: Comment is too large: Line too long
324 src/CBOR/CborDecoder.java 360 CommentSize: Comment is too large: Line too long
325 src/CBOR/CborDecoder.java 362 CommentSize: Comment is too large: Line too long
326 src/CBOR/CborDecoder.java 362 CommentSize: Comment is too large: Line too long
327 src/CBOR/CborDecoder.java 364 CommentSize: Comment is too large: Line too long
328 src/CBOR/CborDecoder.java 364 CommentSize: Comment is too large: Line too long
329 src/CBOR/CborDecoder.java 366 MethodArgumentCouldBeFinal: Parameter 'majorType' is not assigned and could be declared final
330 src/CBOR/CborDecoder.java 366 MethodArgumentCouldBeFinal: Parameter 'majorType' is not assigned and could be declared final
331 src/CBOR/CborDecoder.java 367 LocalVariableCouldBeFinal: Local variable 'ib' could be declared final
332 src/CBOR/CborDecoder.java 367 LocalVariableCouldBeFinal: Local variable 'ib' could be declared final
333 src/CBOR/CborDecoder.java 367 ShortVariable: Avoid variables with short names like ib
334 src/CBOR/CborDecoder.java 367 ShortVariable: Avoid variables with short names like ib
335 src/CBOR/CborDecoder.java 375 CommentSize: Comment is too large: Line too long
336 src/CBOR/CborDecoder.java 375 CommentSize: Comment is too large: Line too long
337 src/CBOR/CborDecoder.java 377 CommentSize: Comment is too large: Line too long
338 src/CBOR/CborDecoder.java 377 CommentSize: Comment is too large: Line too long
339 src/CBOR/CborDecoder.java 379 CommentSize: Comment is too large: Line too long
340 src/CBOR/CborDecoder.java 379 CommentSize: Comment is too large: Line too long
341 src/CBOR/CborDecoder.java 381 MethodArgumentCouldBeFinal: Parameter 'majorType' is not assigned and could be declared final
342 src/CBOR/CborDecoder.java 381 MethodArgumentCouldBeFinal: Parameter 'majorType' is not assigned and could be declared final
343 src/CBOR/CborDecoder.java 381 MethodArgumentCouldBeFinal: Parameter 'subtype' is not assigned and could be declared final
344 src/CBOR/CborDecoder.java 381 MethodArgumentCouldBeFinal: Parameter 'subtype' is not assigned and could be declared final
345 src/CBOR/CborDecoder.java 382 LocalVariableCouldBeFinal: Local variable 'st' could be declared final
346 src/CBOR/CborDecoder.java 382 LocalVariableCouldBeFinal: Local variable 'st' could be declared final
347 src/CBOR/CborDecoder.java 382 ShortVariable: Avoid variables with short names like st
348 src/CBOR/CborDecoder.java 382 ShortVariable: Avoid variables with short names like st
349 src/CBOR/CborDecoder.java 389 CommentSize: Comment is too large: Line too long
350 src/CBOR/CborDecoder.java 389 CommentSize: Comment is too large: Line too long
351 src/CBOR/CborDecoder.java 391 CommentSize: Comment is too large: Line too long
352 src/CBOR/CborDecoder.java 391 CommentSize: Comment is too large: Line too long
353 src/CBOR/CborDecoder.java 392 CommentSize: Comment is too large: Line too long
354 src/CBOR/CborDecoder.java 392 CommentSize: Comment is too large: Line too long
355 src/CBOR/CborDecoder.java 393 CommentSize: Comment is too large: Line too long
356 src/CBOR/CborDecoder.java 393 CommentSize: Comment is too large: Line too long
357 src/CBOR/CborDecoder.java 395 MethodArgumentCouldBeFinal: Parameter 'majorType' is not assigned and could be declared final
358 src/CBOR/CborDecoder.java 395 MethodArgumentCouldBeFinal: Parameter 'majorType' is not assigned and could be declared final
359 src/CBOR/CborDecoder.java 404 CommentSize: Comment is too large: Line too long
360 src/CBOR/CborDecoder.java 404 CommentSize: Comment is too large: Line too long
361 src/CBOR/CborDecoder.java 406 MethodArgumentCouldBeFinal: Parameter 'breakAllowed' is not assigned and could be declared final
362 src/CBOR/CborDecoder.java 406 MethodArgumentCouldBeFinal: Parameter 'breakAllowed' is not assigned and could be declared final
363 src/CBOR/CborDecoder.java 406 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
364 src/CBOR/CborDecoder.java 406 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
365 src/CBOR/CborDecoder.java 407 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'result' (lines '407'-'409').
366 src/CBOR/CborDecoder.java 407 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'result' (lines '407'-'409').
367 src/CBOR/CborDecoder.java 407 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'result' (lines '407'-'411').
368 src/CBOR/CborDecoder.java 407 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'result' (lines '407'-'411').
369 src/CBOR/CborDecoder.java 407 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'result' (lines '407'-'413').
370 src/CBOR/CborDecoder.java 407 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'result' (lines '407'-'413').
371 src/CBOR/CborDecoder.java 407 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'result' (lines '407'-'415').
372 src/CBOR/CborDecoder.java 407 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'result' (lines '407'-'415').
373 src/CBOR/CborDecoder.java 407 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'result' (lines '407'-'417').
374 src/CBOR/CborDecoder.java 407 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'result' (lines '407'-'417').
375 src/CBOR/CborDecoder.java 407 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'result' (lines '407'-'425').
376 src/CBOR/CborDecoder.java 407 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'result' (lines '407'-'425').
377 src/CBOR/CborDecoder.java 419 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
378 src/CBOR/CborDecoder.java 419 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
379 src/CBOR/CborDecoder.java 430 CommentSize: Comment is too large: Line too long
380 src/CBOR/CborDecoder.java 430 CommentSize: Comment is too large: Line too long
381 src/CBOR/CborDecoder.java 431 CommentSize: Comment is too large: Line too long
382 src/CBOR/CborDecoder.java 431 CommentSize: Comment is too large: Line too long
383 src/CBOR/CborDecoder.java 434 LocalVariableCouldBeFinal: Local variable 'buf' could be declared final
384 src/CBOR/CborDecoder.java 434 LocalVariableCouldBeFinal: Local variable 'buf' could be declared final
385 src/CBOR/CborDecoder.java 441 CommentSize: Comment is too large: Line too long
386 src/CBOR/CborDecoder.java 441 CommentSize: Comment is too large: Line too long
387 src/CBOR/CborDecoder.java 442 CommentSize: Comment is too large: Line too long
388 src/CBOR/CborDecoder.java 442 CommentSize: Comment is too large: Line too long
389 src/CBOR/CborDecoder.java 445 LocalVariableCouldBeFinal: Local variable 'buf' could be declared final
390 src/CBOR/CborDecoder.java 445 LocalVariableCouldBeFinal: Local variable 'buf' could be declared final
391 src/CBOR/CborDecoder.java 452 CommentSize: Comment is too large: Line too long
392 src/CBOR/CborDecoder.java 452 CommentSize: Comment is too large: Line too long
393 src/CBOR/CborDecoder.java 453 CommentSize: Comment is too large: Line too long
394 src/CBOR/CborDecoder.java 453 CommentSize: Comment is too large: Line too long
395 src/CBOR/CborDecoder.java 456 LocalVariableCouldBeFinal: Local variable 'buf' could be declared final
396 src/CBOR/CborDecoder.java 456 LocalVariableCouldBeFinal: Local variable 'buf' could be declared final
397 src/CBOR/CborDecoder.java 464 CommentSize: Comment is too large: Line too long
398 src/CBOR/CborDecoder.java 464 CommentSize: Comment is too large: Line too long
399 src/CBOR/CborDecoder.java 465 CommentSize: Comment is too large: Line too long
400 src/CBOR/CborDecoder.java 465 CommentSize: Comment is too large: Line too long
401 src/CBOR/CborDecoder.java 476 CommentSize: Comment is too large: Line too long
402 src/CBOR/CborDecoder.java 476 CommentSize: Comment is too large: Line too long
403 src/CBOR/CborDecoder.java 478 MethodArgumentCouldBeFinal: Parameter 'expectedLength' is not assigned and could be declared final
404 src/CBOR/CborDecoder.java 478 MethodArgumentCouldBeFinal: Parameter 'expectedLength' is not assigned and could be declared final
405 src/CBOR/CborDecoder.java 478 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
406 src/CBOR/CborDecoder.java 478 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
407 src/CBOR/CborDecoder.java 479 UselessParentheses: Useless parentheses.
408 src/CBOR/CborDecoder.java 479 UselessParentheses: Useless parentheses.
409 src/CBOR/CborDecoder.java 479 UselessParentheses: Useless parentheses.
410 src/CBOR/CborDecoder.java 479 UselessParentheses: Useless parentheses.
411 src/CBOR/CborDecoder.java 479 UselessParentheses: Useless parentheses.
412 src/CBOR/CborDecoder.java 479 UselessParentheses: Useless parentheses.
413 src/CBOR/CborDecoder.java 479 UselessParentheses: Useless parentheses.
414 src/CBOR/CborDecoder.java 479 UselessParentheses: Useless parentheses.
415 src/CBOR/CborDecoder.java 479 UselessParentheses: Useless parentheses.
416 src/CBOR/CborDecoder.java 479 UselessParentheses: Useless parentheses.
417 src/CBOR/CborDecoder.java 479 UselessParentheses: Useless parentheses.
418 src/CBOR/CborDecoder.java 479 UselessParentheses: Useless parentheses.
419 src/CBOR/CborDecoder.java 486 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
420 src/CBOR/CborDecoder.java 486 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
421 src/CBOR/CborDecoder.java 487 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
422 src/CBOR/CborDecoder.java 487 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
423 src/CBOR/CborDecoder.java 488 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'off' (lines '488'-'497').
424 src/CBOR/CborDecoder.java 488 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'off' (lines '488'-'497').
425 src/CBOR/CborDecoder.java 488 LocalVariableCouldBeFinal: Local variable 'off' could be declared final
426 src/CBOR/CborDecoder.java 488 LocalVariableCouldBeFinal: Local variable 'off' could be declared final
427 src/CBOR/CborDecoder.java 488 ShortVariable: Avoid variables with short names like n
428 src/CBOR/CborDecoder.java 488 ShortVariable: Avoid variables with short names like n
429 src/CBOR/CborDecoder.java 490 LocalVariableCouldBeFinal: Local variable 'count' could be declared final
430 src/CBOR/CborDecoder.java 490 LocalVariableCouldBeFinal: Local variable 'count' could be declared final
431 src/CBOR/CborEncoder.java 8 PackageCase: Package name contains upper case characters
432 src/CBOR/CborEncoder.java 8 PackageCase: Package name contains upper case characters
433 src/CBOR/CborEncoder.java 16 CommentSize: Comment is too large: Line too long
434 src/CBOR/CborEncoder.java 16 CommentSize: Comment is too large: Line too long
435 src/CBOR/CborEncoder.java 18 TooManyMethods: This class has too many methods, consider refactoring it.
436 src/CBOR/CborEncoder.java 18 TooManyMethods: This class has too many methods, consider refactoring it.
437 src/CBOR/CborEncoder.java 19 CommentRequired: Field comments are required
438 src/CBOR/CborEncoder.java 19 CommentRequired: Field comments are required
439 src/CBOR/CborEncoder.java 21 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
440 src/CBOR/CborEncoder.java 21 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
441 src/CBOR/CborEncoder.java 21 CommentRequired: Field comments are required
442 src/CBOR/CborEncoder.java 21 CommentRequired: Field comments are required
443 src/CBOR/CborEncoder.java 26 CommentSize: Comment is too large: Line too long
444 src/CBOR/CborEncoder.java 26 CommentSize: Comment is too large: Line too long
445 src/CBOR/CborEncoder.java 28 MethodArgumentCouldBeFinal: Parameter 'os' is not assigned and could be declared final
446 src/CBOR/CborEncoder.java 28 MethodArgumentCouldBeFinal: Parameter 'os' is not assigned and could be declared final
447 src/CBOR/CborEncoder.java 28 ShortVariable: Avoid variables with short names like os
448 src/CBOR/CborEncoder.java 28 ShortVariable: Avoid variables with short names like os
449 src/CBOR/CborEncoder.java 35 CommentSize: Comment is too large: Too many lines
450 src/CBOR/CborEncoder.java 35 CommentSize: Comment is too large: Too many lines
451 src/CBOR/CborEncoder.java 39 CommentSize: Comment is too large: Line too long
452 src/CBOR/CborEncoder.java 39 CommentSize: Comment is too large: Line too long
453 src/CBOR/CborEncoder.java 45 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the halfPrecisionToRawIntBits method if you want a default access modifier
454 src/CBOR/CborEncoder.java 45 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the halfPrecisionToRawIntBits method if you want a default access modifier
455 src/CBOR/CborEncoder.java 45 DefaultPackage: Use explicit scoping instead of the default package private level
456 src/CBOR/CborEncoder.java 45 DefaultPackage: Use explicit scoping instead of the default package private level
457 src/CBOR/CborEncoder.java 45 MethodArgumentCouldBeFinal: Parameter 'fval' is not assigned and could be declared final
458 src/CBOR/CborEncoder.java 45 MethodArgumentCouldBeFinal: Parameter 'fval' is not assigned and could be declared final
459 src/CBOR/CborEncoder.java 46 LocalVariableCouldBeFinal: Local variable 'fbits' could be declared final
460 src/CBOR/CborEncoder.java 46 LocalVariableCouldBeFinal: Local variable 'fbits' could be declared final
461 src/CBOR/CborEncoder.java 47 LocalVariableCouldBeFinal: Local variable 'sign' could be declared final
462 src/CBOR/CborEncoder.java 47 LocalVariableCouldBeFinal: Local variable 'sign' could be declared final
463 src/CBOR/CborEncoder.java 51 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
464 src/CBOR/CborEncoder.java 51 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
465 src/CBOR/CborEncoder.java 52 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
466 src/CBOR/CborEncoder.java 52 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
467 src/CBOR/CborEncoder.java 53 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
468 src/CBOR/CborEncoder.java 53 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
469 src/CBOR/CborEncoder.java 55 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
470 src/CBOR/CborEncoder.java 55 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
471 src/CBOR/CborEncoder.java 57 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
472 src/CBOR/CborEncoder.java 57 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
473 src/CBOR/CborEncoder.java 59 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
474 src/CBOR/CborEncoder.java 59 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
475 src/CBOR/CborEncoder.java 61 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
476 src/CBOR/CborEncoder.java 61 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
477 src/CBOR/CborEncoder.java 63 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
478 src/CBOR/CborEncoder.java 63 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
479 src/CBOR/CborEncoder.java 65 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
480 src/CBOR/CborEncoder.java 65 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
481 src/CBOR/CborEncoder.java 67 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
482 src/CBOR/CborEncoder.java 67 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
483 src/CBOR/CborEncoder.java 71 CommentSize: Comment is too large: Line too long
484 src/CBOR/CborEncoder.java 71 CommentSize: Comment is too large: Line too long
485 src/CBOR/CborEncoder.java 75 CommentSize: Comment is too large: Too many lines
486 src/CBOR/CborEncoder.java 75 CommentSize: Comment is too large: Too many lines
487 src/CBOR/CborEncoder.java 78 CommentSize: Comment is too large: Line too long
488 src/CBOR/CborEncoder.java 78 CommentSize: Comment is too large: Line too long
489 src/CBOR/CborEncoder.java 79 CommentSize: Comment is too large: Line too long
490 src/CBOR/CborEncoder.java 79 CommentSize: Comment is too large: Line too long
491 src/CBOR/CborEncoder.java 82 CommentSize: Comment is too large: Line too long
492 src/CBOR/CborEncoder.java 82 CommentSize: Comment is too large: Line too long
493 src/CBOR/CborEncoder.java 88 CommentSize: Comment is too large: Too many lines
494 src/CBOR/CborEncoder.java 88 CommentSize: Comment is too large: Too many lines
495 src/CBOR/CborEncoder.java 91 CommentSize: Comment is too large: Line too long
496 src/CBOR/CborEncoder.java 91 CommentSize: Comment is too large: Line too long
497 src/CBOR/CborEncoder.java 96 CommentSize: Comment is too large: Line too long
498 src/CBOR/CborEncoder.java 96 CommentSize: Comment is too large: Line too long
499 src/CBOR/CborEncoder.java 98 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
500 src/CBOR/CborEncoder.java 98 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
501 src/CBOR/CborEncoder.java 109 CommentSize: Comment is too large: Line too long
502 src/CBOR/CborEncoder.java 109 CommentSize: Comment is too large: Line too long
503 src/CBOR/CborEncoder.java 111 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
504 src/CBOR/CborEncoder.java 111 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
505 src/CBOR/CborEncoder.java 118 CommentSize: Comment is too large: Line too long
506 src/CBOR/CborEncoder.java 118 CommentSize: Comment is too large: Line too long
507 src/CBOR/CborEncoder.java 127 CommentSize: Comment is too large: Line too long
508 src/CBOR/CborEncoder.java 127 CommentSize: Comment is too large: Line too long
509 src/CBOR/CborEncoder.java 128 CommentSize: Comment is too large: Line too long
510 src/CBOR/CborEncoder.java 128 CommentSize: Comment is too large: Line too long
511 src/CBOR/CborEncoder.java 130 MethodArgumentCouldBeFinal: Parameter 'bytes' is not assigned and could be declared final
512 src/CBOR/CborEncoder.java 130 MethodArgumentCouldBeFinal: Parameter 'bytes' is not assigned and could be declared final
513 src/CBOR/CborEncoder.java 134 CommentSize: Comment is too large: Too many lines
514 src/CBOR/CborEncoder.java 134 CommentSize: Comment is too large: Too many lines
515 src/CBOR/CborEncoder.java 137 CommentSize: Comment is too large: Line too long
516 src/CBOR/CborEncoder.java 137 CommentSize: Comment is too large: Line too long
517 src/CBOR/CborEncoder.java 138 CommentSize: Comment is too large: Line too long
518 src/CBOR/CborEncoder.java 138 CommentSize: Comment is too large: Line too long
519 src/CBOR/CborEncoder.java 141 CommentSize: Comment is too large: Line too long
520 src/CBOR/CborEncoder.java 141 CommentSize: Comment is too large: Line too long
521 src/CBOR/CborEncoder.java 150 CommentSize: Comment is too large: Line too long
522 src/CBOR/CborEncoder.java 150 CommentSize: Comment is too large: Line too long
523 src/CBOR/CborEncoder.java 151 CommentSize: Comment is too large: Line too long
524 src/CBOR/CborEncoder.java 151 CommentSize: Comment is too large: Line too long
525 src/CBOR/CborEncoder.java 153 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
526 src/CBOR/CborEncoder.java 153 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
527 src/CBOR/CborEncoder.java 160 CommentSize: Comment is too large: Line too long
528 src/CBOR/CborEncoder.java 160 CommentSize: Comment is too large: Line too long
529 src/CBOR/CborEncoder.java 161 CommentSize: Comment is too large: Line too long
530 src/CBOR/CborEncoder.java 161 CommentSize: Comment is too large: Line too long
531 src/CBOR/CborEncoder.java 163 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
532 src/CBOR/CborEncoder.java 163 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
533 src/CBOR/CborEncoder.java 170 CommentSize: Comment is too large: Line too long
534 src/CBOR/CborEncoder.java 170 CommentSize: Comment is too large: Line too long
535 src/CBOR/CborEncoder.java 171 CommentSize: Comment is too large: Line too long
536 src/CBOR/CborEncoder.java 171 CommentSize: Comment is too large: Line too long
537 src/CBOR/CborEncoder.java 173 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
538 src/CBOR/CborEncoder.java 173 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
539 src/CBOR/CborEncoder.java 178 CommentSize: Comment is too large: Line too long
540 src/CBOR/CborEncoder.java 178 CommentSize: Comment is too large: Line too long
541 src/CBOR/CborEncoder.java 180 CommentSize: Comment is too large: Line too long
542 src/CBOR/CborEncoder.java 180 CommentSize: Comment is too large: Line too long
543 src/CBOR/CborEncoder.java 181 CommentSize: Comment is too large: Line too long
544 src/CBOR/CborEncoder.java 181 CommentSize: Comment is too large: Line too long
545 src/CBOR/CborEncoder.java 185 LocalVariableCouldBeFinal: Local variable 'sign' could be declared final
546 src/CBOR/CborEncoder.java 185 LocalVariableCouldBeFinal: Local variable 'sign' could be declared final
547 src/CBOR/CborEncoder.java 187 LocalVariableCouldBeFinal: Local variable 'mt' could be declared final
548 src/CBOR/CborEncoder.java 187 LocalVariableCouldBeFinal: Local variable 'mt' could be declared final
549 src/CBOR/CborEncoder.java 187 ShortVariable: Avoid variables with short names like mt
550 src/CBOR/CborEncoder.java 187 ShortVariable: Avoid variables with short names like mt
551 src/CBOR/CborEncoder.java 189 AvoidReassigningParameters: Avoid reassigning parameters such as 'value'
552 src/CBOR/CborEncoder.java 189 AvoidReassigningParameters: Avoid reassigning parameters such as 'value'
553 src/CBOR/CborEncoder.java 189 UselessParentheses: Useless parentheses.
554 src/CBOR/CborEncoder.java 189 UselessParentheses: Useless parentheses.
555 src/CBOR/CborEncoder.java 197 CommentSize: Comment is too large: Line too long
556 src/CBOR/CborEncoder.java 197 CommentSize: Comment is too large: Line too long
557 src/CBOR/CborEncoder.java 198 CommentSize: Comment is too large: Line too long
558 src/CBOR/CborEncoder.java 198 CommentSize: Comment is too large: Line too long
559 src/CBOR/CborEncoder.java 200 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
560 src/CBOR/CborEncoder.java 200 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
561 src/CBOR/CborEncoder.java 202 LocalVariableCouldBeFinal: Local variable 'sign' could be declared final
562 src/CBOR/CborEncoder.java 202 LocalVariableCouldBeFinal: Local variable 'sign' could be declared final
563 src/CBOR/CborEncoder.java 204 LocalVariableCouldBeFinal: Local variable 'mt' could be declared final
564 src/CBOR/CborEncoder.java 204 LocalVariableCouldBeFinal: Local variable 'mt' could be declared final
565 src/CBOR/CborEncoder.java 204 ShortVariable: Avoid variables with short names like mt
566 src/CBOR/CborEncoder.java 204 ShortVariable: Avoid variables with short names like mt
567 src/CBOR/CborEncoder.java 212 CommentSize: Comment is too large: Line too long
568 src/CBOR/CborEncoder.java 212 CommentSize: Comment is too large: Line too long
569 src/CBOR/CborEncoder.java 213 CommentSize: Comment is too large: Line too long
570 src/CBOR/CborEncoder.java 213 CommentSize: Comment is too large: Line too long
571 src/CBOR/CborEncoder.java 215 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
572 src/CBOR/CborEncoder.java 215 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
573 src/CBOR/CborEncoder.java 217 LocalVariableCouldBeFinal: Local variable 'sign' could be declared final
574 src/CBOR/CborEncoder.java 217 LocalVariableCouldBeFinal: Local variable 'sign' could be declared final
575 src/CBOR/CborEncoder.java 219 LocalVariableCouldBeFinal: Local variable 'mt' could be declared final
576 src/CBOR/CborEncoder.java 219 LocalVariableCouldBeFinal: Local variable 'mt' could be declared final
577 src/CBOR/CborEncoder.java 219 ShortVariable: Avoid variables with short names like mt
578 src/CBOR/CborEncoder.java 219 ShortVariable: Avoid variables with short names like mt
579 src/CBOR/CborEncoder.java 227 CommentSize: Comment is too large: Line too long
580 src/CBOR/CborEncoder.java 227 CommentSize: Comment is too large: Line too long
581 src/CBOR/CborEncoder.java 228 CommentSize: Comment is too large: Line too long
582 src/CBOR/CborEncoder.java 228 CommentSize: Comment is too large: Line too long
583 src/CBOR/CborEncoder.java 230 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
584 src/CBOR/CborEncoder.java 230 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
585 src/CBOR/CborEncoder.java 232 LocalVariableCouldBeFinal: Local variable 'sign' could be declared final
586 src/CBOR/CborEncoder.java 232 LocalVariableCouldBeFinal: Local variable 'sign' could be declared final
587 src/CBOR/CborEncoder.java 234 LocalVariableCouldBeFinal: Local variable 'mt' could be declared final
588 src/CBOR/CborEncoder.java 234 LocalVariableCouldBeFinal: Local variable 'mt' could be declared final
589 src/CBOR/CborEncoder.java 234 ShortVariable: Avoid variables with short names like mt
590 src/CBOR/CborEncoder.java 234 ShortVariable: Avoid variables with short names like mt
591 src/CBOR/CborEncoder.java 242 CommentSize: Comment is too large: Line too long
592 src/CBOR/CborEncoder.java 242 CommentSize: Comment is too large: Line too long
593 src/CBOR/CborEncoder.java 243 CommentSize: Comment is too large: Line too long
594 src/CBOR/CborEncoder.java 243 CommentSize: Comment is too large: Line too long
595 src/CBOR/CborEncoder.java 245 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
596 src/CBOR/CborEncoder.java 245 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
597 src/CBOR/CborEncoder.java 247 LocalVariableCouldBeFinal: Local variable 'sign' could be declared final
598 src/CBOR/CborEncoder.java 247 LocalVariableCouldBeFinal: Local variable 'sign' could be declared final
599 src/CBOR/CborEncoder.java 249 LocalVariableCouldBeFinal: Local variable 'mt' could be declared final
600 src/CBOR/CborEncoder.java 249 LocalVariableCouldBeFinal: Local variable 'mt' could be declared final
601 src/CBOR/CborEncoder.java 249 ShortVariable: Avoid variables with short names like mt
602 src/CBOR/CborEncoder.java 249 ShortVariable: Avoid variables with short names like mt
603 src/CBOR/CborEncoder.java 254 CommentSize: Comment is too large: Too many lines
604 src/CBOR/CborEncoder.java 254 CommentSize: Comment is too large: Too many lines
605 src/CBOR/CborEncoder.java 257 CommentSize: Comment is too large: Line too long
606 src/CBOR/CborEncoder.java 257 CommentSize: Comment is too large: Line too long
607 src/CBOR/CborEncoder.java 258 CommentSize: Comment is too large: Line too long
608 src/CBOR/CborEncoder.java 258 CommentSize: Comment is too large: Line too long
609 src/CBOR/CborEncoder.java 261 CommentSize: Comment is too large: Line too long
610 src/CBOR/CborEncoder.java 261 CommentSize: Comment is too large: Line too long
611 src/CBOR/CborEncoder.java 267 CommentSize: Comment is too large: Too many lines
612 src/CBOR/CborEncoder.java 267 CommentSize: Comment is too large: Too many lines
613 src/CBOR/CborEncoder.java 270 CommentSize: Comment is too large: Line too long
614 src/CBOR/CborEncoder.java 270 CommentSize: Comment is too large: Line too long
615 src/CBOR/CborEncoder.java 275 CommentSize: Comment is too large: Line too long
616 src/CBOR/CborEncoder.java 275 CommentSize: Comment is too large: Line too long
617 src/CBOR/CborEncoder.java 277 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
618 src/CBOR/CborEncoder.java 277 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
619 src/CBOR/CborEncoder.java 287 CommentSize: Comment is too large: Line too long
620 src/CBOR/CborEncoder.java 287 CommentSize: Comment is too large: Line too long
621 src/CBOR/CborEncoder.java 294 CommentSize: Comment is too large: Line too long
622 src/CBOR/CborEncoder.java 294 CommentSize: Comment is too large: Line too long
623 src/CBOR/CborEncoder.java 296 CommentSize: Comment is too large: Line too long
624 src/CBOR/CborEncoder.java 296 CommentSize: Comment is too large: Line too long
625 src/CBOR/CborEncoder.java 297 CommentSize: Comment is too large: Line too long
626 src/CBOR/CborEncoder.java 297 CommentSize: Comment is too large: Line too long
627 src/CBOR/CborEncoder.java 299 MethodArgumentCouldBeFinal: Parameter 'simpleValue' is not assigned and could be declared final
628 src/CBOR/CborEncoder.java 299 MethodArgumentCouldBeFinal: Parameter 'simpleValue' is not assigned and could be declared final
629 src/CBOR/CborEncoder.java 301 LocalVariableCouldBeFinal: Local variable 'value' could be declared final
630 src/CBOR/CborEncoder.java 301 LocalVariableCouldBeFinal: Local variable 'value' could be declared final
631 src/CBOR/CborEncoder.java 301 UselessParentheses: Useless parentheses.
632 src/CBOR/CborEncoder.java 301 UselessParentheses: Useless parentheses.
633 src/CBOR/CborEncoder.java 308 CommentSize: Comment is too large: Line too long
634 src/CBOR/CborEncoder.java 308 CommentSize: Comment is too large: Line too long
635 src/CBOR/CborEncoder.java 309 CommentSize: Comment is too large: Line too long
636 src/CBOR/CborEncoder.java 309 CommentSize: Comment is too large: Line too long
637 src/CBOR/CborEncoder.java 313 LocalVariableCouldBeFinal: Local variable 'sign' could be declared final
638 src/CBOR/CborEncoder.java 313 LocalVariableCouldBeFinal: Local variable 'sign' could be declared final
639 src/CBOR/CborEncoder.java 315 LocalVariableCouldBeFinal: Local variable 'mt' could be declared final
640 src/CBOR/CborEncoder.java 315 LocalVariableCouldBeFinal: Local variable 'mt' could be declared final
641 src/CBOR/CborEncoder.java 315 ShortVariable: Avoid variables with short names like mt
642 src/CBOR/CborEncoder.java 315 ShortVariable: Avoid variables with short names like mt
643 src/CBOR/CborEncoder.java 317 AvoidReassigningParameters: Avoid reassigning parameters such as 'value'
644 src/CBOR/CborEncoder.java 317 AvoidReassigningParameters: Avoid reassigning parameters such as 'value'
645 src/CBOR/CborEncoder.java 317 UselessParentheses: Useless parentheses.
646 src/CBOR/CborEncoder.java 317 UselessParentheses: Useless parentheses.
647 src/CBOR/CborEncoder.java 327 CommentSize: Comment is too large: Line too long
648 src/CBOR/CborEncoder.java 327 CommentSize: Comment is too large: Line too long
649 src/CBOR/CborEncoder.java 329 MethodArgumentCouldBeFinal: Parameter 'tag' is not assigned and could be declared final
650 src/CBOR/CborEncoder.java 329 MethodArgumentCouldBeFinal: Parameter 'tag' is not assigned and could be declared final
651 src/CBOR/CborEncoder.java 336 CommentSize: Comment is too large: Too many lines
652 src/CBOR/CborEncoder.java 336 CommentSize: Comment is too large: Too many lines
653 src/CBOR/CborEncoder.java 339 CommentSize: Comment is too large: Line too long
654 src/CBOR/CborEncoder.java 339 CommentSize: Comment is too large: Line too long
655 src/CBOR/CborEncoder.java 340 CommentSize: Comment is too large: Line too long
656 src/CBOR/CborEncoder.java 340 CommentSize: Comment is too large: Line too long
657 src/CBOR/CborEncoder.java 343 CommentSize: Comment is too large: Line too long
658 src/CBOR/CborEncoder.java 343 CommentSize: Comment is too large: Line too long
659 src/CBOR/CborEncoder.java 344 CommentSize: Comment is too large: Line too long
660 src/CBOR/CborEncoder.java 344 CommentSize: Comment is too large: Line too long
661 src/CBOR/CborEncoder.java 346 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
662 src/CBOR/CborEncoder.java 346 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
663 src/CBOR/CborEncoder.java 350 CommentSize: Comment is too large: Too many lines
664 src/CBOR/CborEncoder.java 350 CommentSize: Comment is too large: Too many lines
665 src/CBOR/CborEncoder.java 353 CommentSize: Comment is too large: Line too long
666 src/CBOR/CborEncoder.java 353 CommentSize: Comment is too large: Line too long
667 src/CBOR/CborEncoder.java 354 CommentSize: Comment is too large: Line too long
668 src/CBOR/CborEncoder.java 354 CommentSize: Comment is too large: Line too long
669 src/CBOR/CborEncoder.java 357 CommentSize: Comment is too large: Line too long
670 src/CBOR/CborEncoder.java 357 CommentSize: Comment is too large: Line too long
671 src/CBOR/CborEncoder.java 366 CommentSize: Comment is too large: Line too long
672 src/CBOR/CborEncoder.java 366 CommentSize: Comment is too large: Line too long
673 src/CBOR/CborEncoder.java 375 CommentSize: Comment is too large: Line too long
674 src/CBOR/CborEncoder.java 375 CommentSize: Comment is too large: Line too long
675 src/CBOR/CborEncoder.java 377 CommentSize: Comment is too large: Line too long
676 src/CBOR/CborEncoder.java 377 CommentSize: Comment is too large: Line too long
677 src/CBOR/CborEncoder.java 379 MethodArgumentCouldBeFinal: Parameter 'majorType' is not assigned and could be declared final
678 src/CBOR/CborEncoder.java 379 MethodArgumentCouldBeFinal: Parameter 'majorType' is not assigned and could be declared final
679 src/CBOR/CborEncoder.java 379 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
680 src/CBOR/CborEncoder.java 379 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
681 src/CBOR/CborEncoder.java 387 CommentSize: Comment is too large: Line too long
682 src/CBOR/CborEncoder.java 387 CommentSize: Comment is too large: Line too long
683 src/CBOR/CborEncoder.java 388 CommentSize: Comment is too large: Line too long
684 src/CBOR/CborEncoder.java 388 CommentSize: Comment is too large: Line too long
685 src/CBOR/CborEncoder.java 390 MethodArgumentCouldBeFinal: Parameter 'bytes' is not assigned and could be declared final
686 src/CBOR/CborEncoder.java 390 MethodArgumentCouldBeFinal: Parameter 'bytes' is not assigned and could be declared final
687 src/CBOR/CborEncoder.java 390 MethodArgumentCouldBeFinal: Parameter 'majorType' is not assigned and could be declared final
688 src/CBOR/CborEncoder.java 390 MethodArgumentCouldBeFinal: Parameter 'majorType' is not assigned and could be declared final
689 src/CBOR/CborEncoder.java 391 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
690 src/CBOR/CborEncoder.java 391 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
691 src/CBOR/CborEncoder.java 401 CommentSize: Comment is too large: Line too long
692 src/CBOR/CborEncoder.java 401 CommentSize: Comment is too large: Line too long
693 src/CBOR/CborEncoder.java 402 CommentSize: Comment is too large: Line too long
694 src/CBOR/CborEncoder.java 402 CommentSize: Comment is too large: Line too long
695 src/CBOR/CborEncoder.java 403 CommentSize: Comment is too large: Line too long
696 src/CBOR/CborEncoder.java 403 CommentSize: Comment is too large: Line too long
697 src/CBOR/CborEncoder.java 405 MethodArgumentCouldBeFinal: Parameter 'majorType' is not assigned and could be declared final
698 src/CBOR/CborEncoder.java 405 MethodArgumentCouldBeFinal: Parameter 'majorType' is not assigned and could be declared final
699 src/CBOR/CborEncoder.java 405 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
700 src/CBOR/CborEncoder.java 405 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
701 src/CBOR/CborEncoder.java 406 UselessParentheses: Useless parentheses.
702 src/CBOR/CborEncoder.java 406 UselessParentheses: Useless parentheses.
703 src/CBOR/CborEncoder.java 410 CommentSize: Comment is too large: Line too long
704 src/CBOR/CborEncoder.java 410 CommentSize: Comment is too large: Line too long
705 src/CBOR/CborEncoder.java 412 CommentSize: Comment is too large: Line too long
706 src/CBOR/CborEncoder.java 412 CommentSize: Comment is too large: Line too long
707 src/CBOR/CborEncoder.java 413 CommentSize: Comment is too large: Line too long
708 src/CBOR/CborEncoder.java 413 CommentSize: Comment is too large: Line too long
709 src/CBOR/CborEncoder.java 414 CommentSize: Comment is too large: Line too long
710 src/CBOR/CborEncoder.java 414 CommentSize: Comment is too large: Line too long
711 src/CBOR/CborEncoder.java 416 MethodArgumentCouldBeFinal: Parameter 'mt' is not assigned and could be declared final
712 src/CBOR/CborEncoder.java 416 MethodArgumentCouldBeFinal: Parameter 'mt' is not assigned and could be declared final
713 src/CBOR/CborEncoder.java 416 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
714 src/CBOR/CborEncoder.java 416 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
715 src/CBOR/CborEncoder.java 416 ShortVariable: Avoid variables with short names like mt
716 src/CBOR/CborEncoder.java 416 ShortVariable: Avoid variables with short names like mt
717 src/CBOR/CborEncoder.java 417 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
718 src/CBOR/CborEncoder.java 417 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
719 src/CBOR/CborEncoder.java 419 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
720 src/CBOR/CborEncoder.java 419 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
721 src/CBOR/CborEncoder.java 421 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
722 src/CBOR/CborEncoder.java 421 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
723 src/CBOR/CborEncoder.java 423 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
724 src/CBOR/CborEncoder.java 423 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
725 src/CBOR/CborEncoder.java 433 CommentSize: Comment is too large: Line too long
726 src/CBOR/CborEncoder.java 433 CommentSize: Comment is too large: Line too long
727 src/CBOR/CborEncoder.java 434 CommentSize: Comment is too large: Line too long
728 src/CBOR/CborEncoder.java 434 CommentSize: Comment is too large: Line too long
729 src/CBOR/CborEncoder.java 435 CommentSize: Comment is too large: Line too long
730 src/CBOR/CborEncoder.java 435 CommentSize: Comment is too large: Line too long
731 src/CBOR/CborEncoder.java 437 MethodArgumentCouldBeFinal: Parameter 'mt' is not assigned and could be declared final
732 src/CBOR/CborEncoder.java 437 MethodArgumentCouldBeFinal: Parameter 'mt' is not assigned and could be declared final
733 src/CBOR/CborEncoder.java 437 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
734 src/CBOR/CborEncoder.java 437 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
735 src/CBOR/CborEncoder.java 437 ShortVariable: Avoid variables with short names like mt
736 src/CBOR/CborEncoder.java 437 ShortVariable: Avoid variables with short names like mt
737 src/CBOR/CborEncoder.java 446 CommentSize: Comment is too large: Line too long
738 src/CBOR/CborEncoder.java 446 CommentSize: Comment is too large: Line too long
739 src/CBOR/CborEncoder.java 447 CommentSize: Comment is too large: Line too long
740 src/CBOR/CborEncoder.java 447 CommentSize: Comment is too large: Line too long
741 src/CBOR/CborEncoder.java 448 CommentSize: Comment is too large: Line too long
742 src/CBOR/CborEncoder.java 448 CommentSize: Comment is too large: Line too long
743 src/CBOR/CborEncoder.java 450 MethodArgumentCouldBeFinal: Parameter 'mt' is not assigned and could be declared final
744 src/CBOR/CborEncoder.java 450 MethodArgumentCouldBeFinal: Parameter 'mt' is not assigned and could be declared final
745 src/CBOR/CborEncoder.java 450 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
746 src/CBOR/CborEncoder.java 450 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
747 src/CBOR/CborEncoder.java 450 ShortVariable: Avoid variables with short names like mt
748 src/CBOR/CborEncoder.java 450 ShortVariable: Avoid variables with short names like mt
749 src/CBOR/CborEncoder.java 461 CommentSize: Comment is too large: Line too long
750 src/CBOR/CborEncoder.java 461 CommentSize: Comment is too large: Line too long
751 src/CBOR/CborEncoder.java 462 CommentSize: Comment is too large: Line too long
752 src/CBOR/CborEncoder.java 462 CommentSize: Comment is too large: Line too long
753 src/CBOR/CborEncoder.java 463 CommentSize: Comment is too large: Line too long
754 src/CBOR/CborEncoder.java 463 CommentSize: Comment is too large: Line too long
755 src/CBOR/CborEncoder.java 465 MethodArgumentCouldBeFinal: Parameter 'mt' is not assigned and could be declared final
756 src/CBOR/CborEncoder.java 465 MethodArgumentCouldBeFinal: Parameter 'mt' is not assigned and could be declared final
757 src/CBOR/CborEncoder.java 465 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
758 src/CBOR/CborEncoder.java 465 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
759 src/CBOR/CborEncoder.java 465 ShortVariable: Avoid variables with short names like mt
760 src/CBOR/CborEncoder.java 465 ShortVariable: Avoid variables with short names like mt
761 src/CBOR/CborEncoder.java 480 CommentSize: Comment is too large: Line too long
762 src/CBOR/CborEncoder.java 480 CommentSize: Comment is too large: Line too long
763 src/CBOR/CborEncoder.java 481 CommentSize: Comment is too large: Line too long
764 src/CBOR/CborEncoder.java 481 CommentSize: Comment is too large: Line too long
765 src/CBOR/CborEncoder.java 482 CommentSize: Comment is too large: Line too long
766 src/CBOR/CborEncoder.java 482 CommentSize: Comment is too large: Line too long
767 src/CBOR/CborEncoder.java 484 MethodArgumentCouldBeFinal: Parameter 'mt' is not assigned and could be declared final
768 src/CBOR/CborEncoder.java 484 MethodArgumentCouldBeFinal: Parameter 'mt' is not assigned and could be declared final
769 src/CBOR/CborEncoder.java 484 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
770 src/CBOR/CborEncoder.java 484 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
771 src/CBOR/CborEncoder.java 484 ShortVariable: Avoid variables with short names like mt
772 src/CBOR/CborEncoder.java 484 ShortVariable: Avoid variables with short names like mt
773 src/CBOR/CborType.java 8 PackageCase: Package name contains upper case characters
774 src/CBOR/CborType.java 8 PackageCase: Package name contains upper case characters
775 src/CBOR/CborType.java 15 CommentSize: Comment is too large: Line too long
776 src/CBOR/CborType.java 15 CommentSize: Comment is too large: Line too long
777 src/CBOR/CborType.java 18 ClassWithOnlyPrivateConstructorsShouldBeFinal: A class which only has private constructors should be final
778 src/CBOR/CborType.java 18 ClassWithOnlyPrivateConstructorsShouldBeFinal: A class which only has private constructors should be final
779 src/CBOR/CborType.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
780 src/CBOR/CborType.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
781 src/CBOR/CborType.java 19 CommentRequired: Field comments are required
782 src/CBOR/CborType.java 19 CommentRequired: Field comments are required
783 src/CBOR/CborType.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
784 src/CBOR/CborType.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
785 src/CBOR/CborType.java 20 CommentRequired: Field comments are required
786 src/CBOR/CborType.java 20 CommentRequired: Field comments are required
787 src/CBOR/CborType.java 22 MethodArgumentCouldBeFinal: Parameter 'additional' is not assigned and could be declared final
788 src/CBOR/CborType.java 22 MethodArgumentCouldBeFinal: Parameter 'additional' is not assigned and could be declared final
789 src/CBOR/CborType.java 22 MethodArgumentCouldBeFinal: Parameter 'major' is not assigned and could be declared final
790 src/CBOR/CborType.java 22 MethodArgumentCouldBeFinal: Parameter 'major' is not assigned and could be declared final
791 src/CBOR/CborType.java 34 MethodArgumentCouldBeFinal: Parameter 'mt' is not assigned and could be declared final
792 src/CBOR/CborType.java 34 MethodArgumentCouldBeFinal: Parameter 'mt' is not assigned and could be declared final
793 src/CBOR/CborType.java 34 ShortVariable: Avoid variables with short names like mt
794 src/CBOR/CborType.java 34 ShortVariable: Avoid variables with short names like mt
795 src/CBOR/CborType.java 37 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
796 src/CBOR/CborType.java 37 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
797 src/CBOR/CborType.java 39 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
798 src/CBOR/CborType.java 39 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
799 src/CBOR/CborType.java 41 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
800 src/CBOR/CborType.java 41 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
801 src/CBOR/CborType.java 43 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
802 src/CBOR/CborType.java 43 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
803 src/CBOR/CborType.java 45 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
804 src/CBOR/CborType.java 45 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
805 src/CBOR/CborType.java 47 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
806 src/CBOR/CborType.java 47 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
807 src/CBOR/CborType.java 49 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
808 src/CBOR/CborType.java 49 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
809 src/CBOR/CborType.java 63 MethodArgumentCouldBeFinal: Parameter 'i' is not assigned and could be declared final
810 src/CBOR/CborType.java 63 MethodArgumentCouldBeFinal: Parameter 'i' is not assigned and could be declared final
811 src/CBOR/CborType.java 63 ShortVariable: Avoid variables with short names like i
812 src/CBOR/CborType.java 63 ShortVariable: Avoid variables with short names like i
813 src/CBOR/CborType.java 68 MethodArgumentCouldBeFinal: Parameter 'obj' is not assigned and could be declared final
814 src/CBOR/CborType.java 68 MethodArgumentCouldBeFinal: Parameter 'obj' is not assigned and could be declared final
815 src/CBOR/CborType.java 70 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
816 src/CBOR/CborType.java 70 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
817 src/CBOR/CborType.java 73 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
818 src/CBOR/CborType.java 73 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
819 src/CBOR/CborType.java 76 LocalVariableCouldBeFinal: Local variable 'other' could be declared final
820 src/CBOR/CborType.java 76 LocalVariableCouldBeFinal: Local variable 'other' could be declared final
821 src/CBOR/CborType.java 77 UselessParentheses: Useless parentheses.
822 src/CBOR/CborType.java 77 UselessParentheses: Useless parentheses.
823 src/CBOR/CborType.java 77 UselessParentheses: Useless parentheses.
824 src/CBOR/CborType.java 77 UselessParentheses: Useless parentheses.
825 src/CBOR/CborType.java 96 AvoidFinalLocalVariable: Avoid using final local variables, turn them into fields
826 src/CBOR/CborType.java 96 AvoidFinalLocalVariable: Avoid using final local variables, turn them into fields
827 src/CBOR/CborType.java 113 CommentSize: Comment is too large: Line too long
828 src/CBOR/CborType.java 113 CommentSize: Comment is too large: Line too long
829 src/CBOR/CborType.java 115 CommentSize: Comment is too large: Line too long
830 src/CBOR/CborType.java 115 CommentSize: Comment is too large: Line too long
831 src/CBOR/CborType.java 116 CommentSize: Comment is too large: Line too long
832 src/CBOR/CborType.java 116 CommentSize: Comment is too large: Line too long
833 src/CBOR/CborType.java 117 CommentSize: Comment is too large: Line too long
834 src/CBOR/CborType.java 117 CommentSize: Comment is too large: Line too long
835 src/CBOR/CborType.java 119 MethodArgumentCouldBeFinal: Parameter 'other' is not assigned and could be declared final
836 src/CBOR/CborType.java 119 MethodArgumentCouldBeFinal: Parameter 'other' is not assigned and could be declared final
837 src/CBOR/CborType.java 127 CommentSize: Comment is too large: Line too long
838 src/CBOR/CborType.java 127 CommentSize: Comment is too large: Line too long
839 src/CBOR/CborType.java 130 CommentSize: Comment is too large: Line too long
840 src/CBOR/CborType.java 130 CommentSize: Comment is too large: Line too long
841 src/CBOR/CborType.java 132 MethodArgumentCouldBeFinal: Parameter 'encoded' is not assigned and could be declared final
842 src/CBOR/CborType.java 132 MethodArgumentCouldBeFinal: Parameter 'encoded' is not assigned and could be declared final
843 src/CBOR/CborType.java 133 UselessParentheses: Useless parentheses.
844 src/CBOR/CborType.java 133 UselessParentheses: Useless parentheses.
845 src/CBOR/CborType.java 138 LocalVariableCouldBeFinal: Local variable 'sb' could be declared final
846 src/CBOR/CborType.java 138 LocalVariableCouldBeFinal: Local variable 'sb' could be declared final
847 src/CBOR/CborType.java 138 ShortVariable: Avoid variables with short names like sb
848 src/CBOR/CborType.java 138 ShortVariable: Avoid variables with short names like sb
849 src/CRC/CRC.java 1 PackageCase: Package name contains upper case characters
850 src/CRC/CRC.java 1 PackageCase: Package name contains upper case characters
851 src/CRC/CRC.java 12 CommentSize: Comment is too large: Line too long
852 src/CRC/CRC.java 12 CommentSize: Comment is too large: Line too long
853 src/CRC/CRC.java 13 CommentSize: Comment is too large: Line too long
854 src/CRC/CRC.java 13 CommentSize: Comment is too large: Line too long
855 src/CRC/CRC.java 15 CommentSize: Comment is too large: Too many lines
856 src/CRC/CRC.java 15 CommentSize: Comment is too large: Too many lines
857 src/CRC/CRC.java 16 CommentSize: Comment is too large: Line too long
858 src/CRC/CRC.java 16 CommentSize: Comment is too large: Line too long
859 src/CRC/CRC.java 17 CommentSize: Comment is too large: Line too long
860 src/CRC/CRC.java 17 CommentSize: Comment is too large: Line too long
861 src/CRC/CRC.java 18 CommentSize: Comment is too large: Line too long
862 src/CRC/CRC.java 18 CommentSize: Comment is too large: Line too long
863 src/CRC/CRC.java 19 CommentSize: Comment is too large: Line too long
864 src/CRC/CRC.java 19 CommentSize: Comment is too large: Line too long
865 src/CRC/CRC.java 22 CommentSize: Comment is too large: Line too long
866 src/CRC/CRC.java 22 CommentSize: Comment is too large: Line too long
867 src/CRC/CRC.java 47 CommentSize: Comment is too large: Line too long
868 src/CRC/CRC.java 47 CommentSize: Comment is too large: Line too long
869 src/CRC/CRC.java 53 CommentSize: Comment is too large: Line too long
870 src/CRC/CRC.java 53 CommentSize: Comment is too large: Line too long
871 src/CRC/CRC.java 54 CommentSize: Comment is too large: Line too long
872 src/CRC/CRC.java 54 CommentSize: Comment is too large: Line too long
873 src/CRC/CRC.java 55 CommentSize: Comment is too large: Line too long
874 src/CRC/CRC.java 55 CommentSize: Comment is too large: Line too long
875 src/CRC/CRC.java 61 ShortClassName: Avoid short class names like CRC
876 src/CRC/CRC.java 61 ShortClassName: Avoid short class names like CRC
877 src/CRC/CRC.java 66 DataClass: The class 'Parameters' is suspected to be a Data Class (WOC=0.000%, NOPA=11, NOAM=6, WMC=8)
878 src/CRC/CRC.java 66 DataClass: The class 'Parameters' is suspected to be a Data Class (WOC=0.000%, NOPA=11, NOAM=6, WMC=8)
879 src/CRC/CRC.java 68 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
880 src/CRC/CRC.java 68 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
881 src/CRC/CRC.java 68 CommentRequired: Field comments are required
882 src/CRC/CRC.java 68 CommentRequired: Field comments are required
883 src/CRC/CRC.java 68 ImmutableField: Private field 'width' could be made final; it is only initialized in the declaration or constructor.
884 src/CRC/CRC.java 68 ImmutableField: Private field 'width' could be made final; it is only initialized in the declaration or constructor.
885 src/CRC/CRC.java 69 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
886 src/CRC/CRC.java 69 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
887 src/CRC/CRC.java 69 CommentRequired: Field comments are required
888 src/CRC/CRC.java 69 CommentRequired: Field comments are required
889 src/CRC/CRC.java 69 ImmutableField: Private field 'polynomial' could be made final; it is only initialized in the declaration or constructor.
890 src/CRC/CRC.java 69 ImmutableField: Private field 'polynomial' could be made final; it is only initialized in the declaration or constructor.
891 src/CRC/CRC.java 70 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
892 src/CRC/CRC.java 70 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
893 src/CRC/CRC.java 70 CommentRequired: Field comments are required
894 src/CRC/CRC.java 70 CommentRequired: Field comments are required
895 src/CRC/CRC.java 70 ImmutableField: Private field 'reflectIn' could be made final; it is only initialized in the declaration or constructor.
896 src/CRC/CRC.java 70 ImmutableField: Private field 'reflectIn' could be made final; it is only initialized in the declaration or constructor.
897 src/CRC/CRC.java 71 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
898 src/CRC/CRC.java 71 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
899 src/CRC/CRC.java 71 CommentRequired: Field comments are required
900 src/CRC/CRC.java 71 CommentRequired: Field comments are required
901 src/CRC/CRC.java 72 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
902 src/CRC/CRC.java 72 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
903 src/CRC/CRC.java 72 CommentRequired: Field comments are required
904 src/CRC/CRC.java 72 CommentRequired: Field comments are required
905 src/CRC/CRC.java 73 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
906 src/CRC/CRC.java 73 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
907 src/CRC/CRC.java 73 CommentRequired: Field comments are required
908 src/CRC/CRC.java 73 CommentRequired: Field comments are required
909 src/CRC/CRC.java 75 CommentRequired: Public method and constructor comments are required
910 src/CRC/CRC.java 75 CommentRequired: Public method and constructor comments are required
911 src/CRC/CRC.java 75 MethodArgumentCouldBeFinal: Parameter 'finalXor' is not assigned and could be declared final
912 src/CRC/CRC.java 75 MethodArgumentCouldBeFinal: Parameter 'finalXor' is not assigned and could be declared final
913 src/CRC/CRC.java 75 MethodArgumentCouldBeFinal: Parameter 'init' is not assigned and could be declared final
914 src/CRC/CRC.java 75 MethodArgumentCouldBeFinal: Parameter 'init' is not assigned and could be declared final
915 src/CRC/CRC.java 75 MethodArgumentCouldBeFinal: Parameter 'polynomial' is not assigned and could be declared final
916 src/CRC/CRC.java 75 MethodArgumentCouldBeFinal: Parameter 'polynomial' is not assigned and could be declared final
917 src/CRC/CRC.java 75 MethodArgumentCouldBeFinal: Parameter 'reflectIn' is not assigned and could be declared final
918 src/CRC/CRC.java 75 MethodArgumentCouldBeFinal: Parameter 'reflectIn' is not assigned and could be declared final
919 src/CRC/CRC.java 75 MethodArgumentCouldBeFinal: Parameter 'reflectOut' is not assigned and could be declared final
920 src/CRC/CRC.java 75 MethodArgumentCouldBeFinal: Parameter 'reflectOut' is not assigned and could be declared final
921 src/CRC/CRC.java 75 MethodArgumentCouldBeFinal: Parameter 'width' is not assigned and could be declared final
922 src/CRC/CRC.java 75 MethodArgumentCouldBeFinal: Parameter 'width' is not assigned and could be declared final
923 src/CRC/CRC.java 85 CommentRequired: Public method and constructor comments are required
924 src/CRC/CRC.java 85 CommentRequired: Public method and constructor comments are required
925 src/CRC/CRC.java 85 MethodArgumentCouldBeFinal: Parameter 'orig' is not assigned and could be declared final
926 src/CRC/CRC.java 85 MethodArgumentCouldBeFinal: Parameter 'orig' is not assigned and could be declared final
927 src/CRC/CRC.java 126 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
928 src/CRC/CRC.java 126 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
929 src/CRC/CRC.java 128 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
930 src/CRC/CRC.java 128 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
931 src/CRC/CRC.java 130 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
932 src/CRC/CRC.java 130 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
933 src/CRC/CRC.java 132 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
934 src/CRC/CRC.java 132 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
935 src/CRC/CRC.java 134 CommentSize: Comment is too large: Line too long
936 src/CRC/CRC.java 134 CommentSize: Comment is too large: Line too long
937 src/CRC/CRC.java 135 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
938 src/CRC/CRC.java 135 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
939 src/CRC/CRC.java 137 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
940 src/CRC/CRC.java 137 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
941 src/CRC/CRC.java 138 CommentSize: Comment is too large: Line too long
942 src/CRC/CRC.java 138 CommentSize: Comment is too large: Line too long
943 src/CRC/CRC.java 139 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
944 src/CRC/CRC.java 139 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
945 src/CRC/CRC.java 141 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
946 src/CRC/CRC.java 141 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
947 src/CRC/CRC.java 143 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
948 src/CRC/CRC.java 143 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
949 src/CRC/CRC.java 146 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
950 src/CRC/CRC.java 146 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
951 src/CRC/CRC.java 148 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
952 src/CRC/CRC.java 148 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
953 src/CRC/CRC.java 158 AvoidPrefixingMethodParameters: Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
954 src/CRC/CRC.java 158 AvoidPrefixingMethodParameters: Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
955 src/CRC/CRC.java 158 MethodArgumentCouldBeFinal: Parameter 'count' is not assigned and could be declared final
956 src/CRC/CRC.java 158 MethodArgumentCouldBeFinal: Parameter 'count' is not assigned and could be declared final
957 src/CRC/CRC.java 158 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
958 src/CRC/CRC.java 158 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
959 src/CRC/CRC.java 158 ShortVariable: Avoid variables with short names like in
960 src/CRC/CRC.java 158 ShortVariable: Avoid variables with short names like in
961 src/CRC/CRC.java 163 LocalVariableCouldBeFinal: Local variable 'srcbit' could be declared final
962 src/CRC/CRC.java 163 LocalVariableCouldBeFinal: Local variable 'srcbit' could be declared final
963 src/CRC/CRC.java 164 LocalVariableCouldBeFinal: Local variable 'dstbit' could be declared final
964 src/CRC/CRC.java 164 LocalVariableCouldBeFinal: Local variable 'dstbit' could be declared final
965 src/CRC/CRC.java 165 ConfusingTernary: Avoid if (x != y) ..; else ..;
966 src/CRC/CRC.java 165 ConfusingTernary: Avoid if (x != y) ..; else ..;
967 src/CRC/CRC.java 177 CommentSize: Comment is too large: Too many lines
968 src/CRC/CRC.java 177 CommentSize: Comment is too large: Too many lines
969 src/CRC/CRC.java 183 CommentSize: Comment is too large: Line too long
970 src/CRC/CRC.java 183 CommentSize: Comment is too large: Line too long
971 src/CRC/CRC.java 184 CommentSize: Comment is too large: Line too long
972 src/CRC/CRC.java 184 CommentSize: Comment is too large: Line too long
973 src/CRC/CRC.java 185 CommentSize: Comment is too large: Line too long
974 src/CRC/CRC.java 185 CommentSize: Comment is too large: Line too long
975 src/CRC/CRC.java 192 MethodArgumentCouldBeFinal: Parameter 'crcParams' is not assigned and could be declared final
976 src/CRC/CRC.java 192 MethodArgumentCouldBeFinal: Parameter 'crcParams' is not assigned and could be declared final
977 src/CRC/CRC.java 192 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
978 src/CRC/CRC.java 192 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
979 src/CRC/CRC.java 195 LocalVariableCouldBeFinal: Local variable 'topBit' could be declared final
980 src/CRC/CRC.java 195 LocalVariableCouldBeFinal: Local variable 'topBit' could be declared final
981 src/CRC/CRC.java 196 LocalVariableCouldBeFinal: Local variable 'mask' could be declared final
982 src/CRC/CRC.java 196 LocalVariableCouldBeFinal: Local variable 'mask' could be declared final
983 src/CRC/CRC.java 198 ForLoopCanBeForeach: This for loop can be replaced by a foreach loop
984 src/CRC/CRC.java 198 ForLoopCanBeForeach: This for loop can be replaced by a foreach loop
985 src/CRC/CRC.java 200 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'curByte' (lines '200'-'232').
986 src/CRC/CRC.java 200 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'curByte' (lines '200'-'232').
987 src/CRC/CRC.java 203 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'curByte' (lines '203'-'232').
988 src/CRC/CRC.java 203 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'curByte' (lines '203'-'232').
989 src/CRC/CRC.java 234 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
990 src/CRC/CRC.java 234 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
991 src/CRC/CRC.java 234 CommentRequired: Field comments are required
992 src/CRC/CRC.java 234 CommentRequired: Field comments are required
993 src/CRC/CRC.java 234 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
994 src/CRC/CRC.java 234 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
995 src/CRC/CRC.java 234 ImmutableField: Private field 'crcParams' could be made final; it is only initialized in the declaration or constructor.
996 src/CRC/CRC.java 234 ImmutableField: Private field 'crcParams' could be made final; it is only initialized in the declaration or constructor.
997 src/CRC/CRC.java 235 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
998 src/CRC/CRC.java 235 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
999 src/CRC/CRC.java 235 CommentRequired: Field comments are required
1000 src/CRC/CRC.java 235 CommentRequired: Field comments are required
1001 src/CRC/CRC.java 235 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
1002 src/CRC/CRC.java 235 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
1003 src/CRC/CRC.java 235 ImmutableField: Private field 'initValue' could be made final; it is only initialized in the declaration or constructor.
1004 src/CRC/CRC.java 235 ImmutableField: Private field 'initValue' could be made final; it is only initialized in the declaration or constructor.
1005 src/CRC/CRC.java 236 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1006 src/CRC/CRC.java 236 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1007 src/CRC/CRC.java 236 CommentRequired: Field comments are required
1008 src/CRC/CRC.java 236 CommentRequired: Field comments are required
1009 src/CRC/CRC.java 236 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
1010 src/CRC/CRC.java 236 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
1011 src/CRC/CRC.java 237 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1012 src/CRC/CRC.java 237 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1013 src/CRC/CRC.java 237 CommentRequired: Field comments are required
1014 src/CRC/CRC.java 237 CommentRequired: Field comments are required
1015 src/CRC/CRC.java 237 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
1016 src/CRC/CRC.java 237 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
1017 src/CRC/CRC.java 237 ImmutableField: Private field 'mask' could be made final; it is only initialized in the declaration or constructor.
1018 src/CRC/CRC.java 237 ImmutableField: Private field 'mask' could be made final; it is only initialized in the declaration or constructor.
1019 src/CRC/CRC.java 241 CommentSize: Comment is too large: Line too long
1020 src/CRC/CRC.java 241 CommentSize: Comment is too large: Line too long
1021 src/CRC/CRC.java 250 CommentSize: Comment is too large: Too many lines
1022 src/CRC/CRC.java 250 CommentSize: Comment is too large: Too many lines
1023 src/CRC/CRC.java 251 CommentSize: Comment is too large: Line too long
1024 src/CRC/CRC.java 251 CommentSize: Comment is too large: Line too long
1025 src/CRC/CRC.java 252 CommentSize: Comment is too large: Line too long
1026 src/CRC/CRC.java 252 CommentSize: Comment is too large: Line too long
1027 src/CRC/CRC.java 256 CommentSize: Comment is too large: Line too long
1028 src/CRC/CRC.java 256 CommentSize: Comment is too large: Line too long
1029 src/CRC/CRC.java 260 MethodArgumentCouldBeFinal: Parameter 'chunk' is not assigned and could be declared final
1030 src/CRC/CRC.java 260 MethodArgumentCouldBeFinal: Parameter 'chunk' is not assigned and could be declared final
1031 src/CRC/CRC.java 260 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
1032 src/CRC/CRC.java 260 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
1033 src/CRC/CRC.java 260 MethodArgumentCouldBeFinal: Parameter 'offset' is not assigned and could be declared final
1034 src/CRC/CRC.java 260 MethodArgumentCouldBeFinal: Parameter 'offset' is not assigned and could be declared final
1035 src/CRC/CRC.java 266 LocalVariableCouldBeFinal: Local variable 'v' could be declared final
1036 src/CRC/CRC.java 266 LocalVariableCouldBeFinal: Local variable 'v' could be declared final
1037 src/CRC/CRC.java 266 ShortVariable: Avoid variables with short names like v
1038 src/CRC/CRC.java 266 ShortVariable: Avoid variables with short names like v
1039 src/CRC/CRC.java 267 AvoidReassigningParameters: Avoid reassigning parameters such as 'curValue'
1040 src/CRC/CRC.java 267 AvoidReassigningParameters: Avoid reassigning parameters such as 'curValue'
1041 src/CRC/CRC.java 270 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
1042 src/CRC/CRC.java 270 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
1043 src/CRC/CRC.java 274 LocalVariableCouldBeFinal: Local variable 'v' could be declared final
1044 src/CRC/CRC.java 274 LocalVariableCouldBeFinal: Local variable 'v' could be declared final
1045 src/CRC/CRC.java 274 ShortVariable: Avoid variables with short names like v
1046 src/CRC/CRC.java 274 ShortVariable: Avoid variables with short names like v
1047 src/CRC/CRC.java 275 UselessParentheses: Useless parentheses.
1048 src/CRC/CRC.java 275 UselessParentheses: Useless parentheses.
1049 src/CRC/CRC.java 282 LocalVariableCouldBeFinal: Local variable 'v' could be declared final
1050 src/CRC/CRC.java 282 LocalVariableCouldBeFinal: Local variable 'v' could be declared final
1051 src/CRC/CRC.java 282 ShortVariable: Avoid variables with short names like v
1052 src/CRC/CRC.java 282 ShortVariable: Avoid variables with short names like v
1053 src/CRC/CRC.java 283 UselessParentheses: Useless parentheses.
1054 src/CRC/CRC.java 283 UselessParentheses: Useless parentheses.
1055 src/CRC/CRC.java 296 MethodArgumentCouldBeFinal: Parameter 'chunk' is not assigned and could be declared final
1056 src/CRC/CRC.java 296 MethodArgumentCouldBeFinal: Parameter 'chunk' is not assigned and could be declared final
1057 src/CRC/CRC.java 296 MethodArgumentCouldBeFinal: Parameter 'curValue' is not assigned and could be declared final
1058 src/CRC/CRC.java 296 MethodArgumentCouldBeFinal: Parameter 'curValue' is not assigned and could be declared final
1059 src/CRC/CRC.java 302 CommentSize: Comment is too large: Line too long
1060 src/CRC/CRC.java 302 CommentSize: Comment is too large: Line too long
1061 src/CRC/CRC.java 306 MethodArgumentCouldBeFinal: Parameter 'curValue' is not assigned and could be declared final
1062 src/CRC/CRC.java 306 MethodArgumentCouldBeFinal: Parameter 'curValue' is not assigned and could be declared final
1063 src/CRC/CRC.java 321 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
1064 src/CRC/CRC.java 321 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
1065 src/CRC/CRC.java 334 MethodArgumentCouldBeFinal: Parameter 'crcParams' is not assigned and could be declared final
1066 src/CRC/CRC.java 334 MethodArgumentCouldBeFinal: Parameter 'crcParams' is not assigned and could be declared final
1067 src/CRC/CRC.java 338 UselessParentheses: Useless parentheses.
1068 src/CRC/CRC.java 338 UselessParentheses: Useless parentheses.
1069 src/CRC/CRC.java 339 UselessParentheses: Useless parentheses.
1070 src/CRC/CRC.java 339 UselessParentheses: Useless parentheses.
1071 src/CRC/CRC.java 339 UselessParentheses: Useless parentheses.
1072 src/CRC/CRC.java 339 UselessParentheses: Useless parentheses.
1073 src/CRC/CRC.java 344 LocalVariableCouldBeFinal: Local variable 'tableParams' could be declared final
1074 src/CRC/CRC.java 344 LocalVariableCouldBeFinal: Local variable 'tableParams' could be declared final
1075 src/CRC/CRC.java 352 UnnecessaryFullyQualifiedName: Unnecessary use of fully qualified name 'CRC.calculateCRC' due to existing same package import 'CRC.*'
1076 src/CRC/CRC.java 352 UnnecessaryFullyQualifiedName: Unnecessary use of fully qualified name 'CRC.calculateCRC' due to existing same package import 'CRC.*'
1077 src/CRC/CRC.java 357 CommentSize: Comment is too large: Line too long
1078 src/CRC/CRC.java 357 CommentSize: Comment is too large: Line too long
1079 src/CRC/CRC.java 363 MethodArgumentCouldBeFinal: Parameter 'curValue' is not assigned and could be declared final
1080 src/CRC/CRC.java 363 MethodArgumentCouldBeFinal: Parameter 'curValue' is not assigned and could be declared final
1081 src/CRC/CRC.java 365 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
1082 src/CRC/CRC.java 365 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
1083 src/CRC/CRC.java 366 AvoidThrowingRawExceptionTypes: Avoid throwing raw exception types.
1084 src/CRC/CRC.java 366 AvoidThrowingRawExceptionTypes: Avoid throwing raw exception types.
1085 src/CRC/CRC.java 366 ControlStatementBraces: This statement should have braces
1086 src/CRC/CRC.java 366 ControlStatementBraces: This statement should have braces
1087 src/CRC/CRC.java 371 CommentSize: Comment is too large: Line too long
1088 src/CRC/CRC.java 371 CommentSize: Comment is too large: Line too long
1089 src/CRC/CRC.java 377 AvoidUsingShortType: Do not use the short type
1090 src/CRC/CRC.java 377 AvoidUsingShortType: Do not use the short type
1091 src/CRC/CRC.java 377 MethodArgumentCouldBeFinal: Parameter 'curValue' is not assigned and could be declared final
1092 src/CRC/CRC.java 377 MethodArgumentCouldBeFinal: Parameter 'curValue' is not assigned and could be declared final
1093 src/CRC/CRC.java 379 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
1094 src/CRC/CRC.java 379 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
1095 src/CRC/CRC.java 380 AvoidThrowingRawExceptionTypes: Avoid throwing raw exception types.
1096 src/CRC/CRC.java 380 AvoidThrowingRawExceptionTypes: Avoid throwing raw exception types.
1097 src/CRC/CRC.java 380 ControlStatementBraces: This statement should have braces
1098 src/CRC/CRC.java 380 ControlStatementBraces: This statement should have braces
1099 src/CRC/CRC.java 385 CommentSize: Comment is too large: Line too long
1100 src/CRC/CRC.java 385 CommentSize: Comment is too large: Line too long
1101 src/CRC/CRC.java 391 MethodArgumentCouldBeFinal: Parameter 'curValue' is not assigned and could be declared final
1102 src/CRC/CRC.java 391 MethodArgumentCouldBeFinal: Parameter 'curValue' is not assigned and could be declared final
1103 src/CRC/CRC.java 393 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
1104 src/CRC/CRC.java 393 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
1105 src/CRC/CRC.java 394 AvoidThrowingRawExceptionTypes: Avoid throwing raw exception types.
1106 src/CRC/CRC.java 394 AvoidThrowingRawExceptionTypes: Avoid throwing raw exception types.
1107 src/CRC/CRC.java 394 ControlStatementBraces: This statement should have braces
1108 src/CRC/CRC.java 394 ControlStatementBraces: This statement should have braces
1109 src/Common/Constants.java 1 PackageCase: Package name contains upper case characters
1110 src/Common/Constants.java 1 PackageCase: Package name contains upper case characters
1111 src/Common/Constants.java 3 CommentRequired: Class comments are required
1112 src/Common/Constants.java 3 CommentRequired: Class comments are required
1113 src/Common/Constants.java 6 CommentRequired: Field comments are required
1114 src/Common/Constants.java 6 CommentRequired: Field comments are required
1115 src/Common/Constants.java 9 CommentRequired: Field comments are required
1116 src/Common/Constants.java 9 CommentRequired: Field comments are required
1117 src/Common/Constants.java 10 CommentRequired: Field comments are required
1118 src/Common/Constants.java 10 CommentRequired: Field comments are required
1119 src/Common/Constants.java 11 CommentRequired: Field comments are required
1120 src/Common/Constants.java 11 CommentRequired: Field comments are required
1121 src/Common/Constants.java 12 CommentRequired: Field comments are required
1122 src/Common/Constants.java 12 CommentRequired: Field comments are required
1123 src/Common/Constants.java 13 CommentRequired: Field comments are required
1124 src/Common/Constants.java 13 CommentRequired: Field comments are required
1125 src/Common/Constants.java 14 CommentRequired: Field comments are required
1126 src/Common/Constants.java 14 CommentRequired: Field comments are required
1127 src/Common/Constants.java 15 CommentRequired: Field comments are required
1128 src/Common/Constants.java 15 CommentRequired: Field comments are required
1129 src/Common/Constants.java 16 CommentRequired: Field comments are required
1130 src/Common/Constants.java 16 CommentRequired: Field comments are required
1131 src/Common/Constants.java 19 CommentRequired: Field comments are required
1132 src/Common/Constants.java 19 CommentRequired: Field comments are required
1133 src/Common/Constants.java 20 CommentRequired: Field comments are required
1134 src/Common/Constants.java 20 CommentRequired: Field comments are required
1135 src/Common/Constants.java 21 CommentRequired: Field comments are required
1136 src/Common/Constants.java 21 CommentRequired: Field comments are required
1137 src/Common/Constants.java 22 CommentRequired: Field comments are required
1138 src/Common/Constants.java 22 CommentRequired: Field comments are required
1139 src/Common/Constants.java 25 CommentRequired: Field comments are required
1140 src/Common/Constants.java 25 CommentRequired: Field comments are required
1141 src/Common/Constants.java 26 CommentRequired: Field comments are required
1142 src/Common/Constants.java 26 CommentRequired: Field comments are required
1143 src/Common/Constants.java 27 CommentRequired: Field comments are required
1144 src/Common/Constants.java 27 CommentRequired: Field comments are required
1145 src/Common/Constants.java 28 CommentRequired: Field comments are required
1146 src/Common/Constants.java 28 CommentRequired: Field comments are required
1147 src/Common/Constants.java 29 CommentRequired: Field comments are required
1148 src/Common/Constants.java 29 CommentRequired: Field comments are required
1149 src/Common/Constants.java 30 CommentRequired: Field comments are required
1150 src/Common/Constants.java 30 CommentRequired: Field comments are required
1151 src/Common/Constants.java 33 CommentRequired: Field comments are required
1152 src/Common/Constants.java 33 CommentRequired: Field comments are required
1153 src/Common/Constants.java 34 CommentRequired: Field comments are required
1154 src/Common/Constants.java 34 CommentRequired: Field comments are required
1155 src/Common/Constants.java 35 CommentRequired: Field comments are required
1156 src/Common/Constants.java 35 CommentRequired: Field comments are required
1157 src/Common/Constants.java 36 CommentRequired: Field comments are required
1158 src/Common/Constants.java 36 CommentRequired: Field comments are required
1159 src/Common/Constants.java 36 LongVariable: Avoid excessively long variable names like fss_result_data_file
1160 src/Common/Constants.java 36 LongVariable: Avoid excessively long variable names like fss_result_data_file
1161 src/Common/Constants.java 39 CommentRequired: Field comments are required
1162 src/Common/Constants.java 39 CommentRequired: Field comments are required
1163 src/Common/Constants.java 42 AvoidUsingShortType: Do not use the short type
1164 src/Common/Constants.java 42 AvoidUsingShortType: Do not use the short type
1165 src/Common/Constants.java 42 CommentRequired: Field comments are required
1166 src/Common/Constants.java 42 CommentRequired: Field comments are required
1167 src/Common/Constants.java 43 CommentRequired: Field comments are required
1168 src/Common/Constants.java 43 CommentRequired: Field comments are required
1169 src/Common/Constants.java 44 CommentRequired: Field comments are required
1170 src/Common/Constants.java 44 CommentRequired: Field comments are required
1171 src/Common/Constants.java 45 CommentRequired: Field comments are required
1172 src/Common/Constants.java 45 CommentRequired: Field comments are required
1173 src/Common/Constants.java 45 LongVariable: Avoid excessively long variable names like manager_polling_period
1174 src/Common/Constants.java 45 LongVariable: Avoid excessively long variable names like manager_polling_period
1175 src/Common/Constants.java 46 CommentRequired: Field comments are required
1176 src/Common/Constants.java 46 CommentRequired: Field comments are required
1177 src/Common/Constants.java 46 LongVariable: Avoid excessively long variable names like generator_max_polling
1178 src/Common/Constants.java 46 LongVariable: Avoid excessively long variable names like generator_max_polling
1179 src/Common/Constants.java 47 CommentRequired: Field comments are required
1180 src/Common/Constants.java 47 CommentRequired: Field comments are required
1181 src/Common/Constants.java 47 LongVariable: Avoid excessively long variable names like fss_protocol_max_polling
1182 src/Common/Constants.java 47 LongVariable: Avoid excessively long variable names like fss_protocol_max_polling
1183 src/Common/Constants.java 48 CommentRequired: Field comments are required
1184 src/Common/Constants.java 48 CommentRequired: Field comments are required
1185 src/Common/Constants.java 48 LongVariable: Avoid excessively long variable names like uart_interface_max_polling
1186 src/Common/Constants.java 48 LongVariable: Avoid excessively long variable names like uart_interface_max_polling
1187 src/Common/Constants.java 49 CommentRequired: Field comments are required
1188 src/Common/Constants.java 49 CommentRequired: Field comments are required
1189 src/Common/Constants.java 50 CommentRequired: Field comments are required
1190 src/Common/Constants.java 50 CommentRequired: Field comments are required
1191 src/Common/Constants.java 50 LongVariable: Avoid excessively long variable names like manager_max_exec_time
1192 src/Common/Constants.java 50 LongVariable: Avoid excessively long variable names like manager_max_exec_time
1193 src/Common/Constants.java 51 CommentRequired: Field comments are required
1194 src/Common/Constants.java 51 CommentRequired: Field comments are required
1195 src/Common/Constants.java 51 LongVariable: Avoid excessively long variable names like rf_isl_max_polling
1196 src/Common/Constants.java 51 LongVariable: Avoid excessively long variable names like rf_isl_max_polling
1197 src/Common/Constants.java 52 CommentRequired: Field comments are required
1198 src/Common/Constants.java 52 CommentRequired: Field comments are required
1199 src/Common/Constants.java 52 LongVariable: Avoid excessively long variable names like rf_isl_max_configuration
1200 src/Common/Constants.java 52 LongVariable: Avoid excessively long variable names like rf_isl_max_configuration
1201 src/Common/Constants.java 53 CommentRequired: Field comments are required
1202 src/Common/Constants.java 53 CommentRequired: Field comments are required
1203 src/Common/Constants.java 53 LongVariable: Avoid excessively long variable names like rf_isl_max_fsspacket
1204 src/Common/Constants.java 53 LongVariable: Avoid excessively long variable names like rf_isl_max_fsspacket
1205 src/Common/Constants.java 54 CommentRequired: Field comments are required
1206 src/Common/Constants.java 54 CommentRequired: Field comments are required
1207 src/Common/Constants.java 54 LongVariable: Avoid excessively long variable names like rf_isl_tostorehk_size
1208 src/Common/Constants.java 54 LongVariable: Avoid excessively long variable names like rf_isl_tostorehk_size
1209 src/Common/Constants.java 55 CommentRequired: Field comments are required
1210 src/Common/Constants.java 55 CommentRequired: Field comments are required
1211 src/Common/Constants.java 56 CommentRequired: Field comments are required
1212 src/Common/Constants.java 56 CommentRequired: Field comments are required
1213 src/Common/Constants.java 58 CommentRequired: Field comments are required
1214 src/Common/Constants.java 58 CommentRequired: Field comments are required
1215 src/Common/Constants.java 59 CommentRequired: Field comments are required
1216 src/Common/Constants.java 59 CommentRequired: Field comments are required
1217 src/Common/Constants.java 60 CommentRequired: Field comments are required
1218 src/Common/Constants.java 60 CommentRequired: Field comments are required
1219 src/Common/Constants.java 61 CommentRequired: Field comments are required
1220 src/Common/Constants.java 61 CommentRequired: Field comments are required
1221 src/Common/Constants.java 62 CommentRequired: Field comments are required
1222 src/Common/Constants.java 62 CommentRequired: Field comments are required
1223 src/Common/Constants.java 62 LongVariable: Avoid excessively long variable names like GENERIC_REPLY_ITEMS
1224 src/Common/Constants.java 62 LongVariable: Avoid excessively long variable names like GENERIC_REPLY_ITEMS
1225 src/Common/Constants.java 63 CommentRequired: Field comments are required
1226 src/Common/Constants.java 63 CommentRequired: Field comments are required
1227 src/Common/Constants.java 63 LongVariable: Avoid excessively long variable names like STATUS_REPLY_ITEMS
1228 src/Common/Constants.java 63 LongVariable: Avoid excessively long variable names like STATUS_REPLY_ITEMS
1229 src/Common/Constants.java 64 CommentRequired: Field comments are required
1230 src/Common/Constants.java 64 CommentRequired: Field comments are required
1231 src/Common/Constants.java 65 CommentRequired: Field comments are required
1232 src/Common/Constants.java 65 CommentRequired: Field comments are required
1233 src/Common/Constants.java 66 CommentRequired: Field comments are required
1234 src/Common/Constants.java 66 CommentRequired: Field comments are required
1235 src/Common/Constants.java 68 CommentRequired: Field comments are required
1236 src/Common/Constants.java 68 CommentRequired: Field comments are required
1237 src/Common/Constants.java 69 CommentRequired: Field comments are required
1238 src/Common/Constants.java 69 CommentRequired: Field comments are required
1239 src/Common/Constants.java 69 LongVariable: Avoid excessively long variable names like COMMAND_PARSED_STATUS
1240 src/Common/Constants.java 69 LongVariable: Avoid excessively long variable names like COMMAND_PARSED_STATUS
1241 src/Common/Constants.java 70 CommentRequired: Field comments are required
1242 src/Common/Constants.java 70 CommentRequired: Field comments are required
1243 src/Common/Constants.java 71 CommentRequired: Field comments are required
1244 src/Common/Constants.java 71 CommentRequired: Field comments are required
1245 src/Common/Constants.java 71 LongVariable: Avoid excessively long variable names like COMMAND_PARSED_EXIT
1246 src/Common/Constants.java 71 LongVariable: Avoid excessively long variable names like COMMAND_PARSED_EXIT
1247 src/Common/Constants.java 72 CommentRequired: Field comments are required
1248 src/Common/Constants.java 72 CommentRequired: Field comments are required
1249 src/Common/Constants.java 72 LongVariable: Avoid excessively long variable names like COMMAND_PARSED_UNKNOWN
1250 src/Common/Constants.java 72 LongVariable: Avoid excessively long variable names like COMMAND_PARSED_UNKNOWN
1251 src/Common/Constants.java 73 CommentRequired: Field comments are required
1252 src/Common/Constants.java 73 CommentRequired: Field comments are required
1253 src/Common/Constants.java 74 CommentRequired: Field comments are required
1254 src/Common/Constants.java 74 CommentRequired: Field comments are required
1255 src/Common/Constants.java 75 CommentRequired: Field comments are required
1256 src/Common/Constants.java 75 CommentRequired: Field comments are required
1257 src/Common/Constants.java 76 CommentRequired: Field comments are required
1258 src/Common/Constants.java 76 CommentRequired: Field comments are required
1259 src/Common/Constants.java 77 CommentRequired: Field comments are required
1260 src/Common/Constants.java 77 CommentRequired: Field comments are required
1261 src/Common/Constants.java 78 CommentRequired: Field comments are required
1262 src/Common/Constants.java 78 CommentRequired: Field comments are required
1263 src/Common/Constants.java 78 LongVariable: Avoid excessively long variable names like REPLY_STATUS_RUNNING
1264 src/Common/Constants.java 78 LongVariable: Avoid excessively long variable names like REPLY_STATUS_RUNNING
1265 src/Common/Constants.java 79 CommentRequired: Field comments are required
1266 src/Common/Constants.java 79 CommentRequired: Field comments are required
1267 src/Common/Constants.java 79 LongVariable: Avoid excessively long variable names like REPLY_STATUS_ERROR
1268 src/Common/Constants.java 79 LongVariable: Avoid excessively long variable names like REPLY_STATUS_ERROR
1269 src/Common/Constants.java 80 CommentRequired: Field comments are required
1270 src/Common/Constants.java 80 CommentRequired: Field comments are required
1271 src/Common/Constants.java 83 CommentRequired: Field comments are required
1272 src/Common/Constants.java 83 CommentRequired: Field comments are required
1273 src/Common/Constants.java 85 CommentRequired: Field comments are required
1274 src/Common/Constants.java 85 CommentRequired: Field comments are required
1275 src/Common/Constants.java 86 CommentRequired: Field comments are required
1276 src/Common/Constants.java 86 CommentRequired: Field comments are required
1277 src/Common/Constants.java 87 CommentRequired: Field comments are required
1278 src/Common/Constants.java 87 CommentRequired: Field comments are required
1279 src/Common/Constants.java 88 CommentRequired: Field comments are required
1280 src/Common/Constants.java 88 CommentRequired: Field comments are required
1281 src/Common/Constants.java 89 CommentRequired: Field comments are required
1282 src/Common/Constants.java 89 CommentRequired: Field comments are required
1283 src/Common/Constants.java 90 CommentRequired: Field comments are required
1284 src/Common/Constants.java 90 CommentRequired: Field comments are required
1285 src/Common/Constants.java 90 LongVariable: Avoid excessively long variable names like FSS_ROLE_NOT_DEFINED
1286 src/Common/Constants.java 90 LongVariable: Avoid excessively long variable names like FSS_ROLE_NOT_DEFINED
1287 src/Common/Constants.java 91 CommentRequired: Field comments are required
1288 src/Common/Constants.java 91 CommentRequired: Field comments are required
1289 src/Common/Constants.java 92 CommentRequired: Field comments are required
1290 src/Common/Constants.java 92 CommentRequired: Field comments are required
1291 src/Common/Constants.java 94 CommentRequired: Field comments are required
1292 src/Common/Constants.java 94 CommentRequired: Field comments are required
1293 src/Common/Constants.java 94 LongVariable: Avoid excessively long variable names like PACKET_FSS_SERVICE_PUBLISH
1294 src/Common/Constants.java 94 LongVariable: Avoid excessively long variable names like PACKET_FSS_SERVICE_PUBLISH
1295 src/Common/Constants.java 95 CommentRequired: Field comments are required
1296 src/Common/Constants.java 95 CommentRequired: Field comments are required
1297 src/Common/Constants.java 95 LongVariable: Avoid excessively long variable names like PACKET_FSS_SERVICE_REQUEST
1298 src/Common/Constants.java 95 LongVariable: Avoid excessively long variable names like PACKET_FSS_SERVICE_REQUEST
1299 src/Common/Constants.java 96 CommentRequired: Field comments are required
1300 src/Common/Constants.java 96 CommentRequired: Field comments are required
1301 src/Common/Constants.java 96 LongVariable: Avoid excessively long variable names like PACKET_FSS_SERVICE_ACCEPT
1302 src/Common/Constants.java 96 LongVariable: Avoid excessively long variable names like PACKET_FSS_SERVICE_ACCEPT
1303 src/Common/Constants.java 97 CommentRequired: Field comments are required
1304 src/Common/Constants.java 97 CommentRequired: Field comments are required
1305 src/Common/Constants.java 98 CommentRequired: Field comments are required
1306 src/Common/Constants.java 98 CommentRequired: Field comments are required
1307 src/Common/Constants.java 98 LongVariable: Avoid excessively long variable names like PACKET_FSS_DATA_ACK
1308 src/Common/Constants.java 98 LongVariable: Avoid excessively long variable names like PACKET_FSS_DATA_ACK
1309 src/Common/Constants.java 99 CommentRequired: Field comments are required
1310 src/Common/Constants.java 99 CommentRequired: Field comments are required
1311 src/Common/Constants.java 100 CommentRequired: Field comments are required
1312 src/Common/Constants.java 100 CommentRequired: Field comments are required
1313 src/Common/Constants.java 100 LongVariable: Avoid excessively long variable names like PACKET_FSS_CLOSE_ACK
1314 src/Common/Constants.java 100 LongVariable: Avoid excessively long variable names like PACKET_FSS_CLOSE_ACK
1315 src/Common/Constants.java 101 CommentRequired: Field comments are required
1316 src/Common/Constants.java 101 CommentRequired: Field comments are required
1317 src/Common/Constants.java 101 LongVariable: Avoid excessively long variable names like PACKET_FSS_CLOSE_DATA_ACK
1318 src/Common/Constants.java 101 LongVariable: Avoid excessively long variable names like PACKET_FSS_CLOSE_DATA_ACK
1319 src/Common/Constants.java 102 CommentRequired: Field comments are required
1320 src/Common/Constants.java 102 CommentRequired: Field comments are required
1321 src/Common/Constants.java 103 CommentRequired: Field comments are required
1322 src/Common/Constants.java 103 CommentRequired: Field comments are required
1323 src/Common/Constants.java 104 CommentRequired: Field comments are required
1324 src/Common/Constants.java 104 CommentRequired: Field comments are required
1325 src/Common/Constants.java 105 CommentRequired: Field comments are required
1326 src/Common/Constants.java 105 CommentRequired: Field comments are required
1327 src/Common/Constants.java 106 CommentRequired: Field comments are required
1328 src/Common/Constants.java 106 CommentRequired: Field comments are required
1329 src/Common/Constants.java 107 CommentRequired: Field comments are required
1330 src/Common/Constants.java 107 CommentRequired: Field comments are required
1331 src/Common/Constants.java 107 LongVariable: Avoid excessively long variable names like PACKET_DWN_CLOSE_ACK
1332 src/Common/Constants.java 107 LongVariable: Avoid excessively long variable names like PACKET_DWN_CLOSE_ACK
1333 src/Common/Constants.java 108 CommentRequired: Field comments are required
1334 src/Common/Constants.java 108 CommentRequired: Field comments are required
1335 src/Common/Constants.java 109 CommentRequired: Field comments are required
1336 src/Common/Constants.java 109 CommentRequired: Field comments are required
1337 src/Common/Constants.java 109 LongVariable: Avoid excessively long variable names like PACKET_DWN_ALIVE_ACK
1338 src/Common/Constants.java 109 LongVariable: Avoid excessively long variable names like PACKET_DWN_ALIVE_ACK
1339 src/Common/Constants.java 110 CommentRequired: Field comments are required
1340 src/Common/Constants.java 110 CommentRequired: Field comments are required
1341 src/Common/Constants.java 110 LongVariable: Avoid excessively long variable names like FSS_PACKET_NOT_VALID
1342 src/Common/Constants.java 110 LongVariable: Avoid excessively long variable names like FSS_PACKET_NOT_VALID
1343 src/Common/Constants.java 113 CommentRequired: Field comments are required
1344 src/Common/Constants.java 113 CommentRequired: Field comments are required
1345 src/Common/Constants.java 113 LongVariable: Avoid excessively long variable names like FSS_SERVICE_TYPE_NOT_DEFINED
1346 src/Common/Constants.java 113 LongVariable: Avoid excessively long variable names like FSS_SERVICE_TYPE_NOT_DEFINED
1347 src/Common/Constants.java 114 CommentRequired: Field comments are required
1348 src/Common/Constants.java 114 CommentRequired: Field comments are required
1349 src/Common/Constants.java 114 LongVariable: Avoid excessively long variable names like FSS_SERVICE_TYPE_STORAGE
1350 src/Common/Constants.java 114 LongVariable: Avoid excessively long variable names like FSS_SERVICE_TYPE_STORAGE
1351 src/Common/Constants.java 115 CommentRequired: Field comments are required
1352 src/Common/Constants.java 115 CommentRequired: Field comments are required
1353 src/Common/Constants.java 115 LongVariable: Avoid excessively long variable names like FSS_SERVICE_TYPE_DOWNLOAD
1354 src/Common/Constants.java 115 LongVariable: Avoid excessively long variable names like FSS_SERVICE_TYPE_DOWNLOAD
1355 src/Common/Constants.java 117 CommentRequired: Field comments are required
1356 src/Common/Constants.java 117 CommentRequired: Field comments are required
1357 src/Common/Constants.java 118 CommentRequired: Field comments are required
1358 src/Common/Constants.java 118 CommentRequired: Field comments are required
1359 src/Common/Constants.java 120 CommentRequired: Field comments are required
1360 src/Common/Constants.java 120 CommentRequired: Field comments are required
1361 src/Common/Constants.java 121 CommentRequired: Field comments are required
1362 src/Common/Constants.java 121 CommentRequired: Field comments are required
1363 src/Common/Constants.java 121 LongVariable: Avoid excessively long variable names like FSS_BROADCAST_ADDR
1364 src/Common/Constants.java 121 LongVariable: Avoid excessively long variable names like FSS_BROADCAST_ADDR
1365 src/Common/Constants.java 124 CommentRequired: Field comments are required
1366 src/Common/Constants.java 124 CommentRequired: Field comments are required
1367 src/Common/Constants.java 127 CommentRequired: Field comments are required
1368 src/Common/Constants.java 127 CommentRequired: Field comments are required
1369 src/Common/Constants.java 128 CommentRequired: Field comments are required
1370 src/Common/Constants.java 128 CommentRequired: Field comments are required
1371 src/Common/Constants.java 128 LongVariable: Avoid excessively long variable names like generator_STATUS_STOPPED
1372 src/Common/Constants.java 128 LongVariable: Avoid excessively long variable names like generator_STATUS_STOPPED
1373 src/Common/Constants.java 129 CommentRequired: Field comments are required
1374 src/Common/Constants.java 129 CommentRequired: Field comments are required
1375 src/Common/Constants.java 129 LongVariable: Avoid excessively long variable names like generator_STATUS_RUNNING
1376 src/Common/Constants.java 129 LongVariable: Avoid excessively long variable names like generator_STATUS_RUNNING
1377 src/Common/Constants.java 130 CommentRequired: Field comments are required
1378 src/Common/Constants.java 130 CommentRequired: Field comments are required
1379 src/Common/Constants.java 131 CommentRequired: Field comments are required
1380 src/Common/Constants.java 131 CommentRequired: Field comments are required
1381 src/Common/Constants.java 131 LongVariable: Avoid excessively long variable names like data_timestamp_size
1382 src/Common/Constants.java 131 LongVariable: Avoid excessively long variable names like data_timestamp_size
1383 src/Common/Constants.java 132 CommentRequired: Field comments are required
1384 src/Common/Constants.java 132 CommentRequired: Field comments are required
1385 src/Common/Constants.java 132 LongVariable: Avoid excessively long variable names like data_reference_size
1386 src/Common/Constants.java 132 LongVariable: Avoid excessively long variable names like data_reference_size
1387 src/Common/Constants.java 133 CommentRequired: Field comments are required
1388 src/Common/Constants.java 133 CommentRequired: Field comments are required
1389 src/Common/Constants.java 133 LongVariable: Avoid excessively long variable names like data_rf_isl_hk_size
1390 src/Common/Constants.java 133 LongVariable: Avoid excessively long variable names like data_rf_isl_hk_size
1391 src/Common/Constants.java 134 CommentRequired: Field comments are required
1392 src/Common/Constants.java 134 CommentRequired: Field comments are required
1393 src/Common/Constants.java 135 CommentRequired: Field comments are required
1394 src/Common/Constants.java 135 CommentRequired: Field comments are required
1395 src/Common/Constants.java 141 CommentRequired: Field comments are required
1396 src/Common/Constants.java 141 CommentRequired: Field comments are required
1397 src/Common/Constants.java 141 LongVariable: Avoid excessively long variable names like fss_buffer_move_block
1398 src/Common/Constants.java 141 LongVariable: Avoid excessively long variable names like fss_buffer_move_block
1399 src/Common/Constants.java 144 CommentRequired: Field comments are required
1400 src/Common/Constants.java 144 CommentRequired: Field comments are required
1401 src/Common/Constants.java 144 LongVariable: Avoid excessively long variable names like conf_parameters_num
1402 src/Common/Constants.java 144 LongVariable: Avoid excessively long variable names like conf_parameters_num
1403 src/Common/Constants.java 147 CommentRequired: Field comments are required
1404 src/Common/Constants.java 147 CommentRequired: Field comments are required
1405 src/Common/Constants.java 147 LongVariable: Avoid excessively long variable names like hk_header_sw_version
1406 src/Common/Constants.java 147 LongVariable: Avoid excessively long variable names like hk_header_sw_version
1407 src/Common/Constants.java 148 CommentRequired: Field comments are required
1408 src/Common/Constants.java 148 CommentRequired: Field comments are required
1409 src/Common/Constants.java 148 LongVariable: Avoid excessively long variable names like hk_header_expnum_satid_size
1410 src/Common/Constants.java 148 LongVariable: Avoid excessively long variable names like hk_header_expnum_satid_size
1411 src/Common/Constants.java 149 CommentRequired: Field comments are required
1412 src/Common/Constants.java 149 CommentRequired: Field comments are required
1413 src/Common/Constants.java 149 LongVariable: Avoid excessively long variable names like hk_header_time_size
1414 src/Common/Constants.java 149 LongVariable: Avoid excessively long variable names like hk_header_time_size
1415 src/Common/Constants.java 150 CommentRequired: Field comments are required
1416 src/Common/Constants.java 150 CommentRequired: Field comments are required
1417 src/Common/Constants.java 154 CommentRequired: Field comments are required
1418 src/Common/Constants.java 154 CommentRequired: Field comments are required
1419 src/Common/Constants.java 155 CommentRequired: Field comments are required
1420 src/Common/Constants.java 155 CommentRequired: Field comments are required
1421 src/Common/Constants.java 155 LongVariable: Avoid excessively long variable names like hk_item_manager_size
1422 src/Common/Constants.java 155 LongVariable: Avoid excessively long variable names like hk_item_manager_size
1423 src/Common/Constants.java 156 CommentRequired: Field comments are required
1424 src/Common/Constants.java 156 CommentRequired: Field comments are required
1425 src/Common/Constants.java 156 LongVariable: Avoid excessively long variable names like hk_item_generator_size
1426 src/Common/Constants.java 156 LongVariable: Avoid excessively long variable names like hk_item_generator_size
1427 src/Common/Constants.java 157 CommentRequired: Field comments are required
1428 src/Common/Constants.java 157 CommentRequired: Field comments are required
1429 src/Common/Constants.java 157 LongVariable: Avoid excessively long variable names like hk_item_fssbuffer_size
1430 src/Common/Constants.java 157 LongVariable: Avoid excessively long variable names like hk_item_fssbuffer_size
1431 src/Common/Constants.java 158 CommentRequired: Field comments are required
1432 src/Common/Constants.java 158 CommentRequired: Field comments are required
1433 src/Common/Constants.java 158 LongVariable: Avoid excessively long variable names like hk_item_fssprotocol_size
1434 src/Common/Constants.java 158 LongVariable: Avoid excessively long variable names like hk_item_fssprotocol_size
1435 src/Common/Constants.java 159 CommentRequired: Field comments are required
1436 src/Common/Constants.java 159 CommentRequired: Field comments are required
1437 src/Common/Constants.java 159 LongVariable: Avoid excessively long variable names like hk_header_conf_version_size
1438 src/Common/Constants.java 159 LongVariable: Avoid excessively long variable names like hk_header_conf_version_size
1439 src/Common/Constants.java 160 CommentRequired: Field comments are required
1440 src/Common/Constants.java 160 CommentRequired: Field comments are required
1441 src/Common/Constants.java 160 LongVariable: Avoid excessively long variable names like hk_item_rf_isl_status
1442 src/Common/Constants.java 160 LongVariable: Avoid excessively long variable names like hk_item_rf_isl_status
1443 src/Common/Constants.java 161 CommentRequired: Field comments are required
1444 src/Common/Constants.java 161 CommentRequired: Field comments are required
1445 src/Common/Constants.java 169 CommentRequired: Field comments are required
1446 src/Common/Constants.java 169 CommentRequired: Field comments are required
1447 src/Common/Constants.java 169 LongVariable: Avoid excessively long variable names like hk_buffer_move_block
1448 src/Common/Constants.java 169 LongVariable: Avoid excessively long variable names like hk_buffer_move_block
1449 src/Common/Constants.java 172 CommentRequired: Field comments are required
1450 src/Common/Constants.java 172 CommentRequired: Field comments are required
1451 src/Common/Constants.java 172 LongVariable: Avoid excessively long variable names like packet_buffer_move_block
1452 src/Common/Constants.java 172 LongVariable: Avoid excessively long variable names like packet_buffer_move_block
1453 src/Common/Constants.java 175 CommentRequired: Field comments are required
1454 src/Common/Constants.java 175 CommentRequired: Field comments are required
1455 src/Common/Constants.java 176 CommentRequired: Field comments are required
1456 src/Common/Constants.java 176 CommentRequired: Field comments are required
1457 src/Common/Constants.java 179 CommentRequired: Field comments are required
1458 src/Common/Constants.java 179 CommentRequired: Field comments are required
1459 src/Common/Constants.java 180 CommentRequired: Field comments are required
1460 src/Common/Constants.java 180 CommentRequired: Field comments are required
1461 src/Common/Constants.java 181 CommentRequired: Field comments are required
1462 src/Common/Constants.java 181 CommentRequired: Field comments are required
1463 src/Common/Constants.java 181 LongVariable: Avoid excessively long variable names like SLP_COMMAND_RECEIVE
1464 src/Common/Constants.java 181 LongVariable: Avoid excessively long variable names like SLP_COMMAND_RECEIVE
1465 src/Common/Constants.java 182 CommentRequired: Field comments are required
1466 src/Common/Constants.java 182 CommentRequired: Field comments are required
1467 src/Common/Constants.java 182 LongVariable: Avoid excessively long variable names like SLP_COMMAND_TELEMETRY
1468 src/Common/Constants.java 182 LongVariable: Avoid excessively long variable names like SLP_COMMAND_TELEMETRY
1469 src/Common/Constants.java 183 CommentRequired: Field comments are required
1470 src/Common/Constants.java 183 CommentRequired: Field comments are required
1471 src/Common/Constants.java 183 LongVariable: Avoid excessively long variable names like SLP_COMMAND_CONFIGURATION
1472 src/Common/Constants.java 183 LongVariable: Avoid excessively long variable names like SLP_COMMAND_CONFIGURATION
1473 src/Common/Constants.java 184 CommentRequired: Field comments are required
1474 src/Common/Constants.java 184 CommentRequired: Field comments are required
1475 src/Common/Constants.java 184 LongVariable: Avoid excessively long variable names like SLP_REPLY_SEND_ACK
1476 src/Common/Constants.java 184 LongVariable: Avoid excessively long variable names like SLP_REPLY_SEND_ACK
1477 src/Common/Constants.java 185 CommentRequired: Field comments are required
1478 src/Common/Constants.java 185 CommentRequired: Field comments are required
1479 src/Common/Constants.java 185 LongVariable: Avoid excessively long variable names like SLP_REPLY_SEND_ERROR
1480 src/Common/Constants.java 185 LongVariable: Avoid excessively long variable names like SLP_REPLY_SEND_ERROR
1481 src/Common/Constants.java 186 CommentRequired: Field comments are required
1482 src/Common/Constants.java 186 CommentRequired: Field comments are required
1483 src/Common/Constants.java 186 LongVariable: Avoid excessively long variable names like SLP_REPLY_TELEMETRY
1484 src/Common/Constants.java 186 LongVariable: Avoid excessively long variable names like SLP_REPLY_TELEMETRY
1485 src/Common/Constants.java 187 CommentRequired: Field comments are required
1486 src/Common/Constants.java 187 CommentRequired: Field comments are required
1487 src/Common/Constants.java 188 CommentRequired: Field comments are required
1488 src/Common/Constants.java 188 CommentRequired: Field comments are required
1489 src/Common/Constants.java 189 CommentRequired: Field comments are required
1490 src/Common/Constants.java 189 CommentRequired: Field comments are required
1491 src/Common/Constants.java 189 LongVariable: Avoid excessively long variable names like SLP_REPLY_CONF_ACK
1492 src/Common/Constants.java 189 LongVariable: Avoid excessively long variable names like SLP_REPLY_CONF_ACK
1493 src/Common/Constants.java 190 CommentRequired: Field comments are required
1494 src/Common/Constants.java 190 CommentRequired: Field comments are required
1495 src/Common/Constants.java 191 CommentRequired: Field comments are required
1496 src/Common/Constants.java 191 CommentRequired: Field comments are required
1497 src/Common/Constants.java 191 LongVariable: Avoid excessively long variable names like SLP_ACCESS_TELEMETRY
1498 src/Common/Constants.java 191 LongVariable: Avoid excessively long variable names like SLP_ACCESS_TELEMETRY
1499 src/Common/Constants.java 192 CommentRequired: Field comments are required
1500 src/Common/Constants.java 192 CommentRequired: Field comments are required
1501 src/Common/Constants.java 192 LongVariable: Avoid excessively long variable names like SLP_ACCESS_RECEIVE
1502 src/Common/Constants.java 192 LongVariable: Avoid excessively long variable names like SLP_ACCESS_RECEIVE
1503 src/Common/Constants.java 193 CommentRequired: Field comments are required
1504 src/Common/Constants.java 193 CommentRequired: Field comments are required
1505 src/Common/Constants.java 194 CommentRequired: Field comments are required
1506 src/Common/Constants.java 194 CommentRequired: Field comments are required
1507 src/Common/Constants.java 194 LongVariable: Avoid excessively long variable names like SLP_max_times_reply_rfisl
1508 src/Common/Constants.java 194 LongVariable: Avoid excessively long variable names like SLP_max_times_reply_rfisl
1509 src/Common/Constants.java 195 CommentRequired: Field comments are required
1510 src/Common/Constants.java 195 CommentRequired: Field comments are required
1511 src/Common/Constants.java 195 LongVariable: Avoid excessively long variable names like SLP_reply_timeout_rfisl
1512 src/Common/Constants.java 195 LongVariable: Avoid excessively long variable names like SLP_reply_timeout_rfisl
1513 src/Common/Constants.java 196 CommentRequired: Field comments are required
1514 src/Common/Constants.java 196 CommentRequired: Field comments are required
1515 src/Common/Constants.java 199 CommentRequired: Field comments are required
1516 src/Common/Constants.java 199 CommentRequired: Field comments are required
1517 src/Common/Constants.java 200 CommentRequired: Field comments are required
1518 src/Common/Constants.java 200 CommentRequired: Field comments are required
1519 src/Common/Constants.java 201 CommentRequired: Field comments are required
1520 src/Common/Constants.java 201 CommentRequired: Field comments are required
1521 src/Common/Constants.java 202 CommentRequired: Field comments are required
1522 src/Common/Constants.java 202 CommentRequired: Field comments are required
1523 src/Common/Constants.java 203 CommentRequired: Field comments are required
1524 src/Common/Constants.java 203 CommentRequired: Field comments are required
1525 src/Common/Constants.java 203 LongVariable: Avoid excessively long variable names like kiss_max_byte_waiting
1526 src/Common/Constants.java 203 LongVariable: Avoid excessively long variable names like kiss_max_byte_waiting
1527 src/Common/Constants.java 206 CommentRequired: Field comments are required
1528 src/Common/Constants.java 206 CommentRequired: Field comments are required
1529 src/Common/Constants.java 206 LongVariable: Avoid excessively long variable names like uart_max_buffer_size
1530 src/Common/Constants.java 206 LongVariable: Avoid excessively long variable names like uart_max_buffer_size
1531 src/Common/Constants.java 207 CommentRequired: Field comments are required
1532 src/Common/Constants.java 207 CommentRequired: Field comments are required
1533 src/Common/Constants.java 207 MutableStaticState: Do not use non-final non-private static fields
1534 src/Common/Constants.java 207 MutableStaticState: Do not use non-final non-private static fields
1535 src/Common/Constants.java 208 CommentRequired: Field comments are required
1536 src/Common/Constants.java 208 CommentRequired: Field comments are required
1537 src/Common/Constants.java 209 CommentRequired: Field comments are required
1538 src/Common/Constants.java 209 CommentRequired: Field comments are required
1539 src/Common/Constants.java 209 UseUnderscoresInNumericLiterals: Number 115200 should separate every third digit with an underscore
1540 src/Common/Constants.java 209 UseUnderscoresInNumericLiterals: Number 115200 should separate every third digit with an underscore
1541 src/Common/Constants.java 210 CommentRequired: Field comments are required
1542 src/Common/Constants.java 210 CommentRequired: Field comments are required
1543 src/Common/Constants.java 213 CommentRequired: Field comments are required
1544 src/Common/Constants.java 213 CommentRequired: Field comments are required
1545 src/Common/Constants.java 216 CommentRequired: Field comments are required
1546 src/Common/Constants.java 216 CommentRequired: Field comments are required
1547 src/Common/Constants.java 217 CommentRequired: Field comments are required
1548 src/Common/Constants.java 217 CommentRequired: Field comments are required
1549 src/Common/Constants.java 218 CommentRequired: Field comments are required
1550 src/Common/Constants.java 218 CommentRequired: Field comments are required
1551 src/Common/Constants.java 221 CommentRequired: Field comments are required
1552 src/Common/Constants.java 221 CommentRequired: Field comments are required
1553 src/Common/Constants.java 222 CommentRequired: Field comments are required
1554 src/Common/Constants.java 222 CommentRequired: Field comments are required
1555 src/Common/Constants.java 222 LongVariable: Avoid excessively long variable names like TTC_STATUS_STANDBY
1556 src/Common/Constants.java 222 LongVariable: Avoid excessively long variable names like TTC_STATUS_STANDBY
1557 src/Common/Constants.java 223 CommentRequired: Field comments are required
1558 src/Common/Constants.java 223 CommentRequired: Field comments are required
1559 src/Common/Constants.java 223 LongVariable: Avoid excessively long variable names like TTC_STATUS_HANDSHAKING
1560 src/Common/Constants.java 223 LongVariable: Avoid excessively long variable names like TTC_STATUS_HANDSHAKING
1561 src/Common/Constants.java 224 CommentRequired: Field comments are required
1562 src/Common/Constants.java 224 CommentRequired: Field comments are required
1563 src/Common/Constants.java 224 LongVariable: Avoid excessively long variable names like TTC_STATUS_CONNECTED
1564 src/Common/Constants.java 224 LongVariable: Avoid excessively long variable names like TTC_STATUS_CONNECTED
1565 src/Common/Constants.java 225 CommentRequired: Field comments are required
1566 src/Common/Constants.java 225 CommentRequired: Field comments are required
1567 src/Common/Constants.java 225 LongVariable: Avoid excessively long variable names like TTC_STATUS_TERMINATION
1568 src/Common/Constants.java 225 LongVariable: Avoid excessively long variable names like TTC_STATUS_TERMINATION
1569 src/Common/Constants.java 228 CommentRequired: Field comments are required
1570 src/Common/Constants.java 228 CommentRequired: Field comments are required
1571 src/Common/Constants.java 231 CommentRequired: Field comments are required
1572 src/Common/Constants.java 231 CommentRequired: Field comments are required
1573 src/Common/Constants.java 231 LongVariable: Avoid excessively long variable names like fed_buffer_capacity
1574 src/Common/Constants.java 231 LongVariable: Avoid excessively long variable names like fed_buffer_capacity
1575 src/Common/Constants.java 234 CommentRequired: Field comments are required
1576 src/Common/Constants.java 234 CommentRequired: Field comments are required
1577 src/Common/Constants.java 235 CommentRequired: Field comments are required
1578 src/Common/Constants.java 235 CommentRequired: Field comments are required
1579 src/Common/Constants.java 235 LongVariable: Avoid excessively long variable names like payload_buffer_capacity
1580 src/Common/Constants.java 235 LongVariable: Avoid excessively long variable names like payload_buffer_capacity
1581 src/Common/Constants.java 237 CommentRequired: Field comments are required
1582 src/Common/Constants.java 237 CommentRequired: Field comments are required
1583 src/Common/Constants.java 239 CommentRequired: Field comments are required
1584 src/Common/Constants.java 239 CommentRequired: Field comments are required
1585 src/Common/Constants.java 239 LongVariable: Avoid excessively long variable names like FSS_PACKET_CLOSE_DATA_ACK
1586 src/Common/Constants.java 239 LongVariable: Avoid excessively long variable names like FSS_PACKET_CLOSE_DATA_ACK
1587 src/Common/Constants.java 241 CommentRequired: Field comments are required
1588 src/Common/Constants.java 241 CommentRequired: Field comments are required
1589 src/Common/Constants.java 241 LongVariable: Avoid excessively long variable names like FSS_PACKET_CLOSE_ACK
1590 src/Common/Constants.java 241 LongVariable: Avoid excessively long variable names like FSS_PACKET_CLOSE_ACK
1591 src/Common/Constants.java 243 CommentRequired: Field comments are required
1592 src/Common/Constants.java 243 CommentRequired: Field comments are required
1593 src/Common/Constants.java 245 CommentRequired: Field comments are required
1594 src/Common/Constants.java 245 CommentRequired: Field comments are required
1595 src/Common/Constants.java 245 LongVariable: Avoid excessively long variable names like FSS_PACKET_SERVICE_PUBLISH
1596 src/Common/Constants.java 245 LongVariable: Avoid excessively long variable names like FSS_PACKET_SERVICE_PUBLISH
1597 src/Common/Constants.java 247 CommentRequired: Field comments are required
1598 src/Common/Constants.java 247 CommentRequired: Field comments are required
1599 src/Common/Constants.java 247 LongVariable: Avoid excessively long variable names like FSS_PACKET_DATA_ACK
1600 src/Common/Constants.java 247 LongVariable: Avoid excessively long variable names like FSS_PACKET_DATA_ACK
1601 src/Common/Constants.java 249 CommentRequired: Field comments are required
1602 src/Common/Constants.java 249 CommentRequired: Field comments are required
1603 src/Common/Constants.java 249 LongVariable: Avoid excessively long variable names like FSS_PACKET_SERVICE_REQUEST
1604 src/Common/Constants.java 249 LongVariable: Avoid excessively long variable names like FSS_PACKET_SERVICE_REQUEST
1605 src/Common/Constants.java 251 CommentRequired: Field comments are required
1606 src/Common/Constants.java 251 CommentRequired: Field comments are required
1607 src/Common/Constants.java 251 LongVariable: Avoid excessively long variable names like FSS_PACKET_SERVICE_ACCEPT
1608 src/Common/Constants.java 251 LongVariable: Avoid excessively long variable names like FSS_PACKET_SERVICE_ACCEPT
1609 src/Common/FolderUtils.java 1 PackageCase: Package name contains upper case characters
1610 src/Common/FolderUtils.java 1 PackageCase: Package name contains upper case characters
1611 src/Common/FolderUtils.java 5 DontImportJavaLang: Avoid importing anything from the package java.lang
1612 src/Common/FolderUtils.java 5 DontImportJavaLang: Avoid importing anything from the package java.lang
1613 src/Common/FolderUtils.java 5 UnnecessaryImport: Unnecessary import from the java.lang package 'java.lang.System'
1614 src/Common/FolderUtils.java 5 UnnecessaryImport: Unnecessary import from the java.lang package 'java.lang.System'
1615 src/Common/FolderUtils.java 8 CommentRequired: Class comments are required
1616 src/Common/FolderUtils.java 8 CommentRequired: Class comments are required
1617 src/Common/FolderUtils.java 8 ModifiedCyclomaticComplexity: The class 'FolderUtils' has a Modified Cyclomatic Complexity of 7 (Highest = 11).
1618 src/Common/FolderUtils.java 8 ModifiedCyclomaticComplexity: The class 'FolderUtils' has a Modified Cyclomatic Complexity of 7 (Highest = 11).
1619 src/Common/FolderUtils.java 10 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1620 src/Common/FolderUtils.java 10 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1621 src/Common/FolderUtils.java 10 CommentRequired: Field comments are required
1622 src/Common/FolderUtils.java 10 CommentRequired: Field comments are required
1623 src/Common/FolderUtils.java 10 ImmutableField: Private field 'home_folder' could be made final; it is only initialized in the declaration or constructor.
1624 src/Common/FolderUtils.java 10 ImmutableField: Private field 'home_folder' could be made final; it is only initialized in the declaration or constructor.
1625 src/Common/FolderUtils.java 11 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1626 src/Common/FolderUtils.java 11 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1627 src/Common/FolderUtils.java 11 CommentRequired: Field comments are required
1628 src/Common/FolderUtils.java 11 CommentRequired: Field comments are required
1629 src/Common/FolderUtils.java 11 ImmutableField: Private field 'creation_time' could be made final; it is only initialized in the declaration or constructor.
1630 src/Common/FolderUtils.java 11 ImmutableField: Private field 'creation_time' could be made final; it is only initialized in the declaration or constructor.
1631 src/Common/FolderUtils.java 12 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1632 src/Common/FolderUtils.java 12 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1633 src/Common/FolderUtils.java 12 CommentRequired: Field comments are required
1634 src/Common/FolderUtils.java 12 CommentRequired: Field comments are required
1635 src/Common/FolderUtils.java 13 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1636 src/Common/FolderUtils.java 13 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1637 src/Common/FolderUtils.java 13 CommentRequired: Field comments are required
1638 src/Common/FolderUtils.java 13 CommentRequired: Field comments are required
1639 src/Common/FolderUtils.java 14 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1640 src/Common/FolderUtils.java 14 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1641 src/Common/FolderUtils.java 14 CommentRequired: Field comments are required
1642 src/Common/FolderUtils.java 14 CommentRequired: Field comments are required
1643 src/Common/FolderUtils.java 15 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1644 src/Common/FolderUtils.java 15 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1645 src/Common/FolderUtils.java 15 CommentRequired: Field comments are required
1646 src/Common/FolderUtils.java 15 CommentRequired: Field comments are required
1647 src/Common/FolderUtils.java 16 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1648 src/Common/FolderUtils.java 16 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1649 src/Common/FolderUtils.java 16 CommentRequired: Field comments are required
1650 src/Common/FolderUtils.java 16 CommentRequired: Field comments are required
1651 src/Common/FolderUtils.java 17 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1652 src/Common/FolderUtils.java 17 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1653 src/Common/FolderUtils.java 17 CommentRequired: Field comments are required
1654 src/Common/FolderUtils.java 17 CommentRequired: Field comments are required
1655 src/Common/FolderUtils.java 18 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1656 src/Common/FolderUtils.java 18 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1657 src/Common/FolderUtils.java 18 CommentRequired: Field comments are required
1658 src/Common/FolderUtils.java 18 CommentRequired: Field comments are required
1659 src/Common/FolderUtils.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1660 src/Common/FolderUtils.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1661 src/Common/FolderUtils.java 19 CommentRequired: Field comments are required
1662 src/Common/FolderUtils.java 19 CommentRequired: Field comments are required
1663 src/Common/FolderUtils.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1664 src/Common/FolderUtils.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1665 src/Common/FolderUtils.java 20 CommentRequired: Field comments are required
1666 src/Common/FolderUtils.java 20 CommentRequired: Field comments are required
1667 src/Common/FolderUtils.java 21 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1668 src/Common/FolderUtils.java 21 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1669 src/Common/FolderUtils.java 21 CommentRequired: Field comments are required
1670 src/Common/FolderUtils.java 21 CommentRequired: Field comments are required
1671 src/Common/FolderUtils.java 23 CommentRequired: Field comments are required
1672 src/Common/FolderUtils.java 23 CommentRequired: Field comments are required
1673 src/Common/FolderUtils.java 23 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
1674 src/Common/FolderUtils.java 23 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
1675 src/Common/FolderUtils.java 25 CommentRequired: Public method and constructor comments are required
1676 src/Common/FolderUtils.java 25 CommentRequired: Public method and constructor comments are required
1677 src/Common/FolderUtils.java 25 MethodArgumentCouldBeFinal: Parameter 'time' is not assigned and could be declared final
1678 src/Common/FolderUtils.java 25 MethodArgumentCouldBeFinal: Parameter 'time' is not assigned and could be declared final
1679 src/Common/FolderUtils.java 29 ConstructorCallsOverridableMethod: Overridable method 'createTreeFolder' called during object construction
1680 src/Common/FolderUtils.java 29 ConstructorCallsOverridableMethod: Overridable method 'createTreeFolder' called during object construction
1681 src/Common/FolderUtils.java 30 ConstructorCallsOverridableMethod: Overridable method 'createFiles' called during object construction
1682 src/Common/FolderUtils.java 30 ConstructorCallsOverridableMethod: Overridable method 'createFiles' called during object construction
1683 src/Common/FolderUtils.java 33 CommentRequired: Public method and constructor comments are required
1684 src/Common/FolderUtils.java 33 CommentRequired: Public method and constructor comments are required
1685 src/Common/FolderUtils.java 37 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1686 src/Common/FolderUtils.java 37 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1687 src/Common/FolderUtils.java 39 AvoidDuplicateLiterals: The String literal "Created folder " appears 6 times in this file; the first occurrence is on line 39
1688 src/Common/FolderUtils.java 39 AvoidDuplicateLiterals: The String literal "Created folder " appears 6 times in this file; the first occurrence is on line 39
1689 src/Common/FolderUtils.java 39 SystemPrintln: System.out.println is used
1690 src/Common/FolderUtils.java 39 SystemPrintln: System.out.println is used
1691 src/Common/FolderUtils.java 43 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1692 src/Common/FolderUtils.java 43 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1693 src/Common/FolderUtils.java 45 SystemPrintln: System.out.println is used
1694 src/Common/FolderUtils.java 45 SystemPrintln: System.out.println is used
1695 src/Common/FolderUtils.java 49 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1696 src/Common/FolderUtils.java 49 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1697 src/Common/FolderUtils.java 51 SystemPrintln: System.out.println is used
1698 src/Common/FolderUtils.java 51 SystemPrintln: System.out.println is used
1699 src/Common/FolderUtils.java 55 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1700 src/Common/FolderUtils.java 55 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1701 src/Common/FolderUtils.java 57 SystemPrintln: System.out.println is used
1702 src/Common/FolderUtils.java 57 SystemPrintln: System.out.println is used
1703 src/Common/FolderUtils.java 61 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1704 src/Common/FolderUtils.java 61 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1705 src/Common/FolderUtils.java 63 SystemPrintln: System.out.println is used
1706 src/Common/FolderUtils.java 63 SystemPrintln: System.out.println is used
1707 src/Common/FolderUtils.java 67 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1708 src/Common/FolderUtils.java 67 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1709 src/Common/FolderUtils.java 69 SystemPrintln: System.out.println is used
1710 src/Common/FolderUtils.java 69 SystemPrintln: System.out.println is used
1711 src/Common/FolderUtils.java 73 CommentRequired: Public method and constructor comments are required
1712 src/Common/FolderUtils.java 73 CommentRequired: Public method and constructor comments are required
1713 src/Common/FolderUtils.java 73 ModifiedCyclomaticComplexity: The method 'createFiles' has a Modified Cyclomatic Complexity of 11.
1714 src/Common/FolderUtils.java 73 ModifiedCyclomaticComplexity: The method 'createFiles' has a Modified Cyclomatic Complexity of 11.
1715 src/Common/FolderUtils.java 73 NPathComplexity: The method 'createFiles()' has an NPath complexity of 513, current threshold is 200
1716 src/Common/FolderUtils.java 73 NPathComplexity: The method 'createFiles()' has an NPath complexity of 513, current threshold is 200
1717 src/Common/FolderUtils.java 75 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '75'-'142').
1718 src/Common/FolderUtils.java 75 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '75'-'142').
1719 src/Common/FolderUtils.java 79 ShortVariable: Avoid variables with short names like fl
1720 src/Common/FolderUtils.java 79 ShortVariable: Avoid variables with short names like fl
1721 src/Common/FolderUtils.java 80 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1722 src/Common/FolderUtils.java 80 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1723 src/Common/FolderUtils.java 82 AvoidDuplicateLiterals: The String literal "Created file " appears 9 times in this file; the first occurrence is on line 82
1724 src/Common/FolderUtils.java 82 AvoidDuplicateLiterals: The String literal "Created file " appears 9 times in this file; the first occurrence is on line 82
1725 src/Common/FolderUtils.java 82 SystemPrintln: System.out.println is used
1726 src/Common/FolderUtils.java 82 SystemPrintln: System.out.println is used
1727 src/Common/FolderUtils.java 87 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1728 src/Common/FolderUtils.java 87 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1729 src/Common/FolderUtils.java 89 SystemPrintln: System.out.println is used
1730 src/Common/FolderUtils.java 89 SystemPrintln: System.out.println is used
1731 src/Common/FolderUtils.java 94 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1732 src/Common/FolderUtils.java 94 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1733 src/Common/FolderUtils.java 96 SystemPrintln: System.out.println is used
1734 src/Common/FolderUtils.java 96 SystemPrintln: System.out.println is used
1735 src/Common/FolderUtils.java 101 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1736 src/Common/FolderUtils.java 101 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1737 src/Common/FolderUtils.java 103 SystemPrintln: System.out.println is used
1738 src/Common/FolderUtils.java 103 SystemPrintln: System.out.println is used
1739 src/Common/FolderUtils.java 108 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1740 src/Common/FolderUtils.java 108 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1741 src/Common/FolderUtils.java 110 SystemPrintln: System.out.println is used
1742 src/Common/FolderUtils.java 110 SystemPrintln: System.out.println is used
1743 src/Common/FolderUtils.java 115 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1744 src/Common/FolderUtils.java 115 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1745 src/Common/FolderUtils.java 117 SystemPrintln: System.out.println is used
1746 src/Common/FolderUtils.java 117 SystemPrintln: System.out.println is used
1747 src/Common/FolderUtils.java 122 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1748 src/Common/FolderUtils.java 122 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1749 src/Common/FolderUtils.java 124 SystemPrintln: System.out.println is used
1750 src/Common/FolderUtils.java 124 SystemPrintln: System.out.println is used
1751 src/Common/FolderUtils.java 129 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1752 src/Common/FolderUtils.java 129 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1753 src/Common/FolderUtils.java 131 SystemPrintln: System.out.println is used
1754 src/Common/FolderUtils.java 131 SystemPrintln: System.out.println is used
1755 src/Common/FolderUtils.java 136 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1756 src/Common/FolderUtils.java 136 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1757 src/Common/FolderUtils.java 138 SystemPrintln: System.out.println is used
1758 src/Common/FolderUtils.java 138 SystemPrintln: System.out.println is used
1759 src/Common/FolderUtils.java 144 SystemPrintln: System.out.println is used
1760 src/Common/FolderUtils.java 144 SystemPrintln: System.out.println is used
1761 src/Common/Log.java 1 PackageCase: Package name contains upper case characters
1762 src/Common/Log.java 1 PackageCase: Package name contains upper case characters
1763 src/Common/Log.java 10 CommentRequired: Class comments are required
1764 src/Common/Log.java 10 CommentRequired: Class comments are required
1765 src/Common/Log.java 10 ShortClassName: Avoid short class names like Log
1766 src/Common/Log.java 10 ShortClassName: Avoid short class names like Log
1767 src/Common/Log.java 12 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1768 src/Common/Log.java 12 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1769 src/Common/Log.java 12 CommentRequired: Field comments are required
1770 src/Common/Log.java 12 CommentRequired: Field comments are required
1771 src/Common/Log.java 12 ImmutableField: Private field 'm_file' could be made final; it is only initialized in the declaration or constructor.
1772 src/Common/Log.java 12 ImmutableField: Private field 'm_file' could be made final; it is only initialized in the declaration or constructor.
1773 src/Common/Log.java 12 SingularField: Perhaps 'm_file' could be replaced by a local variable.
1774 src/Common/Log.java 12 SingularField: Perhaps 'm_file' could be replaced by a local variable.
1775 src/Common/Log.java 13 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1776 src/Common/Log.java 13 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1777 src/Common/Log.java 13 CommentRequired: Field comments are required
1778 src/Common/Log.java 13 CommentRequired: Field comments are required
1779 src/Common/Log.java 13 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
1780 src/Common/Log.java 13 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
1781 src/Common/Log.java 14 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1782 src/Common/Log.java 14 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1783 src/Common/Log.java 14 CommentRequired: Field comments are required
1784 src/Common/Log.java 14 CommentRequired: Field comments are required
1785 src/Common/Log.java 16 CommentRequired: Public method and constructor comments are required
1786 src/Common/Log.java 16 CommentRequired: Public method and constructor comments are required
1787 src/Common/Log.java 16 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
1788 src/Common/Log.java 16 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
1789 src/Common/Log.java 16 MethodArgumentCouldBeFinal: Parameter 'timer' is not assigned and could be declared final
1790 src/Common/Log.java 16 MethodArgumentCouldBeFinal: Parameter 'timer' is not assigned and could be declared final
1791 src/Common/Log.java 21 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1792 src/Common/Log.java 21 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
1793 src/Common/Log.java 25 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
1794 src/Common/Log.java 25 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
1795 src/Common/Log.java 30 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
1796 src/Common/Log.java 30 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
1797 src/Common/Log.java 32 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
1798 src/Common/Log.java 32 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
1799 src/Common/Log.java 33 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
1800 src/Common/Log.java 33 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
1801 src/Common/Log.java 37 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1802 src/Common/Log.java 37 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1803 src/Common/Log.java 37 CommentRequired: Public method and constructor comments are required
1804 src/Common/Log.java 37 CommentRequired: Public method and constructor comments are required
1805 src/Common/Log.java 44 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
1806 src/Common/Log.java 44 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
1807 src/Common/Log.java 49 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1808 src/Common/Log.java 49 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1809 src/Common/Log.java 49 CommentRequired: Public method and constructor comments are required
1810 src/Common/Log.java 49 CommentRequired: Public method and constructor comments are required
1811 src/Common/Log.java 49 MethodArgumentCouldBeFinal: Parameter 'string' is not assigned and could be declared final
1812 src/Common/Log.java 49 MethodArgumentCouldBeFinal: Parameter 'string' is not assigned and could be declared final
1813 src/Common/Log.java 53 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1814 src/Common/Log.java 53 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1815 src/Common/Log.java 53 CommentRequired: Public method and constructor comments are required
1816 src/Common/Log.java 53 CommentRequired: Public method and constructor comments are required
1817 src/Common/Log.java 53 MethodArgumentCouldBeFinal: Parameter 'string' is not assigned and could be declared final
1818 src/Common/Log.java 53 MethodArgumentCouldBeFinal: Parameter 'string' is not assigned and could be declared final
1819 src/Common/Log.java 57 MethodArgumentCouldBeFinal: Parameter 'string' is not assigned and could be declared final
1820 src/Common/Log.java 57 MethodArgumentCouldBeFinal: Parameter 'string' is not assigned and could be declared final
1821 src/Common/Log.java 61 AvoidCatchingGenericException: Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1822 src/Common/Log.java 61 AvoidCatchingGenericException: Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1823 src/Common/Log.java 62 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
1824 src/Common/Log.java 62 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
1825 src/Common/Log.java 66 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1826 src/Common/Log.java 66 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1827 src/Common/Log.java 66 CommentRequired: Public method and constructor comments are required
1828 src/Common/Log.java 66 CommentRequired: Public method and constructor comments are required
1829 src/Common/Log.java 66 MethodArgumentCouldBeFinal: Parameter 'string' is not assigned and could be declared final
1830 src/Common/Log.java 66 MethodArgumentCouldBeFinal: Parameter 'string' is not assigned and could be declared final
1831 src/Common/Log.java 70 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1832 src/Common/Log.java 70 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1833 src/Common/Log.java 70 CommentRequired: Public method and constructor comments are required
1834 src/Common/Log.java 70 CommentRequired: Public method and constructor comments are required
1835 src/Common/Log.java 70 MethodArgumentCouldBeFinal: Parameter 'exception' is not assigned and could be declared final
1836 src/Common/Log.java 70 MethodArgumentCouldBeFinal: Parameter 'exception' is not assigned and could be declared final
1837 src/Common/Log.java 71 ShortVariable: Avoid variables with short names like s
1838 src/Common/Log.java 71 ShortVariable: Avoid variables with short names like s
1839 src/Common/Log.java 72 LocalVariableCouldBeFinal: Local variable 'element' could be declared final
1840 src/Common/Log.java 72 LocalVariableCouldBeFinal: Local variable 'element' could be declared final
1841 src/Common/Log.java 73 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
1842 src/Common/Log.java 73 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
1843 src/Common/Log.java 78 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1844 src/Common/Log.java 78 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1845 src/Common/Log.java 78 CommentRequired: Public method and constructor comments are required
1846 src/Common/Log.java 78 CommentRequired: Public method and constructor comments are required
1847 src/Common/Log.java 78 MethodArgumentCouldBeFinal: Parameter 'string' is not assigned and could be declared final
1848 src/Common/Log.java 78 MethodArgumentCouldBeFinal: Parameter 'string' is not assigned and could be declared final
1849 src/Common/SynchronizedBuffer.java 1 PackageCase: Package name contains upper case characters
1850 src/Common/SynchronizedBuffer.java 1 PackageCase: Package name contains upper case characters
1851 src/Common/SynchronizedBuffer.java 3 CommentRequired: Class comments are required
1852 src/Common/SynchronizedBuffer.java 3 CommentRequired: Class comments are required
1853 src/Common/SynchronizedBuffer.java 5 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1854 src/Common/SynchronizedBuffer.java 5 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1855 src/Common/SynchronizedBuffer.java 5 CommentRequired: Field comments are required
1856 src/Common/SynchronizedBuffer.java 5 CommentRequired: Field comments are required
1857 src/Common/SynchronizedBuffer.java 5 ImmutableField: Private field 'm_buffer' could be made final; it is only initialized in the declaration or constructor.
1858 src/Common/SynchronizedBuffer.java 5 ImmutableField: Private field 'm_buffer' could be made final; it is only initialized in the declaration or constructor.
1859 src/Common/SynchronizedBuffer.java 6 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1860 src/Common/SynchronizedBuffer.java 6 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1861 src/Common/SynchronizedBuffer.java 6 CommentRequired: Field comments are required
1862 src/Common/SynchronizedBuffer.java 6 CommentRequired: Field comments are required
1863 src/Common/SynchronizedBuffer.java 7 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1864 src/Common/SynchronizedBuffer.java 7 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1865 src/Common/SynchronizedBuffer.java 7 CommentRequired: Field comments are required
1866 src/Common/SynchronizedBuffer.java 7 CommentRequired: Field comments are required
1867 src/Common/SynchronizedBuffer.java 8 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1868 src/Common/SynchronizedBuffer.java 8 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1869 src/Common/SynchronizedBuffer.java 8 CommentRequired: Field comments are required
1870 src/Common/SynchronizedBuffer.java 8 CommentRequired: Field comments are required
1871 src/Common/SynchronizedBuffer.java 9 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1872 src/Common/SynchronizedBuffer.java 9 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1873 src/Common/SynchronizedBuffer.java 9 CommentRequired: Field comments are required
1874 src/Common/SynchronizedBuffer.java 9 CommentRequired: Field comments are required
1875 src/Common/SynchronizedBuffer.java 9 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
1876 src/Common/SynchronizedBuffer.java 9 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
1877 src/Common/SynchronizedBuffer.java 9 ProperLogger: Logger should be defined private static final and have the correct class
1878 src/Common/SynchronizedBuffer.java 9 ProperLogger: Logger should be defined private static final and have the correct class
1879 src/Common/SynchronizedBuffer.java 10 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1880 src/Common/SynchronizedBuffer.java 10 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1881 src/Common/SynchronizedBuffer.java 10 CommentRequired: Field comments are required
1882 src/Common/SynchronizedBuffer.java 10 CommentRequired: Field comments are required
1883 src/Common/SynchronizedBuffer.java 10 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
1884 src/Common/SynchronizedBuffer.java 10 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
1885 src/Common/SynchronizedBuffer.java 11 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1886 src/Common/SynchronizedBuffer.java 11 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
1887 src/Common/SynchronizedBuffer.java 11 CommentRequired: Field comments are required
1888 src/Common/SynchronizedBuffer.java 11 CommentRequired: Field comments are required
1889 src/Common/SynchronizedBuffer.java 11 SingularField: Perhaps 'm_id' could be replaced by a local variable.
1890 src/Common/SynchronizedBuffer.java 11 SingularField: Perhaps 'm_id' could be replaced by a local variable.
1891 src/Common/SynchronizedBuffer.java 11 UnusedAssignment: The field initializer for 'm_id' is never used (overwritten on line 20)
1892 src/Common/SynchronizedBuffer.java 11 UnusedAssignment: The field initializer for 'm_id' is never used (overwritten on line 20)
1893 src/Common/SynchronizedBuffer.java 11 UnusedPrivateField: Avoid unused private fields such as 'm_id'.
1894 src/Common/SynchronizedBuffer.java 11 UnusedPrivateField: Avoid unused private fields such as 'm_id'.
1895 src/Common/SynchronizedBuffer.java 13 CommentRequired: Public method and constructor comments are required
1896 src/Common/SynchronizedBuffer.java 13 CommentRequired: Public method and constructor comments are required
1897 src/Common/SynchronizedBuffer.java 13 MethodArgumentCouldBeFinal: Parameter 'id' is not assigned and could be declared final
1898 src/Common/SynchronizedBuffer.java 13 MethodArgumentCouldBeFinal: Parameter 'id' is not assigned and could be declared final
1899 src/Common/SynchronizedBuffer.java 13 MethodArgumentCouldBeFinal: Parameter 'logger' is not assigned and could be declared final
1900 src/Common/SynchronizedBuffer.java 13 MethodArgumentCouldBeFinal: Parameter 'logger' is not assigned and could be declared final
1901 src/Common/SynchronizedBuffer.java 13 ShortVariable: Avoid variables with short names like id
1902 src/Common/SynchronizedBuffer.java 13 ShortVariable: Avoid variables with short names like id
1903 src/Common/SynchronizedBuffer.java 24 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1904 src/Common/SynchronizedBuffer.java 24 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1905 src/Common/SynchronizedBuffer.java 24 CommentRequired: Public method and constructor comments are required
1906 src/Common/SynchronizedBuffer.java 24 CommentRequired: Public method and constructor comments are required
1907 src/Common/SynchronizedBuffer.java 29 CommentRequired: Public method and constructor comments are required
1908 src/Common/SynchronizedBuffer.java 29 CommentRequired: Public method and constructor comments are required
1909 src/Common/SynchronizedBuffer.java 34 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1910 src/Common/SynchronizedBuffer.java 34 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1911 src/Common/SynchronizedBuffer.java 34 CommentRequired: Public method and constructor comments are required
1912 src/Common/SynchronizedBuffer.java 34 CommentRequired: Public method and constructor comments are required
1913 src/Common/SynchronizedBuffer.java 37 LocalVariableCouldBeFinal: Local variable 'container' could be declared final
1914 src/Common/SynchronizedBuffer.java 37 LocalVariableCouldBeFinal: Local variable 'container' could be declared final
1915 src/Common/SynchronizedBuffer.java 46 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1916 src/Common/SynchronizedBuffer.java 46 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1917 src/Common/SynchronizedBuffer.java 46 CommentRequired: Public method and constructor comments are required
1918 src/Common/SynchronizedBuffer.java 46 CommentRequired: Public method and constructor comments are required
1919 src/Common/SynchronizedBuffer.java 46 MethodArgumentCouldBeFinal: Parameter 'container' is not assigned and could be declared final
1920 src/Common/SynchronizedBuffer.java 46 MethodArgumentCouldBeFinal: Parameter 'container' is not assigned and could be declared final
1921 src/Common/SynchronizedBuffer.java 55 GuardLogStatement: Logger calls should be surrounded by log level guards.
1922 src/Common/SynchronizedBuffer.java 55 GuardLogStatement: Logger calls should be surrounded by log level guards.
1923 src/Common/SynchronizedBuffer.java 63 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
1924 src/Common/SynchronizedBuffer.java 63 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
1925 src/Common/SynchronizedBuffer.java 65 LocalVariableCouldBeFinal: Local variable 'first' could be declared final
1926 src/Common/SynchronizedBuffer.java 65 LocalVariableCouldBeFinal: Local variable 'first' could be declared final
1927 src/Common/SynchronizedBuffer.java 66 LocalVariableCouldBeFinal: Local variable 'second' could be declared final
1928 src/Common/SynchronizedBuffer.java 66 LocalVariableCouldBeFinal: Local variable 'second' could be declared final
1929 src/Common/SynchronizedBuffer.java 75 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1930 src/Common/SynchronizedBuffer.java 75 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1931 src/Common/SynchronizedBuffer.java 75 CommentRequired: Public method and constructor comments are required
1932 src/Common/SynchronizedBuffer.java 75 CommentRequired: Public method and constructor comments are required
1933 src/Common/SynchronizedBuffer.java 75 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
1934 src/Common/SynchronizedBuffer.java 75 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
1935 src/Common/SynchronizedBuffer.java 79 GuardLogStatement: Logger calls should be surrounded by log level guards.
1936 src/Common/SynchronizedBuffer.java 79 GuardLogStatement: Logger calls should be surrounded by log level guards.
1937 src/Common/SynchronizedBuffer.java 80 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
1938 src/Common/SynchronizedBuffer.java 80 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
1939 src/Common/SynchronizedBuffer.java 92 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
1940 src/Common/SynchronizedBuffer.java 92 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
1941 src/Common/SynchronizedBuffer.java 94 LocalVariableCouldBeFinal: Local variable 'first' could be declared final
1942 src/Common/SynchronizedBuffer.java 94 LocalVariableCouldBeFinal: Local variable 'first' could be declared final
1943 src/Common/SynchronizedBuffer.java 95 LocalVariableCouldBeFinal: Local variable 'second' could be declared final
1944 src/Common/SynchronizedBuffer.java 95 LocalVariableCouldBeFinal: Local variable 'second' could be declared final
1945 src/Common/SynchronizedBuffer.java 105 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1946 src/Common/SynchronizedBuffer.java 105 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
1947 src/Common/SynchronizedBuffer.java 105 CommentRequired: Public method and constructor comments are required
1948 src/Common/SynchronizedBuffer.java 105 CommentRequired: Public method and constructor comments are required
1949 src/Common/TimeUtils.java 1 PackageCase: Package name contains upper case characters
1950 src/Common/TimeUtils.java 1 PackageCase: Package name contains upper case characters
1951 src/Common/TimeUtils.java 4 DontImportJavaLang: Avoid importing anything from the package java.lang
1952 src/Common/TimeUtils.java 4 DontImportJavaLang: Avoid importing anything from the package java.lang
1953 src/Common/TimeUtils.java 4 UnnecessaryImport: Unnecessary import from the java.lang package 'java.lang.System'
1954 src/Common/TimeUtils.java 4 UnnecessaryImport: Unnecessary import from the java.lang package 'java.lang.System'
1955 src/Common/TimeUtils.java 7 CommentRequired: Class comments are required
1956 src/Common/TimeUtils.java 7 CommentRequired: Class comments are required
1957 src/Common/TimeUtils.java 9 CommentRequired: Public method and constructor comments are required
1958 src/Common/TimeUtils.java 9 CommentRequired: Public method and constructor comments are required
1959 src/Common/TimeUtils.java 9 UncommentedEmptyConstructor: Document empty constructor
1960 src/Common/TimeUtils.java 9 UncommentedEmptyConstructor: Document empty constructor
1961 src/Common/TimeUtils.java 9 UnnecessaryConstructor: Avoid unnecessary constructors - the compiler will generate these for you
1962 src/Common/TimeUtils.java 9 UnnecessaryConstructor: Avoid unnecessary constructors - the compiler will generate these for you
1963 src/Common/TimeUtils.java 11 CommentRequired: Public method and constructor comments are required
1964 src/Common/TimeUtils.java 11 CommentRequired: Public method and constructor comments are required
1965 src/Common/TimeUtils.java 15 CommentRequired: Public method and constructor comments are required
1966 src/Common/TimeUtils.java 15 CommentRequired: Public method and constructor comments are required
1967 src/Configuration/ExperimentConf.java 1 CommentSize: Comment is too large: Line too long
1968 src/Configuration/ExperimentConf.java 1 CommentSize: Comment is too large: Line too long
1969 src/Configuration/ExperimentConf.java 1 CommentSize: Comment is too large: Too many lines
1970 src/Configuration/ExperimentConf.java 1 CommentSize: Comment is too large: Too many lines
1971 src/Configuration/ExperimentConf.java 2 CommentSize: Comment is too large: Line too long
1972 src/Configuration/ExperimentConf.java 2 CommentSize: Comment is too large: Line too long
1973 src/Configuration/ExperimentConf.java 3 CommentSize: Comment is too large: Line too long
1974 src/Configuration/ExperimentConf.java 3 CommentSize: Comment is too large: Line too long
1975 src/Configuration/ExperimentConf.java 4 CommentSize: Comment is too large: Line too long
1976 src/Configuration/ExperimentConf.java 4 CommentSize: Comment is too large: Line too long
1977 src/Configuration/ExperimentConf.java 5 CommentSize: Comment is too large: Line too long
1978 src/Configuration/ExperimentConf.java 5 CommentSize: Comment is too large: Line too long
1979 src/Configuration/ExperimentConf.java 6 CommentSize: Comment is too large: Line too long
1980 src/Configuration/ExperimentConf.java 6 CommentSize: Comment is too large: Line too long
1981 src/Configuration/ExperimentConf.java 7 CommentSize: Comment is too large: Line too long
1982 src/Configuration/ExperimentConf.java 7 CommentSize: Comment is too large: Line too long
1983 src/Configuration/ExperimentConf.java 8 CommentSize: Comment is too large: Line too long
1984 src/Configuration/ExperimentConf.java 8 CommentSize: Comment is too large: Line too long
1985 src/Configuration/ExperimentConf.java 9 CommentSize: Comment is too large: Line too long
1986 src/Configuration/ExperimentConf.java 9 CommentSize: Comment is too large: Line too long
1987 src/Configuration/ExperimentConf.java 10 CommentSize: Comment is too large: Line too long
1988 src/Configuration/ExperimentConf.java 10 CommentSize: Comment is too large: Line too long
1989 src/Configuration/ExperimentConf.java 11 CommentSize: Comment is too large: Line too long
1990 src/Configuration/ExperimentConf.java 11 CommentSize: Comment is too large: Line too long
1991 src/Configuration/ExperimentConf.java 12 CommentSize: Comment is too large: Line too long
1992 src/Configuration/ExperimentConf.java 12 CommentSize: Comment is too large: Line too long
1993 src/Configuration/ExperimentConf.java 13 CommentSize: Comment is too large: Line too long
1994 src/Configuration/ExperimentConf.java 13 CommentSize: Comment is too large: Line too long
1995 src/Configuration/ExperimentConf.java 16 PackageCase: Package name contains upper case characters
1996 src/Configuration/ExperimentConf.java 16 PackageCase: Package name contains upper case characters
1997 src/Configuration/ExperimentConf.java 31 CommentSize: Comment is too large: Line too long
1998 src/Configuration/ExperimentConf.java 31 CommentSize: Comment is too large: Line too long
1999 src/Configuration/ExperimentConf.java 32 CommentSize: Comment is too large: Line too long
2000 src/Configuration/ExperimentConf.java 32 CommentSize: Comment is too large: Line too long
2001 src/Configuration/ExperimentConf.java 34 CommentSize: Comment is too large: Line too long
2002 src/Configuration/ExperimentConf.java 34 CommentSize: Comment is too large: Line too long
2003 src/Configuration/ExperimentConf.java 35 ModifiedCyclomaticComplexity: The class 'ExperimentConf' has a Modified Cyclomatic Complexity of 14 (Highest = 40).
2004 src/Configuration/ExperimentConf.java 35 ModifiedCyclomaticComplexity: The class 'ExperimentConf' has a Modified Cyclomatic Complexity of 14 (Highest = 40).
2005 src/Configuration/ExperimentConf.java 40 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2006 src/Configuration/ExperimentConf.java 40 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2007 src/Configuration/ExperimentConf.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2008 src/Configuration/ExperimentConf.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2009 src/Configuration/ExperimentConf.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2010 src/Configuration/ExperimentConf.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2011 src/Configuration/ExperimentConf.java 42 CommentRequired: Field comments are required
2012 src/Configuration/ExperimentConf.java 42 CommentRequired: Field comments are required
2013 src/Configuration/ExperimentConf.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2014 src/Configuration/ExperimentConf.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2015 src/Configuration/ExperimentConf.java 43 CommentRequired: Field comments are required
2016 src/Configuration/ExperimentConf.java 43 CommentRequired: Field comments are required
2017 src/Configuration/ExperimentConf.java 44 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2018 src/Configuration/ExperimentConf.java 44 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2019 src/Configuration/ExperimentConf.java 44 CommentRequired: Field comments are required
2020 src/Configuration/ExperimentConf.java 44 CommentRequired: Field comments are required
2021 src/Configuration/ExperimentConf.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2022 src/Configuration/ExperimentConf.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2023 src/Configuration/ExperimentConf.java 45 CommentRequired: Field comments are required
2024 src/Configuration/ExperimentConf.java 45 CommentRequired: Field comments are required
2025 src/Configuration/ExperimentConf.java 46 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2026 src/Configuration/ExperimentConf.java 46 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2027 src/Configuration/ExperimentConf.java 46 CommentRequired: Field comments are required
2028 src/Configuration/ExperimentConf.java 46 CommentRequired: Field comments are required
2029 src/Configuration/ExperimentConf.java 47 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2030 src/Configuration/ExperimentConf.java 47 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2031 src/Configuration/ExperimentConf.java 47 CommentRequired: Field comments are required
2032 src/Configuration/ExperimentConf.java 47 CommentRequired: Field comments are required
2033 src/Configuration/ExperimentConf.java 47 LongVariable: Avoid excessively long variable names like cntct_max_duration
2034 src/Configuration/ExperimentConf.java 47 LongVariable: Avoid excessively long variable names like cntct_max_duration
2035 src/Configuration/ExperimentConf.java 48 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2036 src/Configuration/ExperimentConf.java 48 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2037 src/Configuration/ExperimentConf.java 48 CommentRequired: Field comments are required
2038 src/Configuration/ExperimentConf.java 48 CommentRequired: Field comments are required
2039 src/Configuration/ExperimentConf.java 48 LongVariable: Avoid excessively long variable names like cntct_min_duration
2040 src/Configuration/ExperimentConf.java 48 LongVariable: Avoid excessively long variable names like cntct_min_duration
2041 src/Configuration/ExperimentConf.java 49 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2042 src/Configuration/ExperimentConf.java 49 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2043 src/Configuration/ExperimentConf.java 49 CommentRequired: Field comments are required
2044 src/Configuration/ExperimentConf.java 49 CommentRequired: Field comments are required
2045 src/Configuration/ExperimentConf.java 50 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2046 src/Configuration/ExperimentConf.java 50 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2047 src/Configuration/ExperimentConf.java 50 CommentRequired: Field comments are required
2048 src/Configuration/ExperimentConf.java 50 CommentRequired: Field comments are required
2049 src/Configuration/ExperimentConf.java 51 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2050 src/Configuration/ExperimentConf.java 51 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2051 src/Configuration/ExperimentConf.java 51 CommentRequired: Field comments are required
2052 src/Configuration/ExperimentConf.java 51 CommentRequired: Field comments are required
2053 src/Configuration/ExperimentConf.java 52 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2054 src/Configuration/ExperimentConf.java 52 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2055 src/Configuration/ExperimentConf.java 52 CommentRequired: Field comments are required
2056 src/Configuration/ExperimentConf.java 52 CommentRequired: Field comments are required
2057 src/Configuration/ExperimentConf.java 53 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2058 src/Configuration/ExperimentConf.java 53 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2059 src/Configuration/ExperimentConf.java 53 CommentRequired: Field comments are required
2060 src/Configuration/ExperimentConf.java 53 CommentRequired: Field comments are required
2061 src/Configuration/ExperimentConf.java 54 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2062 src/Configuration/ExperimentConf.java 54 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2063 src/Configuration/ExperimentConf.java 54 CommentRequired: Field comments are required
2064 src/Configuration/ExperimentConf.java 54 CommentRequired: Field comments are required
2065 src/Configuration/ExperimentConf.java 55 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2066 src/Configuration/ExperimentConf.java 55 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2067 src/Configuration/ExperimentConf.java 55 CommentRequired: Field comments are required
2068 src/Configuration/ExperimentConf.java 55 CommentRequired: Field comments are required
2069 src/Configuration/ExperimentConf.java 55 ImmutableField: Private field 'm_conf_file' could be made final; it is only initialized in the declaration or constructor.
2070 src/Configuration/ExperimentConf.java 55 ImmutableField: Private field 'm_conf_file' could be made final; it is only initialized in the declaration or constructor.
2071 src/Configuration/ExperimentConf.java 56 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2072 src/Configuration/ExperimentConf.java 56 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2073 src/Configuration/ExperimentConf.java 56 CommentRequired: Field comments are required
2074 src/Configuration/ExperimentConf.java 56 CommentRequired: Field comments are required
2075 src/Configuration/ExperimentConf.java 56 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
2076 src/Configuration/ExperimentConf.java 56 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
2077 src/Configuration/ExperimentConf.java 56 ProperLogger: Logger should be defined private static final and have the correct class
2078 src/Configuration/ExperimentConf.java 56 ProperLogger: Logger should be defined private static final and have the correct class
2079 src/Configuration/ExperimentConf.java 57 CommentRequired: Field comments are required
2080 src/Configuration/ExperimentConf.java 57 CommentRequired: Field comments are required
2081 src/Configuration/ExperimentConf.java 59 CommentRequired: Field comments are required
2082 src/Configuration/ExperimentConf.java 59 CommentRequired: Field comments are required
2083 src/Configuration/ExperimentConf.java 61 CommentSize: Comment is too large: Line too long
2084 src/Configuration/ExperimentConf.java 61 CommentSize: Comment is too large: Line too long
2085 src/Configuration/ExperimentConf.java 61 CommentSize: Comment is too large: Too many lines
2086 src/Configuration/ExperimentConf.java 61 CommentSize: Comment is too large: Too many lines
2087 src/Configuration/ExperimentConf.java 62 CommentSize: Comment is too large: Line too long
2088 src/Configuration/ExperimentConf.java 62 CommentSize: Comment is too large: Line too long
2089 src/Configuration/ExperimentConf.java 63 CommentSize: Comment is too large: Line too long
2090 src/Configuration/ExperimentConf.java 63 CommentSize: Comment is too large: Line too long
2091 src/Configuration/ExperimentConf.java 67 CommentSize: Comment is too large: Line too long
2092 src/Configuration/ExperimentConf.java 67 CommentSize: Comment is too large: Line too long
2093 src/Configuration/ExperimentConf.java 68 CommentSize: Comment is too large: Line too long
2094 src/Configuration/ExperimentConf.java 68 CommentSize: Comment is too large: Line too long
2095 src/Configuration/ExperimentConf.java 69 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
2096 src/Configuration/ExperimentConf.java 69 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
2097 src/Configuration/ExperimentConf.java 69 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
2098 src/Configuration/ExperimentConf.java 69 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
2099 src/Configuration/ExperimentConf.java 74 ConstructorCallsOverridableMethod: Overridable method 'parseConf' called during object construction
2100 src/Configuration/ExperimentConf.java 74 ConstructorCallsOverridableMethod: Overridable method 'parseConf' called during object construction
2101 src/Configuration/ExperimentConf.java 79 SystemPrintln: System.out.println is used
2102 src/Configuration/ExperimentConf.java 79 SystemPrintln: System.out.println is used
2103 src/Configuration/ExperimentConf.java 108 CommentRequired: Public method and constructor comments are required
2104 src/Configuration/ExperimentConf.java 108 CommentRequired: Public method and constructor comments are required
2105 src/Configuration/ExperimentConf.java 108 ExcessiveMethodLength: Avoid really long methods.
2106 src/Configuration/ExperimentConf.java 108 ExcessiveMethodLength: Avoid really long methods.
2107 src/Configuration/ExperimentConf.java 108 ModifiedCyclomaticComplexity: The method 'parseConf' has a Modified Cyclomatic Complexity of 40.
2108 src/Configuration/ExperimentConf.java 108 ModifiedCyclomaticComplexity: The method 'parseConf' has a Modified Cyclomatic Complexity of 40.
2109 src/Configuration/ExperimentConf.java 108 NPathComplexity: The method 'parseConf()' has an NPath complexity of 549, current threshold is 200
2110 src/Configuration/ExperimentConf.java 108 NPathComplexity: The method 'parseConf()' has an NPath complexity of 549, current threshold is 200
2111 src/Configuration/ExperimentConf.java 108 NcssCount: The method 'parseConf()' has a NCSS line count of 139.
2112 src/Configuration/ExperimentConf.java 108 NcssCount: The method 'parseConf()' has a NCSS line count of 139.
2113 src/Configuration/ExperimentConf.java 110 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'm_conf_stream' (lines '110'-'113').
2114 src/Configuration/ExperimentConf.java 110 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'm_conf_stream' (lines '110'-'113').
2115 src/Configuration/ExperimentConf.java 110 MIsLeadingVariableName: Avoid naming non-fields with the prefix m_
2116 src/Configuration/ExperimentConf.java 110 MIsLeadingVariableName: Avoid naming non-fields with the prefix m_
2117 src/Configuration/ExperimentConf.java 112 UseTryWithResources: Consider using a try-with-resources statement instead of explicitly closing the resource
2118 src/Configuration/ExperimentConf.java 112 UseTryWithResources: Consider using a try-with-resources statement instead of explicitly closing the resource
2119 src/Configuration/ExperimentConf.java 113 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
2120 src/Configuration/ExperimentConf.java 113 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
2121 src/Configuration/ExperimentConf.java 115 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '115'-'125').
2122 src/Configuration/ExperimentConf.java 115 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '115'-'125').
2123 src/Configuration/ExperimentConf.java 115 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '115'-'128').
2124 src/Configuration/ExperimentConf.java 115 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '115'-'128').
2125 src/Configuration/ExperimentConf.java 116 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '116'-'122').
2126 src/Configuration/ExperimentConf.java 116 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '116'-'122').
2127 src/Configuration/ExperimentConf.java 118 CompareObjectsWithEquals: Use equals() to compare object references.
2128 src/Configuration/ExperimentConf.java 118 CompareObjectsWithEquals: Use equals() to compare object references.
2129 src/Configuration/ExperimentConf.java 118 UseEqualsToCompareStrings: Use equals() to compare strings instead of '==' or '!='
2130 src/Configuration/ExperimentConf.java 118 UseEqualsToCompareStrings: Use equals() to compare strings instead of '==' or '!='
2131 src/Configuration/ExperimentConf.java 120 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2132 src/Configuration/ExperimentConf.java 120 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2133 src/Configuration/ExperimentConf.java 120 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2134 src/Configuration/ExperimentConf.java 120 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2135 src/Configuration/ExperimentConf.java 121 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2136 src/Configuration/ExperimentConf.java 121 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2137 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'122').
2138 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'122').
2139 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'132').
2140 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'132').
2141 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'135').
2142 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'135').
2143 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'142').
2144 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'142').
2145 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'149').
2146 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'149').
2147 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'156').
2148 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'156').
2149 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'163').
2150 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'163').
2151 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'170').
2152 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'170').
2153 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'177').
2154 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'177').
2155 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'184').
2156 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'184').
2157 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'191').
2158 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'191').
2159 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'198').
2160 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'198').
2161 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'205').
2162 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'205').
2163 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'212').
2164 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'212').
2165 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'219').
2166 src/Configuration/ExperimentConf.java 122 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '122'-'219').
2167 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'125').
2168 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'125').
2169 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'128').
2170 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'128').
2171 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'138').
2172 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'138').
2173 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'145').
2174 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'145').
2175 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'152').
2176 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'152').
2177 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'159').
2178 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'159').
2179 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'166').
2180 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'166').
2181 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'173').
2182 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'173').
2183 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'180').
2184 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'180').
2185 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'187').
2186 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'187').
2187 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'194').
2188 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'194').
2189 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'201').
2190 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'201').
2191 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'208').
2192 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'208').
2193 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'215').
2194 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'215').
2195 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'222').
2196 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'222').
2197 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'231').
2198 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'231').
2199 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'236').
2200 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'236').
2201 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'240').
2202 src/Configuration/ExperimentConf.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '125'-'240').
2203 src/Configuration/ExperimentConf.java 128 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '128'-'125').
2204 src/Configuration/ExperimentConf.java 128 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '128'-'125').
2205 src/Configuration/ExperimentConf.java 128 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '128'-'231').
2206 src/Configuration/ExperimentConf.java 128 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '128'-'231').
2207 src/Configuration/ExperimentConf.java 128 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '128'-'236').
2208 src/Configuration/ExperimentConf.java 128 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '128'-'236').
2209 src/Configuration/ExperimentConf.java 128 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '128'-'240').
2210 src/Configuration/ExperimentConf.java 128 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '128'-'240').
2211 src/Configuration/ExperimentConf.java 130 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2212 src/Configuration/ExperimentConf.java 130 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2213 src/Configuration/ExperimentConf.java 130 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2214 src/Configuration/ExperimentConf.java 130 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2215 src/Configuration/ExperimentConf.java 131 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2216 src/Configuration/ExperimentConf.java 131 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2217 src/Configuration/ExperimentConf.java 133 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2218 src/Configuration/ExperimentConf.java 133 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2219 src/Configuration/ExperimentConf.java 133 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2220 src/Configuration/ExperimentConf.java 133 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2221 src/Configuration/ExperimentConf.java 134 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2222 src/Configuration/ExperimentConf.java 134 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2223 src/Configuration/ExperimentConf.java 138 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '138'-'231').
2224 src/Configuration/ExperimentConf.java 138 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '138'-'231').
2225 src/Configuration/ExperimentConf.java 138 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '138'-'236').
2226 src/Configuration/ExperimentConf.java 138 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '138'-'236').
2227 src/Configuration/ExperimentConf.java 138 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '138'-'240').
2228 src/Configuration/ExperimentConf.java 138 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '138'-'240').
2229 src/Configuration/ExperimentConf.java 140 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2230 src/Configuration/ExperimentConf.java 140 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2231 src/Configuration/ExperimentConf.java 140 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2232 src/Configuration/ExperimentConf.java 140 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2233 src/Configuration/ExperimentConf.java 141 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2234 src/Configuration/ExperimentConf.java 141 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2235 src/Configuration/ExperimentConf.java 145 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '145'-'231').
2236 src/Configuration/ExperimentConf.java 145 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '145'-'231').
2237 src/Configuration/ExperimentConf.java 145 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '145'-'236').
2238 src/Configuration/ExperimentConf.java 145 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '145'-'236').
2239 src/Configuration/ExperimentConf.java 145 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '145'-'240').
2240 src/Configuration/ExperimentConf.java 145 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '145'-'240').
2241 src/Configuration/ExperimentConf.java 147 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2242 src/Configuration/ExperimentConf.java 147 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2243 src/Configuration/ExperimentConf.java 147 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2244 src/Configuration/ExperimentConf.java 147 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2245 src/Configuration/ExperimentConf.java 148 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2246 src/Configuration/ExperimentConf.java 148 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2247 src/Configuration/ExperimentConf.java 152 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '152'-'231').
2248 src/Configuration/ExperimentConf.java 152 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '152'-'231').
2249 src/Configuration/ExperimentConf.java 152 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '152'-'236').
2250 src/Configuration/ExperimentConf.java 152 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '152'-'236').
2251 src/Configuration/ExperimentConf.java 152 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '152'-'240').
2252 src/Configuration/ExperimentConf.java 152 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '152'-'240').
2253 src/Configuration/ExperimentConf.java 154 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2254 src/Configuration/ExperimentConf.java 154 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2255 src/Configuration/ExperimentConf.java 154 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2256 src/Configuration/ExperimentConf.java 154 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2257 src/Configuration/ExperimentConf.java 155 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2258 src/Configuration/ExperimentConf.java 155 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2259 src/Configuration/ExperimentConf.java 158 GuardLogStatement: Logger calls should be surrounded by log level guards.
2260 src/Configuration/ExperimentConf.java 158 GuardLogStatement: Logger calls should be surrounded by log level guards.
2261 src/Configuration/ExperimentConf.java 159 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '159'-'231').
2262 src/Configuration/ExperimentConf.java 159 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '159'-'231').
2263 src/Configuration/ExperimentConf.java 159 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '159'-'236').
2264 src/Configuration/ExperimentConf.java 159 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '159'-'236').
2265 src/Configuration/ExperimentConf.java 159 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '159'-'240').
2266 src/Configuration/ExperimentConf.java 159 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '159'-'240').
2267 src/Configuration/ExperimentConf.java 161 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2268 src/Configuration/ExperimentConf.java 161 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2269 src/Configuration/ExperimentConf.java 161 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2270 src/Configuration/ExperimentConf.java 161 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2271 src/Configuration/ExperimentConf.java 162 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2272 src/Configuration/ExperimentConf.java 162 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2273 src/Configuration/ExperimentConf.java 165 GuardLogStatement: Logger calls should be surrounded by log level guards.
2274 src/Configuration/ExperimentConf.java 165 GuardLogStatement: Logger calls should be surrounded by log level guards.
2275 src/Configuration/ExperimentConf.java 166 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '166'-'231').
2276 src/Configuration/ExperimentConf.java 166 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '166'-'231').
2277 src/Configuration/ExperimentConf.java 166 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '166'-'236').
2278 src/Configuration/ExperimentConf.java 166 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '166'-'236').
2279 src/Configuration/ExperimentConf.java 166 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '166'-'240').
2280 src/Configuration/ExperimentConf.java 166 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '166'-'240').
2281 src/Configuration/ExperimentConf.java 168 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2282 src/Configuration/ExperimentConf.java 168 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2283 src/Configuration/ExperimentConf.java 168 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2284 src/Configuration/ExperimentConf.java 168 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2285 src/Configuration/ExperimentConf.java 169 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2286 src/Configuration/ExperimentConf.java 169 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2287 src/Configuration/ExperimentConf.java 172 GuardLogStatement: Logger calls should be surrounded by log level guards.
2288 src/Configuration/ExperimentConf.java 172 GuardLogStatement: Logger calls should be surrounded by log level guards.
2289 src/Configuration/ExperimentConf.java 173 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '173'-'231').
2290 src/Configuration/ExperimentConf.java 173 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '173'-'231').
2291 src/Configuration/ExperimentConf.java 173 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '173'-'236').
2292 src/Configuration/ExperimentConf.java 173 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '173'-'236').
2293 src/Configuration/ExperimentConf.java 173 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '173'-'240').
2294 src/Configuration/ExperimentConf.java 173 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '173'-'240').
2295 src/Configuration/ExperimentConf.java 175 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2296 src/Configuration/ExperimentConf.java 175 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2297 src/Configuration/ExperimentConf.java 175 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2298 src/Configuration/ExperimentConf.java 175 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2299 src/Configuration/ExperimentConf.java 176 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2300 src/Configuration/ExperimentConf.java 176 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2301 src/Configuration/ExperimentConf.java 179 GuardLogStatement: Logger calls should be surrounded by log level guards.
2302 src/Configuration/ExperimentConf.java 179 GuardLogStatement: Logger calls should be surrounded by log level guards.
2303 src/Configuration/ExperimentConf.java 180 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '180'-'231').
2304 src/Configuration/ExperimentConf.java 180 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '180'-'231').
2305 src/Configuration/ExperimentConf.java 180 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '180'-'236').
2306 src/Configuration/ExperimentConf.java 180 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '180'-'236').
2307 src/Configuration/ExperimentConf.java 180 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '180'-'240').
2308 src/Configuration/ExperimentConf.java 180 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '180'-'240').
2309 src/Configuration/ExperimentConf.java 182 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2310 src/Configuration/ExperimentConf.java 182 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2311 src/Configuration/ExperimentConf.java 182 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2312 src/Configuration/ExperimentConf.java 182 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2313 src/Configuration/ExperimentConf.java 183 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2314 src/Configuration/ExperimentConf.java 183 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2315 src/Configuration/ExperimentConf.java 186 GuardLogStatement: Logger calls should be surrounded by log level guards.
2316 src/Configuration/ExperimentConf.java 186 GuardLogStatement: Logger calls should be surrounded by log level guards.
2317 src/Configuration/ExperimentConf.java 187 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '187'-'231').
2318 src/Configuration/ExperimentConf.java 187 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '187'-'231').
2319 src/Configuration/ExperimentConf.java 187 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '187'-'236').
2320 src/Configuration/ExperimentConf.java 187 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '187'-'236').
2321 src/Configuration/ExperimentConf.java 187 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '187'-'240').
2322 src/Configuration/ExperimentConf.java 187 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '187'-'240').
2323 src/Configuration/ExperimentConf.java 189 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2324 src/Configuration/ExperimentConf.java 189 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2325 src/Configuration/ExperimentConf.java 189 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2326 src/Configuration/ExperimentConf.java 189 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2327 src/Configuration/ExperimentConf.java 190 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2328 src/Configuration/ExperimentConf.java 190 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2329 src/Configuration/ExperimentConf.java 193 GuardLogStatement: Logger calls should be surrounded by log level guards.
2330 src/Configuration/ExperimentConf.java 193 GuardLogStatement: Logger calls should be surrounded by log level guards.
2331 src/Configuration/ExperimentConf.java 194 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '194'-'231').
2332 src/Configuration/ExperimentConf.java 194 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '194'-'231').
2333 src/Configuration/ExperimentConf.java 194 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '194'-'236').
2334 src/Configuration/ExperimentConf.java 194 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '194'-'236').
2335 src/Configuration/ExperimentConf.java 194 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '194'-'240').
2336 src/Configuration/ExperimentConf.java 194 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '194'-'240').
2337 src/Configuration/ExperimentConf.java 196 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2338 src/Configuration/ExperimentConf.java 196 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2339 src/Configuration/ExperimentConf.java 196 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2340 src/Configuration/ExperimentConf.java 196 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2341 src/Configuration/ExperimentConf.java 197 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2342 src/Configuration/ExperimentConf.java 197 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2343 src/Configuration/ExperimentConf.java 200 GuardLogStatement: Logger calls should be surrounded by log level guards.
2344 src/Configuration/ExperimentConf.java 200 GuardLogStatement: Logger calls should be surrounded by log level guards.
2345 src/Configuration/ExperimentConf.java 201 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '201'-'231').
2346 src/Configuration/ExperimentConf.java 201 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '201'-'231').
2347 src/Configuration/ExperimentConf.java 201 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '201'-'236').
2348 src/Configuration/ExperimentConf.java 201 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '201'-'236').
2349 src/Configuration/ExperimentConf.java 201 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '201'-'240').
2350 src/Configuration/ExperimentConf.java 201 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '201'-'240').
2351 src/Configuration/ExperimentConf.java 203 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2352 src/Configuration/ExperimentConf.java 203 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2353 src/Configuration/ExperimentConf.java 203 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2354 src/Configuration/ExperimentConf.java 203 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2355 src/Configuration/ExperimentConf.java 204 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2356 src/Configuration/ExperimentConf.java 204 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2357 src/Configuration/ExperimentConf.java 207 GuardLogStatement: Logger calls should be surrounded by log level guards.
2358 src/Configuration/ExperimentConf.java 207 GuardLogStatement: Logger calls should be surrounded by log level guards.
2359 src/Configuration/ExperimentConf.java 208 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '208'-'231').
2360 src/Configuration/ExperimentConf.java 208 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '208'-'231').
2361 src/Configuration/ExperimentConf.java 208 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '208'-'236').
2362 src/Configuration/ExperimentConf.java 208 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '208'-'236').
2363 src/Configuration/ExperimentConf.java 208 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '208'-'240').
2364 src/Configuration/ExperimentConf.java 208 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '208'-'240').
2365 src/Configuration/ExperimentConf.java 210 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2366 src/Configuration/ExperimentConf.java 210 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2367 src/Configuration/ExperimentConf.java 210 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2368 src/Configuration/ExperimentConf.java 210 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2369 src/Configuration/ExperimentConf.java 211 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2370 src/Configuration/ExperimentConf.java 211 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2371 src/Configuration/ExperimentConf.java 214 GuardLogStatement: Logger calls should be surrounded by log level guards.
2372 src/Configuration/ExperimentConf.java 214 GuardLogStatement: Logger calls should be surrounded by log level guards.
2373 src/Configuration/ExperimentConf.java 215 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '215'-'231').
2374 src/Configuration/ExperimentConf.java 215 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '215'-'231').
2375 src/Configuration/ExperimentConf.java 215 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '215'-'236').
2376 src/Configuration/ExperimentConf.java 215 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '215'-'236').
2377 src/Configuration/ExperimentConf.java 215 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '215'-'240').
2378 src/Configuration/ExperimentConf.java 215 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '215'-'240').
2379 src/Configuration/ExperimentConf.java 217 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2380 src/Configuration/ExperimentConf.java 217 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2381 src/Configuration/ExperimentConf.java 217 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2382 src/Configuration/ExperimentConf.java 217 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2383 src/Configuration/ExperimentConf.java 218 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2384 src/Configuration/ExperimentConf.java 218 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
2385 src/Configuration/ExperimentConf.java 221 GuardLogStatement: Logger calls should be surrounded by log level guards.
2386 src/Configuration/ExperimentConf.java 221 GuardLogStatement: Logger calls should be surrounded by log level guards.
2387 src/Configuration/ExperimentConf.java 222 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '222'-'231').
2388 src/Configuration/ExperimentConf.java 222 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '222'-'231').
2389 src/Configuration/ExperimentConf.java 222 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '222'-'236').
2390 src/Configuration/ExperimentConf.java 222 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '222'-'236').
2391 src/Configuration/ExperimentConf.java 222 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '222'-'240').
2392 src/Configuration/ExperimentConf.java 222 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '222'-'240').
2393 src/Configuration/ExperimentConf.java 229 GuardLogStatement: Logger calls should be surrounded by log level guards.
2394 src/Configuration/ExperimentConf.java 229 GuardLogStatement: Logger calls should be surrounded by log level guards.
2395 src/Configuration/ExperimentConf.java 231 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '231'-'236').
2396 src/Configuration/ExperimentConf.java 231 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '231'-'236').
2397 src/Configuration/ExperimentConf.java 231 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '231'-'240').
2398 src/Configuration/ExperimentConf.java 231 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '231'-'240').
2399 src/Configuration/ExperimentConf.java 235 GuardLogStatement: Logger calls should be surrounded by log level guards.
2400 src/Configuration/ExperimentConf.java 235 GuardLogStatement: Logger calls should be surrounded by log level guards.
2401 src/Configuration/ExperimentConf.java 236 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '236'-'240').
2402 src/Configuration/ExperimentConf.java 236 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '236'-'240').
2403 src/Configuration/ExperimentConf.java 239 GuardLogStatement: Logger calls should be surrounded by log level guards.
2404 src/Configuration/ExperimentConf.java 239 GuardLogStatement: Logger calls should be surrounded by log level guards.
2405 src/Configuration/ExperimentConf.java 244 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2406 src/Configuration/ExperimentConf.java 244 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2407 src/Configuration/ExperimentConf.java 248 GuardLogStatement: Logger calls should be surrounded by log level guards.
2408 src/Configuration/ExperimentConf.java 248 GuardLogStatement: Logger calls should be surrounded by log level guards.
2409 src/Configuration/ExperimentConf.java 252 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
2410 src/Configuration/ExperimentConf.java 252 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
2411 src/Configuration/ExperimentConf.java 260 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
2412 src/Configuration/ExperimentConf.java 260 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
2413 src/Downlink/DownloadedStorage.java 1 PackageCase: Package name contains upper case characters
2414 src/Downlink/DownloadedStorage.java 1 PackageCase: Package name contains upper case characters
2415 src/Downlink/DownloadedStorage.java 12 CommentRequired: Class comments are required
2416 src/Downlink/DownloadedStorage.java 12 CommentRequired: Class comments are required
2417 src/Downlink/DownloadedStorage.java 14 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2418 src/Downlink/DownloadedStorage.java 14 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2419 src/Downlink/DownloadedStorage.java 14 CommentRequired: Field comments are required
2420 src/Downlink/DownloadedStorage.java 14 CommentRequired: Field comments are required
2421 src/Downlink/DownloadedStorage.java 15 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2422 src/Downlink/DownloadedStorage.java 15 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2423 src/Downlink/DownloadedStorage.java 15 CommentRequired: Field comments are required
2424 src/Downlink/DownloadedStorage.java 15 CommentRequired: Field comments are required
2425 src/Downlink/DownloadedStorage.java 15 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
2426 src/Downlink/DownloadedStorage.java 15 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
2427 src/Downlink/DownloadedStorage.java 16 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2428 src/Downlink/DownloadedStorage.java 16 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2429 src/Downlink/DownloadedStorage.java 16 CommentRequired: Field comments are required
2430 src/Downlink/DownloadedStorage.java 16 CommentRequired: Field comments are required
2431 src/Downlink/DownloadedStorage.java 16 ImmutableField: Private field 'm_data_container' could be made final; it is only initialized in the declaration or constructor.
2432 src/Downlink/DownloadedStorage.java 16 ImmutableField: Private field 'm_data_container' could be made final; it is only initialized in the declaration or constructor.
2433 src/Downlink/DownloadedStorage.java 18 CommentRequired: Public method and constructor comments are required
2434 src/Downlink/DownloadedStorage.java 18 CommentRequired: Public method and constructor comments are required
2435 src/Downlink/DownloadedStorage.java 18 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
2436 src/Downlink/DownloadedStorage.java 18 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
2437 src/Downlink/DownloadedStorage.java 18 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
2438 src/Downlink/DownloadedStorage.java 18 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
2439 src/Downlink/DownloadedStorage.java 18 MethodArgumentCouldBeFinal: Parameter 'time' is not assigned and could be declared final
2440 src/Downlink/DownloadedStorage.java 18 MethodArgumentCouldBeFinal: Parameter 'time' is not assigned and could be declared final
2441 src/Downlink/DownloadedStorage.java 29 CommentRequired: Public method and constructor comments are required
2442 src/Downlink/DownloadedStorage.java 29 CommentRequired: Public method and constructor comments are required
2443 src/Downlink/DownloadedStorage.java 29 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
2444 src/Downlink/DownloadedStorage.java 29 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
2445 src/Downlink/DownloadedStorage.java 33 ShortVariable: Avoid variables with short names like s
2446 src/Downlink/DownloadedStorage.java 33 ShortVariable: Avoid variables with short names like s
2447 src/Downlink/DownloadedStorage.java 38 CommentRequired: Public method and constructor comments are required
2448 src/Downlink/DownloadedStorage.java 38 CommentRequired: Public method and constructor comments are required
2449 src/Downlink/DownloadedStorage.java 38 MethodArgumentCouldBeFinal: Parameter 'str' is not assigned and could be declared final
2450 src/Downlink/DownloadedStorage.java 38 MethodArgumentCouldBeFinal: Parameter 'str' is not assigned and could be declared final
2451 src/Downlink/TTC.java 1 PackageCase: Package name contains upper case characters
2452 src/Downlink/TTC.java 1 PackageCase: Package name contains upper case characters
2453 src/Downlink/TTC.java 3 DontImportJavaLang: Avoid importing anything from the package java.lang
2454 src/Downlink/TTC.java 3 DontImportJavaLang: Avoid importing anything from the package java.lang
2455 src/Downlink/TTC.java 3 UnnecessaryImport: Unnecessary import from the java.lang package 'java.lang.Thread'
2456 src/Downlink/TTC.java 3 UnnecessaryImport: Unnecessary import from the java.lang package 'java.lang.Thread'
2457 src/Downlink/TTC.java 19 CommentRequired: Class comments are required
2458 src/Downlink/TTC.java 19 CommentRequired: Class comments are required
2459 src/Downlink/TTC.java 19 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
2460 src/Downlink/TTC.java 19 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
2461 src/Downlink/TTC.java 19 ModifiedCyclomaticComplexity: The class 'TTC' has a Modified Cyclomatic Complexity of 3 (Highest = 31).
2462 src/Downlink/TTC.java 19 ModifiedCyclomaticComplexity: The class 'TTC' has a Modified Cyclomatic Complexity of 3 (Highest = 31).
2463 src/Downlink/TTC.java 19 ShortClassName: Avoid short class names like TTC
2464 src/Downlink/TTC.java 19 ShortClassName: Avoid short class names like TTC
2465 src/Downlink/TTC.java 20 TooManyMethods: This class has too many methods, consider refactoring it.
2466 src/Downlink/TTC.java 20 TooManyMethods: This class has too many methods, consider refactoring it.
2467 src/Downlink/TTC.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2468 src/Downlink/TTC.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2469 src/Downlink/TTC.java 22 CommentRequired: Field comments are required
2470 src/Downlink/TTC.java 22 CommentRequired: Field comments are required
2471 src/Downlink/TTC.java 22 LongVariable: Avoid excessively long variable names like m_cntct_min_period
2472 src/Downlink/TTC.java 22 LongVariable: Avoid excessively long variable names like m_cntct_min_period
2473 src/Downlink/TTC.java 23 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2474 src/Downlink/TTC.java 23 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2475 src/Downlink/TTC.java 23 CommentRequired: Field comments are required
2476 src/Downlink/TTC.java 23 CommentRequired: Field comments are required
2477 src/Downlink/TTC.java 23 LongVariable: Avoid excessively long variable names like m_cntct_max_period
2478 src/Downlink/TTC.java 23 LongVariable: Avoid excessively long variable names like m_cntct_max_period
2479 src/Downlink/TTC.java 24 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2480 src/Downlink/TTC.java 24 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2481 src/Downlink/TTC.java 24 CommentRequired: Field comments are required
2482 src/Downlink/TTC.java 24 CommentRequired: Field comments are required
2483 src/Downlink/TTC.java 24 LongVariable: Avoid excessively long variable names like m_cntct_max_duration
2484 src/Downlink/TTC.java 24 LongVariable: Avoid excessively long variable names like m_cntct_max_duration
2485 src/Downlink/TTC.java 25 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2486 src/Downlink/TTC.java 25 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2487 src/Downlink/TTC.java 25 CommentRequired: Field comments are required
2488 src/Downlink/TTC.java 25 CommentRequired: Field comments are required
2489 src/Downlink/TTC.java 25 LongVariable: Avoid excessively long variable names like m_cntct_min_duration
2490 src/Downlink/TTC.java 25 LongVariable: Avoid excessively long variable names like m_cntct_min_duration
2491 src/Downlink/TTC.java 26 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2492 src/Downlink/TTC.java 26 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2493 src/Downlink/TTC.java 26 CommentRequired: Field comments are required
2494 src/Downlink/TTC.java 26 CommentRequired: Field comments are required
2495 src/Downlink/TTC.java 27 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2496 src/Downlink/TTC.java 27 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2497 src/Downlink/TTC.java 27 CommentRequired: Field comments are required
2498 src/Downlink/TTC.java 27 CommentRequired: Field comments are required
2499 src/Downlink/TTC.java 28 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2500 src/Downlink/TTC.java 28 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2501 src/Downlink/TTC.java 28 CommentRequired: Field comments are required
2502 src/Downlink/TTC.java 28 CommentRequired: Field comments are required
2503 src/Downlink/TTC.java 28 LongVariable: Avoid excessively long variable names like m_simulated_dwn_contact
2504 src/Downlink/TTC.java 28 LongVariable: Avoid excessively long variable names like m_simulated_dwn_contact
2505 src/Downlink/TTC.java 29 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2506 src/Downlink/TTC.java 29 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2507 src/Downlink/TTC.java 29 CommentRequired: Field comments are required
2508 src/Downlink/TTC.java 29 CommentRequired: Field comments are required
2509 src/Downlink/TTC.java 29 LongVariable: Avoid excessively long variable names like m_real_dwn_contact
2510 src/Downlink/TTC.java 29 LongVariable: Avoid excessively long variable names like m_real_dwn_contact
2511 src/Downlink/TTC.java 30 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2512 src/Downlink/TTC.java 30 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2513 src/Downlink/TTC.java 30 CommentRequired: Field comments are required
2514 src/Downlink/TTC.java 30 CommentRequired: Field comments are required
2515 src/Downlink/TTC.java 31 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2516 src/Downlink/TTC.java 31 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2517 src/Downlink/TTC.java 31 CommentRequired: Field comments are required
2518 src/Downlink/TTC.java 31 CommentRequired: Field comments are required
2519 src/Downlink/TTC.java 31 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
2520 src/Downlink/TTC.java 31 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
2521 src/Downlink/TTC.java 32 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2522 src/Downlink/TTC.java 32 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2523 src/Downlink/TTC.java 32 CommentRequired: Field comments are required
2524 src/Downlink/TTC.java 32 CommentRequired: Field comments are required
2525 src/Downlink/TTC.java 32 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
2526 src/Downlink/TTC.java 32 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
2527 src/Downlink/TTC.java 32 ImmutableField: Private field 'm_dispatcher' could be made final; it is only initialized in the declaration or constructor.
2528 src/Downlink/TTC.java 32 ImmutableField: Private field 'm_dispatcher' could be made final; it is only initialized in the declaration or constructor.
2529 src/Downlink/TTC.java 33 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2530 src/Downlink/TTC.java 33 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2531 src/Downlink/TTC.java 33 CommentRequired: Field comments are required
2532 src/Downlink/TTC.java 33 CommentRequired: Field comments are required
2533 src/Downlink/TTC.java 33 ImmutableField: Private field 'm_ttc_buffer' could be made final; it is only initialized in the declaration or constructor.
2534 src/Downlink/TTC.java 33 ImmutableField: Private field 'm_ttc_buffer' could be made final; it is only initialized in the declaration or constructor.
2535 src/Downlink/TTC.java 34 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2536 src/Downlink/TTC.java 34 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2537 src/Downlink/TTC.java 34 CommentRequired: Field comments are required
2538 src/Downlink/TTC.java 34 CommentRequired: Field comments are required
2539 src/Downlink/TTC.java 34 ImmutableField: Private field 'm_prot_num' could be made final; it is only initialized in the declaration or constructor.
2540 src/Downlink/TTC.java 34 ImmutableField: Private field 'm_prot_num' could be made final; it is only initialized in the declaration or constructor.
2541 src/Downlink/TTC.java 35 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2542 src/Downlink/TTC.java 35 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2543 src/Downlink/TTC.java 35 CommentRequired: Field comments are required
2544 src/Downlink/TTC.java 35 CommentRequired: Field comments are required
2545 src/Downlink/TTC.java 35 ImmutableField: Private field 'm_rand' could be made final; it is only initialized in the declaration or constructor.
2546 src/Downlink/TTC.java 35 ImmutableField: Private field 'm_rand' could be made final; it is only initialized in the declaration or constructor.
2547 src/Downlink/TTC.java 36 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2548 src/Downlink/TTC.java 36 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2549 src/Downlink/TTC.java 36 CommentRequired: Field comments are required
2550 src/Downlink/TTC.java 36 CommentRequired: Field comments are required
2551 src/Downlink/TTC.java 36 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
2552 src/Downlink/TTC.java 36 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
2553 src/Downlink/TTC.java 36 ProperLogger: Logger should be defined private static final and have the correct class
2554 src/Downlink/TTC.java 36 ProperLogger: Logger should be defined private static final and have the correct class
2555 src/Downlink/TTC.java 37 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2556 src/Downlink/TTC.java 37 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2557 src/Downlink/TTC.java 37 CommentRequired: Field comments are required
2558 src/Downlink/TTC.java 37 CommentRequired: Field comments are required
2559 src/Downlink/TTC.java 37 ImmutableField: Private field 'm_payload_buffer' could be made final; it is only initialized in the declaration or constructor.
2560 src/Downlink/TTC.java 37 ImmutableField: Private field 'm_payload_buffer' could be made final; it is only initialized in the declaration or constructor.
2561 src/Downlink/TTC.java 38 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2562 src/Downlink/TTC.java 38 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2563 src/Downlink/TTC.java 38 CommentRequired: Field comments are required
2564 src/Downlink/TTC.java 38 CommentRequired: Field comments are required
2565 src/Downlink/TTC.java 38 ImmutableField: Private field 'm_federation_buffer' could be made final; it is only initialized in the declaration or constructor.
2566 src/Downlink/TTC.java 38 ImmutableField: Private field 'm_federation_buffer' could be made final; it is only initialized in the declaration or constructor.
2567 src/Downlink/TTC.java 38 LongVariable: Avoid excessively long variable names like m_federation_buffer
2568 src/Downlink/TTC.java 38 LongVariable: Avoid excessively long variable names like m_federation_buffer
2569 src/Downlink/TTC.java 39 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2570 src/Downlink/TTC.java 39 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2571 src/Downlink/TTC.java 39 CommentRequired: Field comments are required
2572 src/Downlink/TTC.java 39 CommentRequired: Field comments are required
2573 src/Downlink/TTC.java 39 ImmutableField: Private field 'm_dwn_buffer' could be made final; it is only initialized in the declaration or constructor.
2574 src/Downlink/TTC.java 39 ImmutableField: Private field 'm_dwn_buffer' could be made final; it is only initialized in the declaration or constructor.
2575 src/Downlink/TTC.java 40 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2576 src/Downlink/TTC.java 40 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2577 src/Downlink/TTC.java 40 CommentRequired: Field comments are required
2578 src/Downlink/TTC.java 40 CommentRequired: Field comments are required
2579 src/Downlink/TTC.java 40 ImmutableField: Private field 'm_sat_id' could be made final; it is only initialized in the declaration or constructor.
2580 src/Downlink/TTC.java 40 ImmutableField: Private field 'm_sat_id' could be made final; it is only initialized in the declaration or constructor.
2581 src/Downlink/TTC.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2582 src/Downlink/TTC.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2583 src/Downlink/TTC.java 41 CommentRequired: Field comments are required
2584 src/Downlink/TTC.java 41 CommentRequired: Field comments are required
2585 src/Downlink/TTC.java 41 ImmutableField: Private field 'm_gs_id' could be made final; it is only initialized in the declaration or constructor.
2586 src/Downlink/TTC.java 41 ImmutableField: Private field 'm_gs_id' could be made final; it is only initialized in the declaration or constructor.
2587 src/Downlink/TTC.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2588 src/Downlink/TTC.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2589 src/Downlink/TTC.java 42 CommentRequired: Field comments are required
2590 src/Downlink/TTC.java 42 CommentRequired: Field comments are required
2591 src/Downlink/TTC.java 42 LongVariable: Avoid excessively long variable names like m_dwn_packet_counter
2592 src/Downlink/TTC.java 42 LongVariable: Avoid excessively long variable names like m_dwn_packet_counter
2593 src/Downlink/TTC.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2594 src/Downlink/TTC.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2595 src/Downlink/TTC.java 43 CommentRequired: Field comments are required
2596 src/Downlink/TTC.java 43 CommentRequired: Field comments are required
2597 src/Downlink/TTC.java 43 LongVariable: Avoid excessively long variable names like m_rx_packet_type_waiting
2598 src/Downlink/TTC.java 43 LongVariable: Avoid excessively long variable names like m_rx_packet_type_waiting
2599 src/Downlink/TTC.java 44 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2600 src/Downlink/TTC.java 44 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2601 src/Downlink/TTC.java 44 CommentRequired: Field comments are required
2602 src/Downlink/TTC.java 44 CommentRequired: Field comments are required
2603 src/Downlink/TTC.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2604 src/Downlink/TTC.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2605 src/Downlink/TTC.java 45 CommentRequired: Field comments are required
2606 src/Downlink/TTC.java 45 CommentRequired: Field comments are required
2607 src/Downlink/TTC.java 46 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2608 src/Downlink/TTC.java 46 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2609 src/Downlink/TTC.java 46 CommentRequired: Field comments are required
2610 src/Downlink/TTC.java 46 CommentRequired: Field comments are required
2611 src/Downlink/TTC.java 47 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2612 src/Downlink/TTC.java 47 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2613 src/Downlink/TTC.java 47 CommentRequired: Field comments are required
2614 src/Downlink/TTC.java 47 CommentRequired: Field comments are required
2615 src/Downlink/TTC.java 48 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2616 src/Downlink/TTC.java 48 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2617 src/Downlink/TTC.java 48 CommentRequired: Field comments are required
2618 src/Downlink/TTC.java 48 CommentRequired: Field comments are required
2619 src/Downlink/TTC.java 49 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2620 src/Downlink/TTC.java 49 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2621 src/Downlink/TTC.java 49 CommentRequired: Field comments are required
2622 src/Downlink/TTC.java 49 CommentRequired: Field comments are required
2623 src/Downlink/TTC.java 50 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2624 src/Downlink/TTC.java 50 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2625 src/Downlink/TTC.java 50 CommentRequired: Field comments are required
2626 src/Downlink/TTC.java 50 CommentRequired: Field comments are required
2627 src/Downlink/TTC.java 51 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2628 src/Downlink/TTC.java 51 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2629 src/Downlink/TTC.java 51 CommentRequired: Field comments are required
2630 src/Downlink/TTC.java 51 CommentRequired: Field comments are required
2631 src/Downlink/TTC.java 52 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2632 src/Downlink/TTC.java 52 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2633 src/Downlink/TTC.java 52 CommentRequired: Field comments are required
2634 src/Downlink/TTC.java 52 CommentRequired: Field comments are required
2635 src/Downlink/TTC.java 53 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2636 src/Downlink/TTC.java 53 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2637 src/Downlink/TTC.java 53 CommentRequired: Field comments are required
2638 src/Downlink/TTC.java 53 CommentRequired: Field comments are required
2639 src/Downlink/TTC.java 54 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2640 src/Downlink/TTC.java 54 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2641 src/Downlink/TTC.java 54 CommentRequired: Field comments are required
2642 src/Downlink/TTC.java 54 CommentRequired: Field comments are required
2643 src/Downlink/TTC.java 54 LongVariable: Avoid excessively long variable names like m_rx_packet_backoff
2644 src/Downlink/TTC.java 54 LongVariable: Avoid excessively long variable names like m_rx_packet_backoff
2645 src/Downlink/TTC.java 55 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2646 src/Downlink/TTC.java 55 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2647 src/Downlink/TTC.java 55 CommentRequired: Field comments are required
2648 src/Downlink/TTC.java 55 CommentRequired: Field comments are required
2649 src/Downlink/TTC.java 55 LongVariable: Avoid excessively long variable names like m_rx_packet_timeout
2650 src/Downlink/TTC.java 55 LongVariable: Avoid excessively long variable names like m_rx_packet_timeout
2651 src/Downlink/TTC.java 56 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2652 src/Downlink/TTC.java 56 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2653 src/Downlink/TTC.java 56 CommentRequired: Field comments are required
2654 src/Downlink/TTC.java 56 CommentRequired: Field comments are required
2655 src/Downlink/TTC.java 57 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2656 src/Downlink/TTC.java 57 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2657 src/Downlink/TTC.java 57 CommentRequired: Field comments are required
2658 src/Downlink/TTC.java 57 CommentRequired: Field comments are required
2659 src/Downlink/TTC.java 57 LongVariable: Avoid excessively long variable names like m_service_available
2660 src/Downlink/TTC.java 57 LongVariable: Avoid excessively long variable names like m_service_available
2661 src/Downlink/TTC.java 59 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2662 src/Downlink/TTC.java 59 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2663 src/Downlink/TTC.java 59 CommentRequired: Field comments are required
2664 src/Downlink/TTC.java 59 CommentRequired: Field comments are required
2665 src/Downlink/TTC.java 59 ImmutableField: Private field 'm_tx_packet' could be made final; it is only initialized in the declaration or constructor.
2666 src/Downlink/TTC.java 59 ImmutableField: Private field 'm_tx_packet' could be made final; it is only initialized in the declaration or constructor.
2667 src/Downlink/TTC.java 60 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2668 src/Downlink/TTC.java 60 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2669 src/Downlink/TTC.java 60 CommentRequired: Field comments are required
2670 src/Downlink/TTC.java 60 CommentRequired: Field comments are required
2671 src/Downlink/TTC.java 60 ImmutableField: Private field 'm_rx_packet' could be made final; it is only initialized in the declaration or constructor.
2672 src/Downlink/TTC.java 60 ImmutableField: Private field 'm_rx_packet' could be made final; it is only initialized in the declaration or constructor.
2673 src/Downlink/TTC.java 61 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2674 src/Downlink/TTC.java 61 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2675 src/Downlink/TTC.java 61 CommentRequired: Field comments are required
2676 src/Downlink/TTC.java 61 CommentRequired: Field comments are required
2677 src/Downlink/TTC.java 61 ImmutableField: Private field 'm_header_stream' could be made final; it is only initialized in the declaration or constructor.
2678 src/Downlink/TTC.java 61 ImmutableField: Private field 'm_header_stream' could be made final; it is only initialized in the declaration or constructor.
2679 src/Downlink/TTC.java 62 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2680 src/Downlink/TTC.java 62 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2681 src/Downlink/TTC.java 62 CommentRequired: Field comments are required
2682 src/Downlink/TTC.java 62 CommentRequired: Field comments are required
2683 src/Downlink/TTC.java 63 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2684 src/Downlink/TTC.java 63 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2685 src/Downlink/TTC.java 63 CommentRequired: Field comments are required
2686 src/Downlink/TTC.java 63 CommentRequired: Field comments are required
2687 src/Downlink/TTC.java 63 ImmutableField: Private field 'm_checksum_stream' could be made final; it is only initialized in the declaration or constructor.
2688 src/Downlink/TTC.java 63 ImmutableField: Private field 'm_checksum_stream' could be made final; it is only initialized in the declaration or constructor.
2689 src/Downlink/TTC.java 66 CommentRequired: Field comments are required
2690 src/Downlink/TTC.java 66 CommentRequired: Field comments are required
2691 src/Downlink/TTC.java 68 CallSuperInConstructor: It is a good practice to call super() in a constructor
2692 src/Downlink/TTC.java 68 CallSuperInConstructor: It is a good practice to call super() in a constructor
2693 src/Downlink/TTC.java 68 CommentRequired: Public method and constructor comments are required
2694 src/Downlink/TTC.java 68 CommentRequired: Public method and constructor comments are required
2695 src/Downlink/TTC.java 68 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
2696 src/Downlink/TTC.java 68 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
2697 src/Downlink/TTC.java 68 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
2698 src/Downlink/TTC.java 68 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
2699 src/Downlink/TTC.java 68 MethodArgumentCouldBeFinal: Parameter 'dispatcher' is not assigned and could be declared final
2700 src/Downlink/TTC.java 68 MethodArgumentCouldBeFinal: Parameter 'dispatcher' is not assigned and could be declared final
2701 src/Downlink/TTC.java 68 MethodArgumentCouldBeFinal: Parameter 'fed_buffer' is not assigned and could be declared final
2702 src/Downlink/TTC.java 68 MethodArgumentCouldBeFinal: Parameter 'fed_buffer' is not assigned and could be declared final
2703 src/Downlink/TTC.java 68 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
2704 src/Downlink/TTC.java 68 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
2705 src/Downlink/TTC.java 68 MethodArgumentCouldBeFinal: Parameter 'logger' is not assigned and could be declared final
2706 src/Downlink/TTC.java 68 MethodArgumentCouldBeFinal: Parameter 'logger' is not assigned and could be declared final
2707 src/Downlink/TTC.java 68 MethodArgumentCouldBeFinal: Parameter 'payload_buffer' is not assigned and could be declared final
2708 src/Downlink/TTC.java 68 MethodArgumentCouldBeFinal: Parameter 'payload_buffer' is not assigned and could be declared final
2709 src/Downlink/TTC.java 68 MethodArgumentCouldBeFinal: Parameter 'time' is not assigned and could be declared final
2710 src/Downlink/TTC.java 68 MethodArgumentCouldBeFinal: Parameter 'time' is not assigned and could be declared final
2711 src/Downlink/TTC.java 70 ConstructorCallsOverridableMethod: Overridable method 'setConfiguration' called during object construction
2712 src/Downlink/TTC.java 70 ConstructorCallsOverridableMethod: Overridable method 'setConfiguration' called during object construction
2713 src/Downlink/TTC.java 102 CommentRequired: Public method and constructor comments are required
2714 src/Downlink/TTC.java 102 CommentRequired: Public method and constructor comments are required
2715 src/Downlink/TTC.java 102 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
2716 src/Downlink/TTC.java 102 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
2717 src/Downlink/TTC.java 115 SystemPrintln: System.out.println is used
2718 src/Downlink/TTC.java 115 SystemPrintln: System.out.println is used
2719 src/Downlink/TTC.java 118 MethodArgumentCouldBeFinal: Parameter 'address' is not assigned and could be declared final
2720 src/Downlink/TTC.java 118 MethodArgumentCouldBeFinal: Parameter 'address' is not assigned and could be declared final
2721 src/Downlink/TTC.java 118 MethodArgumentCouldBeFinal: Parameter 'data_length' is not assigned and could be declared final
2722 src/Downlink/TTC.java 118 MethodArgumentCouldBeFinal: Parameter 'data_length' is not assigned and could be declared final
2723 src/Downlink/TTC.java 118 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
2724 src/Downlink/TTC.java 118 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
2725 src/Downlink/TTC.java 118 MethodArgumentCouldBeFinal: Parameter 'type' is not assigned and could be declared final
2726 src/Downlink/TTC.java 118 MethodArgumentCouldBeFinal: Parameter 'type' is not assigned and could be declared final
2727 src/Downlink/TTC.java 129 MethodArgumentCouldBeFinal: Parameter 'content' is not assigned and could be declared final
2728 src/Downlink/TTC.java 129 MethodArgumentCouldBeFinal: Parameter 'content' is not assigned and could be declared final
2729 src/Downlink/TTC.java 186 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'done' (lines '186'-'198').
2730 src/Downlink/TTC.java 186 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'done' (lines '186'-'198').
2731 src/Downlink/TTC.java 194 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
2732 src/Downlink/TTC.java 194 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
2733 src/Downlink/TTC.java 197 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
2734 src/Downlink/TTC.java 197 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
2735 src/Downlink/TTC.java 206 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'done' (lines '206'-'216').
2736 src/Downlink/TTC.java 206 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'done' (lines '206'-'216').
2737 src/Downlink/TTC.java 207 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2738 src/Downlink/TTC.java 207 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2739 src/Downlink/TTC.java 209 GuardLogStatement: Logger calls should be surrounded by log level guards.
2740 src/Downlink/TTC.java 209 GuardLogStatement: Logger calls should be surrounded by log level guards.
2741 src/Downlink/TTC.java 217 SystemPrintln: System.out.println is used
2742 src/Downlink/TTC.java 217 SystemPrintln: System.out.println is used
2743 src/Downlink/TTC.java 218 AvoidDuplicateLiterals: The String literal " | dst = " appears 4 times in this file; the first occurrence is on line 218
2744 src/Downlink/TTC.java 218 AvoidDuplicateLiterals: The String literal " | dst = " appears 4 times in this file; the first occurrence is on line 218
2745 src/Downlink/TTC.java 218 AvoidDuplicateLiterals: The String literal "src = " appears 4 times in this file; the first occurrence is on line 218
2746 src/Downlink/TTC.java 218 AvoidDuplicateLiterals: The String literal "src = " appears 4 times in this file; the first occurrence is on line 218
2747 src/Downlink/TTC.java 219 AvoidDuplicateLiterals: The String literal " | prot_num = " appears 4 times in this file; the first occurrence is on line 219
2748 src/Downlink/TTC.java 219 AvoidDuplicateLiterals: The String literal " | prot_num = " appears 4 times in this file; the first occurrence is on line 219
2749 src/Downlink/TTC.java 219 AvoidDuplicateLiterals: The String literal " | type = " appears 4 times in this file; the first occurrence is on line 219
2750 src/Downlink/TTC.java 219 AvoidDuplicateLiterals: The String literal " | type = " appears 4 times in this file; the first occurrence is on line 219
2751 src/Downlink/TTC.java 220 AvoidDuplicateLiterals: The String literal " | counter = " appears 4 times in this file; the first occurrence is on line 220
2752 src/Downlink/TTC.java 220 AvoidDuplicateLiterals: The String literal " | counter = " appears 4 times in this file; the first occurrence is on line 220
2753 src/Downlink/TTC.java 221 GuardLogStatement: Logger calls should be surrounded by log level guards.
2754 src/Downlink/TTC.java 221 GuardLogStatement: Logger calls should be surrounded by log level guards.
2755 src/Downlink/TTC.java 231 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'done' (lines '231'-'255').
2756 src/Downlink/TTC.java 231 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'done' (lines '231'-'255').
2757 src/Downlink/TTC.java 237 SystemPrintln: System.out.println is used
2758 src/Downlink/TTC.java 237 SystemPrintln: System.out.println is used
2759 src/Downlink/TTC.java 241 GuardLogStatement: Logger calls should be surrounded by log level guards.
2760 src/Downlink/TTC.java 241 GuardLogStatement: Logger calls should be surrounded by log level guards.
2761 src/Downlink/TTC.java 259 GuardLogStatement: Logger calls should be surrounded by log level guards.
2762 src/Downlink/TTC.java 259 GuardLogStatement: Logger calls should be surrounded by log level guards.
2763 src/Downlink/TTC.java 268 GuardLogStatement: Logger calls should be surrounded by log level guards.
2764 src/Downlink/TTC.java 268 GuardLogStatement: Logger calls should be surrounded by log level guards.
2765 src/Downlink/TTC.java 273 MethodArgumentCouldBeFinal: Parameter 'packet_type' is not assigned and could be declared final
2766 src/Downlink/TTC.java 273 MethodArgumentCouldBeFinal: Parameter 'packet_type' is not assigned and could be declared final
2767 src/Downlink/TTC.java 273 MethodArgumentCouldBeFinal: Parameter 'timeout' is not assigned and could be declared final
2768 src/Downlink/TTC.java 273 MethodArgumentCouldBeFinal: Parameter 'timeout' is not assigned and could be declared final
2769 src/Downlink/TTC.java 278 GuardLogStatement: Logger calls should be surrounded by log level guards.
2770 src/Downlink/TTC.java 278 GuardLogStatement: Logger calls should be surrounded by log level guards.
2771 src/Downlink/TTC.java 284 GuardLogStatement: Logger calls should be surrounded by log level guards.
2772 src/Downlink/TTC.java 284 GuardLogStatement: Logger calls should be surrounded by log level guards.
2773 src/Downlink/TTC.java 285 LocalVariableCouldBeFinal: Local variable 'temp_packet' could be declared final
2774 src/Downlink/TTC.java 285 LocalVariableCouldBeFinal: Local variable 'temp_packet' could be declared final
2775 src/Downlink/TTC.java 301 MethodArgumentCouldBeFinal: Parameter 'block' is not assigned and could be declared final
2776 src/Downlink/TTC.java 301 MethodArgumentCouldBeFinal: Parameter 'block' is not assigned and could be declared final
2777 src/Downlink/TTC.java 304 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2778 src/Downlink/TTC.java 304 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2779 src/Downlink/TTC.java 315 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
2780 src/Downlink/TTC.java 315 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
2781 src/Downlink/TTC.java 333 AddEmptyString: Do not add empty strings
2782 src/Downlink/TTC.java 333 AddEmptyString: Do not add empty strings
2783 src/Downlink/TTC.java 333 GuardLogStatement: Logger calls should be surrounded by log level guards.
2784 src/Downlink/TTC.java 333 GuardLogStatement: Logger calls should be surrounded by log level guards.
2785 src/Downlink/TTC.java 335 GuardLogStatement: Logger calls should be surrounded by log level guards.
2786 src/Downlink/TTC.java 335 GuardLogStatement: Logger calls should be surrounded by log level guards.
2787 src/Downlink/TTC.java 338 GuardLogStatement: Logger calls should be surrounded by log level guards.
2788 src/Downlink/TTC.java 338 GuardLogStatement: Logger calls should be surrounded by log level guards.
2789 src/Downlink/TTC.java 340 GuardLogStatement: Logger calls should be surrounded by log level guards.
2790 src/Downlink/TTC.java 340 GuardLogStatement: Logger calls should be surrounded by log level guards.
2791 src/Downlink/TTC.java 345 ExcessiveMethodLength: Avoid really long methods.
2792 src/Downlink/TTC.java 345 ExcessiveMethodLength: Avoid really long methods.
2793 src/Downlink/TTC.java 345 ModifiedCyclomaticComplexity: The method 'run' has a Modified Cyclomatic Complexity of 31.
2794 src/Downlink/TTC.java 345 ModifiedCyclomaticComplexity: The method 'run' has a Modified Cyclomatic Complexity of 31.
2795 src/Downlink/TTC.java 345 NPathComplexity: The method 'run()' has an NPath complexity of 39841, current threshold is 200
2796 src/Downlink/TTC.java 345 NPathComplexity: The method 'run()' has an NPath complexity of 39841, current threshold is 200
2797 src/Downlink/TTC.java 345 NcssCount: The method 'run()' has a NCSS line count of 117.
2798 src/Downlink/TTC.java 345 NcssCount: The method 'run()' has a NCSS line count of 117.
2799 src/Downlink/TTC.java 348 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2800 src/Downlink/TTC.java 348 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2801 src/Downlink/TTC.java 351 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2802 src/Downlink/TTC.java 351 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2803 src/Downlink/TTC.java 352 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2804 src/Downlink/TTC.java 352 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2805 src/Downlink/TTC.java 366 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
2806 src/Downlink/TTC.java 366 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
2807 src/Downlink/TTC.java 373 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2808 src/Downlink/TTC.java 373 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2809 src/Downlink/TTC.java 417 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
2810 src/Downlink/TTC.java 417 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
2811 src/Downlink/TTC.java 445 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2812 src/Downlink/TTC.java 445 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2813 src/Downlink/TTC.java 451 GuardLogStatement: Logger calls should be surrounded by log level guards.
2814 src/Downlink/TTC.java 451 GuardLogStatement: Logger calls should be surrounded by log level guards.
2815 src/Downlink/TTC.java 454 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
2816 src/Downlink/TTC.java 454 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
2817 src/Downlink/TTC.java 458 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2818 src/Downlink/TTC.java 458 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2819 src/Downlink/TTC.java 461 SystemPrintln: System.out.println is used
2820 src/Downlink/TTC.java 461 SystemPrintln: System.out.println is used
2821 src/Downlink/TTC.java 471 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2822 src/Downlink/TTC.java 471 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2823 src/Downlink/TTC.java 487 GuardLogStatement: Logger calls should be surrounded by log level guards.
2824 src/Downlink/TTC.java 487 GuardLogStatement: Logger calls should be surrounded by log level guards.
2825 src/Downlink/TTC.java 492 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2826 src/Downlink/TTC.java 492 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2827 src/Downlink/TTC.java 492 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2828 src/Downlink/TTC.java 492 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2829 src/Downlink/TTC.java 508 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2830 src/Downlink/TTC.java 508 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2831 src/Downlink/TTC.java 512 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2832 src/Downlink/TTC.java 512 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2833 src/Downlink/TTC.java 516 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2834 src/Downlink/TTC.java 516 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2835 src/Downlink/TTC.java 529 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
2836 src/Downlink/TTC.java 529 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
2837 src/Downlink/TTC.java 536 CommentRequired: Public method and constructor comments are required
2838 src/Downlink/TTC.java 536 CommentRequired: Public method and constructor comments are required
2839 src/Downlink/TTC.java 538 UselessParentheses: Useless parentheses.
2840 src/Downlink/TTC.java 538 UselessParentheses: Useless parentheses.
2841 src/Downlink/TTC.java 541 CommentRequired: Public method and constructor comments are required
2842 src/Downlink/TTC.java 541 CommentRequired: Public method and constructor comments are required
2843 src/Downlink/TTC.java 546 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
2844 src/Downlink/TTC.java 546 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
2845 src/Downlink/TTC.java 546 CommentRequired: Public method and constructor comments are required
2846 src/Downlink/TTC.java 546 CommentRequired: Public method and constructor comments are required
2847 src/Downlink/TTC.java 546 MethodArgumentCouldBeFinal: Parameter 'new_avail' is not assigned and could be declared final
2848 src/Downlink/TTC.java 546 MethodArgumentCouldBeFinal: Parameter 'new_avail' is not assigned and could be declared final
2849 src/Downlink/TTC.java 546 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
2850 src/Downlink/TTC.java 546 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
2851 src/Downlink/TTC.java 549 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2852 src/Downlink/TTC.java 549 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2853 src/Housekeeping/HousekeepingItem.java 1 PackageCase: Package name contains upper case characters
2854 src/Housekeeping/HousekeepingItem.java 1 PackageCase: Package name contains upper case characters
2855 src/Housekeeping/HousekeepingItem.java 5 CommentRequired: Class comments are required
2856 src/Housekeeping/HousekeepingItem.java 5 CommentRequired: Class comments are required
2857 src/Housekeeping/HousekeepingItem.java 8 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2858 src/Housekeeping/HousekeepingItem.java 8 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2859 src/Housekeeping/HousekeepingItem.java 8 CommentRequired: Field comments are required
2860 src/Housekeeping/HousekeepingItem.java 8 CommentRequired: Field comments are required
2861 src/Housekeeping/HousekeepingItem.java 9 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2862 src/Housekeeping/HousekeepingItem.java 9 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2863 src/Housekeeping/HousekeepingItem.java 9 CommentRequired: Field comments are required
2864 src/Housekeeping/HousekeepingItem.java 9 CommentRequired: Field comments are required
2865 src/Housekeeping/HousekeepingItem.java 10 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2866 src/Housekeeping/HousekeepingItem.java 10 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2867 src/Housekeeping/HousekeepingItem.java 10 CommentRequired: Field comments are required
2868 src/Housekeeping/HousekeepingItem.java 10 CommentRequired: Field comments are required
2869 src/Housekeeping/HousekeepingItem.java 11 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2870 src/Housekeeping/HousekeepingItem.java 11 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2871 src/Housekeeping/HousekeepingItem.java 11 CommentRequired: Field comments are required
2872 src/Housekeeping/HousekeepingItem.java 11 CommentRequired: Field comments are required
2873 src/Housekeeping/HousekeepingItem.java 12 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2874 src/Housekeeping/HousekeepingItem.java 12 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2875 src/Housekeeping/HousekeepingItem.java 12 CommentRequired: Field comments are required
2876 src/Housekeeping/HousekeepingItem.java 12 CommentRequired: Field comments are required
2877 src/Housekeeping/HousekeepingItem.java 13 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2878 src/Housekeeping/HousekeepingItem.java 13 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2879 src/Housekeeping/HousekeepingItem.java 13 CommentRequired: Field comments are required
2880 src/Housekeeping/HousekeepingItem.java 13 CommentRequired: Field comments are required
2881 src/Housekeeping/HousekeepingItem.java 15 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2882 src/Housekeeping/HousekeepingItem.java 15 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2883 src/Housekeeping/HousekeepingItem.java 15 CommentRequired: Field comments are required
2884 src/Housekeeping/HousekeepingItem.java 15 CommentRequired: Field comments are required
2885 src/Housekeeping/HousekeepingItem.java 15 LongVariable: Avoid excessively long variable names like payload_generated_items
2886 src/Housekeeping/HousekeepingItem.java 15 LongVariable: Avoid excessively long variable names like payload_generated_items
2887 src/Housekeeping/HousekeepingItem.java 18 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2888 src/Housekeeping/HousekeepingItem.java 18 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2889 src/Housekeeping/HousekeepingItem.java 18 CommentRequired: Field comments are required
2890 src/Housekeeping/HousekeepingItem.java 18 CommentRequired: Field comments are required
2891 src/Housekeeping/HousekeepingItem.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2892 src/Housekeeping/HousekeepingItem.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2893 src/Housekeeping/HousekeepingItem.java 19 CommentRequired: Field comments are required
2894 src/Housekeeping/HousekeepingItem.java 19 CommentRequired: Field comments are required
2895 src/Housekeeping/HousekeepingItem.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2896 src/Housekeeping/HousekeepingItem.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2897 src/Housekeeping/HousekeepingItem.java 20 CommentRequired: Field comments are required
2898 src/Housekeeping/HousekeepingItem.java 20 CommentRequired: Field comments are required
2899 src/Housekeeping/HousekeepingItem.java 21 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2900 src/Housekeeping/HousekeepingItem.java 21 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2901 src/Housekeeping/HousekeepingItem.java 21 CommentRequired: Field comments are required
2902 src/Housekeeping/HousekeepingItem.java 21 CommentRequired: Field comments are required
2903 src/Housekeeping/HousekeepingItem.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2904 src/Housekeeping/HousekeepingItem.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2905 src/Housekeeping/HousekeepingItem.java 22 CommentRequired: Field comments are required
2906 src/Housekeeping/HousekeepingItem.java 22 CommentRequired: Field comments are required
2907 src/Housekeeping/HousekeepingItem.java 24 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2908 src/Housekeeping/HousekeepingItem.java 24 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2909 src/Housekeeping/HousekeepingItem.java 24 CommentRequired: Field comments are required
2910 src/Housekeeping/HousekeepingItem.java 24 CommentRequired: Field comments are required
2911 src/Housekeeping/HousekeepingItem.java 24 LongVariable: Avoid excessively long variable names like payload_buffer_size
2912 src/Housekeeping/HousekeepingItem.java 24 LongVariable: Avoid excessively long variable names like payload_buffer_size
2913 src/Housekeeping/HousekeepingItem.java 25 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2914 src/Housekeeping/HousekeepingItem.java 25 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2915 src/Housekeeping/HousekeepingItem.java 25 CommentRequired: Field comments are required
2916 src/Housekeeping/HousekeepingItem.java 25 CommentRequired: Field comments are required
2917 src/Housekeeping/HousekeepingItem.java 27 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2918 src/Housekeeping/HousekeepingItem.java 27 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2919 src/Housekeeping/HousekeepingItem.java 27 CommentRequired: Field comments are required
2920 src/Housekeeping/HousekeepingItem.java 27 CommentRequired: Field comments are required
2921 src/Housekeeping/HousekeepingItem.java 29 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2922 src/Housekeeping/HousekeepingItem.java 29 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2923 src/Housekeeping/HousekeepingItem.java 29 CommentRequired: Field comments are required
2924 src/Housekeeping/HousekeepingItem.java 29 CommentRequired: Field comments are required
2925 src/Housekeeping/HousekeepingItem.java 29 ImmutableField: Private field 'stream' could be made final; it is only initialized in the declaration or constructor.
2926 src/Housekeeping/HousekeepingItem.java 29 ImmutableField: Private field 'stream' could be made final; it is only initialized in the declaration or constructor.
2927 src/Housekeeping/HousekeepingItem.java 30 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2928 src/Housekeeping/HousekeepingItem.java 30 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2929 src/Housekeeping/HousekeepingItem.java 30 CommentRequired: Field comments are required
2930 src/Housekeeping/HousekeepingItem.java 30 CommentRequired: Field comments are required
2931 src/Housekeeping/HousekeepingItem.java 30 ImmutableField: Private field 'm_rf_isl_hk_stream' could be made final; it is only initialized in the declaration or constructor.
2932 src/Housekeeping/HousekeepingItem.java 30 ImmutableField: Private field 'm_rf_isl_hk_stream' could be made final; it is only initialized in the declaration or constructor.
2933 src/Housekeeping/HousekeepingItem.java 30 LongVariable: Avoid excessively long variable names like m_rf_isl_hk_stream
2934 src/Housekeeping/HousekeepingItem.java 30 LongVariable: Avoid excessively long variable names like m_rf_isl_hk_stream
2935 src/Housekeeping/HousekeepingItem.java 32 CommentRequired: Public method and constructor comments are required
2936 src/Housekeeping/HousekeepingItem.java 32 CommentRequired: Public method and constructor comments are required
2937 src/Housekeeping/HousekeepingItem.java 39 CommentRequired: Public method and constructor comments are required
2938 src/Housekeeping/HousekeepingItem.java 39 CommentRequired: Public method and constructor comments are required
2939 src/Housekeeping/HousekeepingItem.java 58 CommentRequired: Public method and constructor comments are required
2940 src/Housekeeping/HousekeepingItem.java 58 CommentRequired: Public method and constructor comments are required
2941 src/Housekeeping/HousekeepingItem.java 60 UselessParentheses: Useless parentheses.
2942 src/Housekeeping/HousekeepingItem.java 60 UselessParentheses: Useless parentheses.
2943 src/Housekeeping/HousekeepingItem.java 60 UselessParentheses: Useless parentheses.
2944 src/Housekeeping/HousekeepingItem.java 60 UselessParentheses: Useless parentheses.
2945 src/Housekeeping/HousekeepingItem.java 63 CommentRequired: Public method and constructor comments are required
2946 src/Housekeeping/HousekeepingItem.java 63 CommentRequired: Public method and constructor comments are required
2947 src/Housekeeping/HousekeepingItem.java 85 CommentRequired: Public method and constructor comments are required
2948 src/Housekeeping/HousekeepingItem.java 85 CommentRequired: Public method and constructor comments are required
2949 src/Housekeeping/HousekeepingItem.java 85 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
2950 src/Housekeeping/HousekeepingItem.java 85 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
2951 src/Housekeeping/HousekeepingItem.java 87 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'done' (lines '87'-'110').
2952 src/Housekeeping/HousekeepingItem.java 87 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'done' (lines '87'-'110').
2953 src/Housekeeping/HousekeepingItem.java 109 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2954 src/Housekeeping/HousekeepingItem.java 109 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
2955 src/Housekeeping/HousekeepingItem.java 122 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2956 src/Housekeeping/HousekeepingItem.java 122 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2957 src/Housekeeping/HousekeepingItem.java 123 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2958 src/Housekeeping/HousekeepingItem.java 123 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2959 src/Housekeeping/HousekeepingItem.java 124 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2960 src/Housekeeping/HousekeepingItem.java 124 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2961 src/Housekeeping/HousekeepingItem.java 125 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2962 src/Housekeeping/HousekeepingItem.java 125 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2963 src/Housekeeping/HousekeepingItem.java 126 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2964 src/Housekeeping/HousekeepingItem.java 126 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2965 src/Housekeeping/HousekeepingItem.java 128 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2966 src/Housekeeping/HousekeepingItem.java 128 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2967 src/Housekeeping/HousekeepingItem.java 130 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2968 src/Housekeeping/HousekeepingItem.java 130 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2969 src/Housekeeping/HousekeepingItem.java 131 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2970 src/Housekeeping/HousekeepingItem.java 131 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2971 src/Housekeeping/HousekeepingItem.java 132 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2972 src/Housekeeping/HousekeepingItem.java 132 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2973 src/Housekeeping/HousekeepingItem.java 133 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2974 src/Housekeeping/HousekeepingItem.java 133 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2975 src/Housekeeping/HousekeepingItem.java 134 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2976 src/Housekeeping/HousekeepingItem.java 134 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2977 src/Housekeeping/HousekeepingItem.java 136 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2978 src/Housekeeping/HousekeepingItem.java 136 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2979 src/Housekeeping/HousekeepingItem.java 137 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2980 src/Housekeeping/HousekeepingItem.java 137 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2981 src/Housekeeping/HousekeepingItem.java 139 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2982 src/Housekeeping/HousekeepingItem.java 139 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
2983 src/Housekeeping/HousekeepingStorage.java 1 PackageCase: Package name contains upper case characters
2984 src/Housekeeping/HousekeepingStorage.java 1 PackageCase: Package name contains upper case characters
2985 src/Housekeeping/HousekeepingStorage.java 8 CommentRequired: Class comments are required
2986 src/Housekeeping/HousekeepingStorage.java 8 CommentRequired: Class comments are required
2987 src/Housekeeping/HousekeepingStorage.java 10 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2988 src/Housekeeping/HousekeepingStorage.java 10 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
2989 src/Housekeeping/HousekeepingStorage.java 10 CommentRequired: Field comments are required
2990 src/Housekeeping/HousekeepingStorage.java 10 CommentRequired: Field comments are required
2991 src/Housekeeping/HousekeepingStorage.java 10 ImmutableField: Private field 'm_writer' could be made final; it is only initialized in the declaration or constructor.
2992 src/Housekeeping/HousekeepingStorage.java 10 ImmutableField: Private field 'm_writer' could be made final; it is only initialized in the declaration or constructor.
2993 src/Housekeeping/HousekeepingStorage.java 12 CommentRequired: Public method and constructor comments are required
2994 src/Housekeeping/HousekeepingStorage.java 12 CommentRequired: Public method and constructor comments are required
2995 src/Housekeeping/HousekeepingStorage.java 12 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
2996 src/Housekeeping/HousekeepingStorage.java 12 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
2997 src/Housekeeping/HousekeepingStorage.java 16 CommentRequired: Public method and constructor comments are required
2998 src/Housekeeping/HousekeepingStorage.java 16 CommentRequired: Public method and constructor comments are required
2999 src/Housekeeping/HousekeepingStorage.java 16 MethodArgumentCouldBeFinal: Parameter 'hk' is not assigned and could be declared final
3000 src/Housekeeping/HousekeepingStorage.java 16 MethodArgumentCouldBeFinal: Parameter 'hk' is not assigned and could be declared final
3001 src/Housekeeping/HousekeepingStorage.java 16 ShortVariable: Avoid variables with short names like hk
3002 src/Housekeeping/HousekeepingStorage.java 16 ShortVariable: Avoid variables with short names like hk
3003 src/Housekeeping/HousekeepingStorage.java 21 CommentRequired: Public method and constructor comments are required
3004 src/Housekeeping/HousekeepingStorage.java 21 CommentRequired: Public method and constructor comments are required
3005 src/Housekeeping/HousekeepingStorage.java 21 MethodArgumentCouldBeFinal: Parameter 'str' is not assigned and could be declared final
3006 src/Housekeeping/HousekeepingStorage.java 21 MethodArgumentCouldBeFinal: Parameter 'str' is not assigned and could be declared final
3007 src/Housekeeping/RFISLHousekeepingItem.java 1 PackageCase: Package name contains upper case characters
3008 src/Housekeeping/RFISLHousekeepingItem.java 1 PackageCase: Package name contains upper case characters
3009 src/Housekeeping/RFISLHousekeepingItem.java 6 CommentRequired: Class comments are required
3010 src/Housekeeping/RFISLHousekeepingItem.java 6 CommentRequired: Class comments are required
3011 src/Housekeeping/RFISLHousekeepingItem.java 8 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3012 src/Housekeeping/RFISLHousekeepingItem.java 8 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3013 src/Housekeeping/RFISLHousekeepingItem.java 8 CommentRequired: Field comments are required
3014 src/Housekeeping/RFISLHousekeepingItem.java 8 CommentRequired: Field comments are required
3015 src/Housekeeping/RFISLHousekeepingItem.java 9 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3016 src/Housekeeping/RFISLHousekeepingItem.java 9 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3017 src/Housekeeping/RFISLHousekeepingItem.java 9 CommentRequired: Field comments are required
3018 src/Housekeeping/RFISLHousekeepingItem.java 9 CommentRequired: Field comments are required
3019 src/Housekeeping/RFISLHousekeepingItem.java 10 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3020 src/Housekeeping/RFISLHousekeepingItem.java 10 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3021 src/Housekeeping/RFISLHousekeepingItem.java 10 CommentRequired: Field comments are required
3022 src/Housekeeping/RFISLHousekeepingItem.java 10 CommentRequired: Field comments are required
3023 src/Housekeeping/RFISLHousekeepingItem.java 11 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3024 src/Housekeeping/RFISLHousekeepingItem.java 11 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3025 src/Housekeeping/RFISLHousekeepingItem.java 11 CommentRequired: Field comments are required
3026 src/Housekeeping/RFISLHousekeepingItem.java 11 CommentRequired: Field comments are required
3027 src/Housekeeping/RFISLHousekeepingItem.java 12 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3028 src/Housekeeping/RFISLHousekeepingItem.java 12 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3029 src/Housekeeping/RFISLHousekeepingItem.java 12 CommentRequired: Field comments are required
3030 src/Housekeeping/RFISLHousekeepingItem.java 12 CommentRequired: Field comments are required
3031 src/Housekeeping/RFISLHousekeepingItem.java 13 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3032 src/Housekeeping/RFISLHousekeepingItem.java 13 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3033 src/Housekeeping/RFISLHousekeepingItem.java 13 CommentRequired: Field comments are required
3034 src/Housekeeping/RFISLHousekeepingItem.java 13 CommentRequired: Field comments are required
3035 src/Housekeeping/RFISLHousekeepingItem.java 14 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3036 src/Housekeeping/RFISLHousekeepingItem.java 14 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3037 src/Housekeeping/RFISLHousekeepingItem.java 14 CommentRequired: Field comments are required
3038 src/Housekeeping/RFISLHousekeepingItem.java 14 CommentRequired: Field comments are required
3039 src/Housekeeping/RFISLHousekeepingItem.java 15 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3040 src/Housekeeping/RFISLHousekeepingItem.java 15 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3041 src/Housekeeping/RFISLHousekeepingItem.java 15 CommentRequired: Field comments are required
3042 src/Housekeeping/RFISLHousekeepingItem.java 15 CommentRequired: Field comments are required
3043 src/Housekeeping/RFISLHousekeepingItem.java 15 LongVariable: Avoid excessively long variable names like phy_tx_err_packets
3044 src/Housekeeping/RFISLHousekeepingItem.java 15 LongVariable: Avoid excessively long variable names like phy_tx_err_packets
3045 src/Housekeeping/RFISLHousekeepingItem.java 16 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3046 src/Housekeeping/RFISLHousekeepingItem.java 16 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3047 src/Housekeeping/RFISLHousekeepingItem.java 16 CommentRequired: Field comments are required
3048 src/Housekeeping/RFISLHousekeepingItem.java 16 CommentRequired: Field comments are required
3049 src/Housekeeping/RFISLHousekeepingItem.java 17 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3050 src/Housekeeping/RFISLHousekeepingItem.java 17 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3051 src/Housekeeping/RFISLHousekeepingItem.java 17 CommentRequired: Field comments are required
3052 src/Housekeeping/RFISLHousekeepingItem.java 17 CommentRequired: Field comments are required
3053 src/Housekeeping/RFISLHousekeepingItem.java 17 LongVariable: Avoid excessively long variable names like phy_rx_err_packets
3054 src/Housekeeping/RFISLHousekeepingItem.java 17 LongVariable: Avoid excessively long variable names like phy_rx_err_packets
3055 src/Housekeeping/RFISLHousekeepingItem.java 18 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3056 src/Housekeeping/RFISLHousekeepingItem.java 18 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3057 src/Housekeeping/RFISLHousekeepingItem.java 18 CommentRequired: Field comments are required
3058 src/Housekeeping/RFISLHousekeepingItem.java 18 CommentRequired: Field comments are required
3059 src/Housekeeping/RFISLHousekeepingItem.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3060 src/Housekeeping/RFISLHousekeepingItem.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3061 src/Housekeeping/RFISLHousekeepingItem.java 19 CommentRequired: Field comments are required
3062 src/Housekeeping/RFISLHousekeepingItem.java 19 CommentRequired: Field comments are required
3063 src/Housekeeping/RFISLHousekeepingItem.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3064 src/Housekeeping/RFISLHousekeepingItem.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3065 src/Housekeeping/RFISLHousekeepingItem.java 20 CommentRequired: Field comments are required
3066 src/Housekeeping/RFISLHousekeepingItem.java 20 CommentRequired: Field comments are required
3067 src/Housekeeping/RFISLHousekeepingItem.java 21 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3068 src/Housekeeping/RFISLHousekeepingItem.java 21 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3069 src/Housekeeping/RFISLHousekeepingItem.java 21 CommentRequired: Field comments are required
3070 src/Housekeeping/RFISLHousekeepingItem.java 21 CommentRequired: Field comments are required
3071 src/Housekeeping/RFISLHousekeepingItem.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3072 src/Housekeeping/RFISLHousekeepingItem.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3073 src/Housekeeping/RFISLHousekeepingItem.java 22 CommentRequired: Field comments are required
3074 src/Housekeeping/RFISLHousekeepingItem.java 22 CommentRequired: Field comments are required
3075 src/Housekeeping/RFISLHousekeepingItem.java 23 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3076 src/Housekeeping/RFISLHousekeepingItem.java 23 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3077 src/Housekeeping/RFISLHousekeepingItem.java 23 CommentRequired: Field comments are required
3078 src/Housekeeping/RFISLHousekeepingItem.java 23 CommentRequired: Field comments are required
3079 src/Housekeeping/RFISLHousekeepingItem.java 24 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3080 src/Housekeeping/RFISLHousekeepingItem.java 24 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3081 src/Housekeeping/RFISLHousekeepingItem.java 24 CommentRequired: Field comments are required
3082 src/Housekeeping/RFISLHousekeepingItem.java 24 CommentRequired: Field comments are required
3083 src/Housekeeping/RFISLHousekeepingItem.java 25 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3084 src/Housekeeping/RFISLHousekeepingItem.java 25 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3085 src/Housekeeping/RFISLHousekeepingItem.java 25 CommentRequired: Field comments are required
3086 src/Housekeeping/RFISLHousekeepingItem.java 25 CommentRequired: Field comments are required
3087 src/Housekeeping/RFISLHousekeepingItem.java 28 CommentRequired: Public method and constructor comments are required
3088 src/Housekeeping/RFISLHousekeepingItem.java 28 CommentRequired: Public method and constructor comments are required
3089 src/Housekeeping/RFISLHousekeepingItem.java 33 CommentRequired: Public method and constructor comments are required
3090 src/Housekeeping/RFISLHousekeepingItem.java 33 CommentRequired: Public method and constructor comments are required
3091 src/Housekeeping/RFISLHousekeepingItem.java 54 CommentRequired: Public method and constructor comments are required
3092 src/Housekeeping/RFISLHousekeepingItem.java 54 CommentRequired: Public method and constructor comments are required
3093 src/Housekeeping/RFISLHousekeepingItem.java 59 CommentRequired: Public method and constructor comments are required
3094 src/Housekeeping/RFISLHousekeepingItem.java 59 CommentRequired: Public method and constructor comments are required
3095 src/Housekeeping/RFISLHousekeepingItem.java 61 UselessParentheses: Useless parentheses.
3096 src/Housekeeping/RFISLHousekeepingItem.java 61 UselessParentheses: Useless parentheses.
3097 src/Housekeeping/RFISLHousekeepingItem.java 61 UselessParentheses: Useless parentheses.
3098 src/Housekeeping/RFISLHousekeepingItem.java 61 UselessParentheses: Useless parentheses.
3099 src/Housekeeping/RFISLHousekeepingItem.java 64 MethodArgumentCouldBeFinal: Parameter 'rssi_dec' is not assigned and could be declared final
3100 src/Housekeeping/RFISLHousekeepingItem.java 64 MethodArgumentCouldBeFinal: Parameter 'rssi_dec' is not assigned and could be declared final
3101 src/Housekeeping/RFISLHousekeepingItem.java 67 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
3102 src/Housekeeping/RFISLHousekeepingItem.java 67 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
3103 src/Housekeeping/RFISLHousekeepingItem.java 68 UselessParentheses: Useless parentheses.
3104 src/Housekeeping/RFISLHousekeepingItem.java 68 UselessParentheses: Useless parentheses.
3105 src/Housekeeping/RFISLHousekeepingItem.java 70 UselessParentheses: Useless parentheses.
3106 src/Housekeeping/RFISLHousekeepingItem.java 70 UselessParentheses: Useless parentheses.
3107 src/Housekeeping/RFISLHousekeepingItem.java 75 MethodArgumentCouldBeFinal: Parameter 'lqi' is not assigned and could be declared final
3108 src/Housekeeping/RFISLHousekeepingItem.java 75 MethodArgumentCouldBeFinal: Parameter 'lqi' is not assigned and could be declared final
3109 src/Housekeeping/RFISLHousekeepingItem.java 80 MethodArgumentCouldBeFinal: Parameter 'actual_rssi' is not assigned and could be declared final
3110 src/Housekeeping/RFISLHousekeepingItem.java 80 MethodArgumentCouldBeFinal: Parameter 'actual_rssi' is not assigned and could be declared final
3111 src/Housekeeping/RFISLHousekeepingItem.java 80 MethodArgumentCouldBeFinal: Parameter 'last_rssi' is not assigned and could be declared final
3112 src/Housekeeping/RFISLHousekeepingItem.java 80 MethodArgumentCouldBeFinal: Parameter 'last_rssi' is not assigned and could be declared final
3113 src/Housekeeping/RFISLHousekeepingItem.java 85 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
3114 src/Housekeeping/RFISLHousekeepingItem.java 85 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
3115 src/Housekeeping/RFISLHousekeepingItem.java 87 LocalVariableCouldBeFinal: Local variable 'lsb' could be declared final
3116 src/Housekeeping/RFISLHousekeepingItem.java 87 LocalVariableCouldBeFinal: Local variable 'lsb' could be declared final
3117 src/Housekeeping/RFISLHousekeepingItem.java 88 LocalVariableCouldBeFinal: Local variable 'msb' could be declared final
3118 src/Housekeeping/RFISLHousekeepingItem.java 88 LocalVariableCouldBeFinal: Local variable 'msb' could be declared final
3119 src/Housekeeping/RFISLHousekeepingItem.java 89 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'result' (lines '89'-'91').
3120 src/Housekeeping/RFISLHousekeepingItem.java 89 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'result' (lines '89'-'91').
3121 src/Housekeeping/RFISLHousekeepingItem.java 89 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'result' (lines '89'-'93').
3122 src/Housekeeping/RFISLHousekeepingItem.java 89 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'result' (lines '89'-'93').
3123 src/Housekeeping/RFISLHousekeepingItem.java 89 UnusedAssignment: The initializer for variable 'result' is never used (overwritten on lines 91 and 93)
3124 src/Housekeeping/RFISLHousekeepingItem.java 89 UnusedAssignment: The initializer for variable 'result' is never used (overwritten on lines 91 and 93)
3125 src/Housekeeping/RFISLHousekeepingItem.java 91 UselessParentheses: Useless parentheses.
3126 src/Housekeeping/RFISLHousekeepingItem.java 91 UselessParentheses: Useless parentheses.
3127 src/Housekeeping/RFISLHousekeepingItem.java 93 UselessParentheses: Useless parentheses.
3128 src/Housekeeping/RFISLHousekeepingItem.java 93 UselessParentheses: Useless parentheses.
3129 src/Housekeeping/RFISLHousekeepingItem.java 98 CommentRequired: Public method and constructor comments are required
3130 src/Housekeeping/RFISLHousekeepingItem.java 98 CommentRequired: Public method and constructor comments are required
3131 src/Housekeeping/RFISLHousekeepingItem.java 98 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
3132 src/Housekeeping/RFISLHousekeepingItem.java 98 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
3133 src/Housekeeping/RFISLHousekeepingItem.java 106 UselessParentheses: Useless parentheses.
3134 src/Housekeeping/RFISLHousekeepingItem.java 106 UselessParentheses: Useless parentheses.
3135 src/Housekeeping/RFISLHousekeepingItem.java 107 UselessParentheses: Useless parentheses.
3136 src/Housekeeping/RFISLHousekeepingItem.java 107 UselessParentheses: Useless parentheses.
3137 src/Housekeeping/RFISLHousekeepingItem.java 108 UselessParentheses: Useless parentheses.
3138 src/Housekeeping/RFISLHousekeepingItem.java 108 UselessParentheses: Useless parentheses.
3139 src/Housekeeping/RFISLHousekeepingItem.java 109 UselessParentheses: Useless parentheses.
3140 src/Housekeeping/RFISLHousekeepingItem.java 109 UselessParentheses: Useless parentheses.
3141 src/Housekeeping/RFISLHousekeepingItem.java 110 UselessParentheses: Useless parentheses.
3142 src/Housekeeping/RFISLHousekeepingItem.java 110 UselessParentheses: Useless parentheses.
3143 src/Housekeeping/RFISLHousekeepingItem.java 111 UselessParentheses: Useless parentheses.
3144 src/Housekeeping/RFISLHousekeepingItem.java 111 UselessParentheses: Useless parentheses.
3145 src/Housekeeping/RFISLHousekeepingItem.java 114 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '114'-'115').
3146 src/Housekeeping/RFISLHousekeepingItem.java 114 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '114'-'115').
3147 src/Housekeeping/RFISLHousekeepingItem.java 115 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '115'-'116').
3148 src/Housekeeping/RFISLHousekeepingItem.java 115 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '115'-'116').
3149 src/Housekeeping/RFISLHousekeepingItem.java 116 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '116'-'117').
3150 src/Housekeeping/RFISLHousekeepingItem.java 116 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '116'-'117').
3151 src/Housekeeping/RFISLHousekeepingItem.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '117'-'118').
3152 src/Housekeeping/RFISLHousekeepingItem.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '117'-'118').
3153 src/Housekeeping/RFISLHousekeepingItem.java 119 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
3154 src/Housekeeping/RFISLHousekeepingItem.java 119 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
3155 src/Housekeeping/RFISLHousekeepingItem.java 119 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
3156 src/Housekeeping/RFISLHousekeepingItem.java 119 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
3157 src/Housekeeping/RFISLHousekeepingItem.java 124 CommentRequired: Public method and constructor comments are required
3158 src/Housekeeping/RFISLHousekeepingItem.java 124 CommentRequired: Public method and constructor comments are required
3159 src/Housekeeping/RFISLHousekeepingItem.java 148 CommentRequired: Public method and constructor comments are required
3160 src/Housekeeping/RFISLHousekeepingItem.java 148 CommentRequired: Public method and constructor comments are required
3161 src/Housekeeping/RFISLHousekeepingItem.java 148 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
3162 src/Housekeeping/RFISLHousekeepingItem.java 148 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
3163 src/Housekeeping/RFISLHousekeepingItem.java 150 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'done' (lines '150'-'172').
3164 src/Housekeeping/RFISLHousekeepingItem.java 150 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'done' (lines '150'-'172').
3165 src/Housekeeping/RFISLHousekeepingItem.java 182 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3166 src/Housekeeping/RFISLHousekeepingItem.java 182 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3167 src/Housekeeping/RFISLHousekeepingItem.java 183 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3168 src/Housekeeping/RFISLHousekeepingItem.java 183 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3169 src/Housekeeping/RFISLHousekeepingItem.java 184 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3170 src/Housekeeping/RFISLHousekeepingItem.java 184 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3171 src/Housekeeping/RFISLHousekeepingItem.java 185 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3172 src/Housekeeping/RFISLHousekeepingItem.java 185 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3173 src/Housekeeping/RFISLHousekeepingItem.java 186 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3174 src/Housekeeping/RFISLHousekeepingItem.java 186 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3175 src/Housekeeping/RFISLHousekeepingItem.java 187 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3176 src/Housekeeping/RFISLHousekeepingItem.java 187 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3177 src/Housekeeping/RFISLHousekeepingItem.java 188 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3178 src/Housekeeping/RFISLHousekeepingItem.java 188 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3179 src/Housekeeping/RFISLHousekeepingItem.java 189 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3180 src/Housekeeping/RFISLHousekeepingItem.java 189 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3181 src/Housekeeping/RFISLHousekeepingItem.java 190 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3182 src/Housekeeping/RFISLHousekeepingItem.java 190 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3183 src/Housekeeping/RFISLHousekeepingItem.java 191 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3184 src/Housekeeping/RFISLHousekeepingItem.java 191 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3185 src/Housekeeping/RFISLHousekeepingItem.java 192 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3186 src/Housekeeping/RFISLHousekeepingItem.java 192 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3187 src/Housekeeping/RFISLHousekeepingItem.java 193 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3188 src/Housekeeping/RFISLHousekeepingItem.java 193 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3189 src/Housekeeping/RFISLHousekeepingItem.java 194 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3190 src/Housekeeping/RFISLHousekeepingItem.java 194 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3191 src/Housekeeping/RFISLHousekeepingItem.java 195 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3192 src/Housekeeping/RFISLHousekeepingItem.java 195 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3193 src/Housekeeping/RFISLHousekeepingItem.java 196 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3194 src/Housekeeping/RFISLHousekeepingItem.java 196 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3195 src/Housekeeping/RFISLHousekeepingItem.java 197 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3196 src/Housekeeping/RFISLHousekeepingItem.java 197 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
3197 src/IPCStack/KissProtocol.java 1 PackageCase: Package name contains upper case characters
3198 src/IPCStack/KissProtocol.java 1 PackageCase: Package name contains upper case characters
3199 src/IPCStack/KissProtocol.java 10 CommentRequired: Class comments are required
3200 src/IPCStack/KissProtocol.java 10 CommentRequired: Class comments are required
3201 src/IPCStack/KissProtocol.java 12 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3202 src/IPCStack/KissProtocol.java 12 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3203 src/IPCStack/KissProtocol.java 12 CommentRequired: Field comments are required
3204 src/IPCStack/KissProtocol.java 12 CommentRequired: Field comments are required
3205 src/IPCStack/KissProtocol.java 12 ImmutableField: Private field 'm_frame' could be made final; it is only initialized in the declaration or constructor.
3206 src/IPCStack/KissProtocol.java 12 ImmutableField: Private field 'm_frame' could be made final; it is only initialized in the declaration or constructor.
3207 src/IPCStack/KissProtocol.java 12 LooseCoupling: Avoid using implementation types like 'ArrayList'; use the interface instead
3208 src/IPCStack/KissProtocol.java 12 LooseCoupling: Avoid using implementation types like 'ArrayList'; use the interface instead
3209 src/IPCStack/KissProtocol.java 13 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3210 src/IPCStack/KissProtocol.java 13 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3211 src/IPCStack/KissProtocol.java 13 CommentRequired: Field comments are required
3212 src/IPCStack/KissProtocol.java 13 CommentRequired: Field comments are required
3213 src/IPCStack/KissProtocol.java 13 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
3214 src/IPCStack/KissProtocol.java 13 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
3215 src/IPCStack/KissProtocol.java 13 ProperLogger: Logger should be defined private static final and have the correct class
3216 src/IPCStack/KissProtocol.java 13 ProperLogger: Logger should be defined private static final and have the correct class
3217 src/IPCStack/KissProtocol.java 14 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3218 src/IPCStack/KissProtocol.java 14 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3219 src/IPCStack/KissProtocol.java 14 CommentRequired: Field comments are required
3220 src/IPCStack/KissProtocol.java 14 CommentRequired: Field comments are required
3221 src/IPCStack/KissProtocol.java 14 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
3222 src/IPCStack/KissProtocol.java 14 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
3223 src/IPCStack/KissProtocol.java 15 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3224 src/IPCStack/KissProtocol.java 15 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3225 src/IPCStack/KissProtocol.java 15 CommentRequired: Field comments are required
3226 src/IPCStack/KissProtocol.java 15 CommentRequired: Field comments are required
3227 src/IPCStack/KissProtocol.java 15 ImmutableField: Private field 'm_uart_driver' could be made final; it is only initialized in the declaration or constructor.
3228 src/IPCStack/KissProtocol.java 15 ImmutableField: Private field 'm_uart_driver' could be made final; it is only initialized in the declaration or constructor.
3229 src/IPCStack/KissProtocol.java 17 CommentRequired: Field comments are required
3230 src/IPCStack/KissProtocol.java 17 CommentRequired: Field comments are required
3231 src/IPCStack/KissProtocol.java 19 CommentRequired: Public method and constructor comments are required
3232 src/IPCStack/KissProtocol.java 19 CommentRequired: Public method and constructor comments are required
3233 src/IPCStack/KissProtocol.java 19 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
3234 src/IPCStack/KissProtocol.java 19 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
3235 src/IPCStack/KissProtocol.java 19 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
3236 src/IPCStack/KissProtocol.java 19 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
3237 src/IPCStack/KissProtocol.java 19 MethodArgumentCouldBeFinal: Parameter 'timer' is not assigned and could be declared final
3238 src/IPCStack/KissProtocol.java 19 MethodArgumentCouldBeFinal: Parameter 'timer' is not assigned and could be declared final
3239 src/IPCStack/KissProtocol.java 22 UseDiamondOperator: Explicit type arguments can be replaced by Diamond Operator
3240 src/IPCStack/KissProtocol.java 22 UseDiamondOperator: Explicit type arguments can be replaced by Diamond Operator
3241 src/IPCStack/KissProtocol.java 27 CommentRequired: Public method and constructor comments are required
3242 src/IPCStack/KissProtocol.java 27 CommentRequired: Public method and constructor comments are required
3243 src/IPCStack/KissProtocol.java 32 CommentRequired: Public method and constructor comments are required
3244 src/IPCStack/KissProtocol.java 32 CommentRequired: Public method and constructor comments are required
3245 src/IPCStack/KissProtocol.java 37 CommentRequired: Public method and constructor comments are required
3246 src/IPCStack/KissProtocol.java 37 CommentRequired: Public method and constructor comments are required
3247 src/IPCStack/KissProtocol.java 37 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
3248 src/IPCStack/KissProtocol.java 37 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
3249 src/IPCStack/KissProtocol.java 46 LocalVariableCouldBeFinal: Local variable 'b' could be declared final
3250 src/IPCStack/KissProtocol.java 46 LocalVariableCouldBeFinal: Local variable 'b' could be declared final
3251 src/IPCStack/KissProtocol.java 61 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'frame' (lines '61'-'63').
3252 src/IPCStack/KissProtocol.java 61 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'frame' (lines '61'-'63').
3253 src/IPCStack/KissProtocol.java 61 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'frame' (lines '61'-'69').
3254 src/IPCStack/KissProtocol.java 61 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'frame' (lines '61'-'69').
3255 src/IPCStack/KissProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'frame' (lines '63'-'63').
3256 src/IPCStack/KissProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'frame' (lines '63'-'63').
3257 src/IPCStack/KissProtocol.java 63 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'frame' (lines '63'-'69').
3258 src/IPCStack/KissProtocol.java 63 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'frame' (lines '63'-'69').
3259 src/IPCStack/KissProtocol.java 71 CommentRequired: Public method and constructor comments are required
3260 src/IPCStack/KissProtocol.java 71 CommentRequired: Public method and constructor comments are required
3261 src/IPCStack/KissProtocol.java 73 LocalVariableCouldBeFinal: Local variable 'b' could be declared final
3262 src/IPCStack/KissProtocol.java 73 LocalVariableCouldBeFinal: Local variable 'b' could be declared final
3263 src/IPCStack/KissProtocol.java 73 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
3264 src/IPCStack/KissProtocol.java 73 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
3265 src/IPCStack/KissProtocol.java 73 ShortVariable: Avoid variables with short names like b
3266 src/IPCStack/KissProtocol.java 73 ShortVariable: Avoid variables with short names like b
3267 src/IPCStack/KissProtocol.java 74 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'data' (lines '74'-'119').
3268 src/IPCStack/KissProtocol.java 74 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'data' (lines '74'-'119').
3269 src/IPCStack/KissProtocol.java 74 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'data' (lines '74'-'125').
3270 src/IPCStack/KissProtocol.java 74 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'data' (lines '74'-'125').
3271 src/IPCStack/KissProtocol.java 75 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'started_frame' (lines '75'-'125').
3272 src/IPCStack/KissProtocol.java 75 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'started_frame' (lines '75'-'125').
3273 src/IPCStack/KissProtocol.java 75 LocalVariableCouldBeFinal: Local variable 'started_frame' could be declared final
3274 src/IPCStack/KissProtocol.java 75 LocalVariableCouldBeFinal: Local variable 'started_frame' could be declared final
3275 src/IPCStack/KissProtocol.java 75 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
3276 src/IPCStack/KissProtocol.java 75 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
3277 src/IPCStack/KissProtocol.java 76 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'finished_frame' (lines '76'-'125').
3278 src/IPCStack/KissProtocol.java 76 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'finished_frame' (lines '76'-'125').
3279 src/IPCStack/KissProtocol.java 76 LocalVariableCouldBeFinal: Local variable 'finished_frame' could be declared final
3280 src/IPCStack/KissProtocol.java 76 LocalVariableCouldBeFinal: Local variable 'finished_frame' could be declared final
3281 src/IPCStack/KissProtocol.java 77 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'fesc_found' (lines '77'-'125').
3282 src/IPCStack/KissProtocol.java 77 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'fesc_found' (lines '77'-'125').
3283 src/IPCStack/KissProtocol.java 77 LocalVariableCouldBeFinal: Local variable 'fesc_found' could be declared final
3284 src/IPCStack/KissProtocol.java 77 LocalVariableCouldBeFinal: Local variable 'fesc_found' could be declared final
3285 src/IPCStack/KissProtocol.java 77 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
3286 src/IPCStack/KissProtocol.java 77 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
3287 src/IPCStack/KissProtocol.java 82 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'start_time' (lines '82'-'125').
3288 src/IPCStack/KissProtocol.java 82 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'start_time' (lines '82'-'125').
3289 src/IPCStack/KissProtocol.java 84 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3290 src/IPCStack/KissProtocol.java 84 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3291 src/IPCStack/KissProtocol.java 87 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3292 src/IPCStack/KissProtocol.java 87 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3293 src/IPCStack/KissProtocol.java 88 CommentSize: Comment is too large: Too many lines
3294 src/IPCStack/KissProtocol.java 88 CommentSize: Comment is too large: Too many lines
3295 src/IPCStack/KissProtocol.java 115 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3296 src/IPCStack/KissProtocol.java 115 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3297 src/IPCStack/KissProtocol.java 119 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'data' (lines '119'-'121').
3298 src/IPCStack/KissProtocol.java 119 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'data' (lines '119'-'121').
3299 src/IPCStack/KissProtocol.java 121 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'data' (lines '121'-'121').
3300 src/IPCStack/KissProtocol.java 121 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'data' (lines '121'-'121').
3301 src/IPCStack/KissProtocol.java 127 CommentRequired: Public method and constructor comments are required
3302 src/IPCStack/KissProtocol.java 127 CommentRequired: Public method and constructor comments are required
3303 src/IPCStack/PacketDispatcher.java 1 PackageCase: Package name contains upper case characters
3304 src/IPCStack/PacketDispatcher.java 1 PackageCase: Package name contains upper case characters
3305 src/IPCStack/PacketDispatcher.java 16 CommentRequired: Class comments are required
3306 src/IPCStack/PacketDispatcher.java 16 CommentRequired: Class comments are required
3307 src/IPCStack/PacketDispatcher.java 16 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
3308 src/IPCStack/PacketDispatcher.java 16 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
3309 src/IPCStack/PacketDispatcher.java 16 ModifiedCyclomaticComplexity: The class 'PacketDispatcher' has a Modified Cyclomatic Complexity of 3 (Highest = 16).
3310 src/IPCStack/PacketDispatcher.java 16 ModifiedCyclomaticComplexity: The class 'PacketDispatcher' has a Modified Cyclomatic Complexity of 3 (Highest = 16).
3311 src/IPCStack/PacketDispatcher.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3312 src/IPCStack/PacketDispatcher.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3313 src/IPCStack/PacketDispatcher.java 19 CommentRequired: Field comments are required
3314 src/IPCStack/PacketDispatcher.java 19 CommentRequired: Field comments are required
3315 src/IPCStack/PacketDispatcher.java 19 ImmutableField: Private field 'm_ipc_stack' could be made final; it is only initialized in the declaration or constructor.
3316 src/IPCStack/PacketDispatcher.java 19 ImmutableField: Private field 'm_ipc_stack' could be made final; it is only initialized in the declaration or constructor.
3317 src/IPCStack/PacketDispatcher.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3318 src/IPCStack/PacketDispatcher.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3319 src/IPCStack/PacketDispatcher.java 20 CommentRequired: Field comments are required
3320 src/IPCStack/PacketDispatcher.java 20 CommentRequired: Field comments are required
3321 src/IPCStack/PacketDispatcher.java 20 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
3322 src/IPCStack/PacketDispatcher.java 20 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
3323 src/IPCStack/PacketDispatcher.java 20 ProperLogger: Logger should be defined private static final and have the correct class
3324 src/IPCStack/PacketDispatcher.java 20 ProperLogger: Logger should be defined private static final and have the correct class
3325 src/IPCStack/PacketDispatcher.java 21 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3326 src/IPCStack/PacketDispatcher.java 21 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3327 src/IPCStack/PacketDispatcher.java 21 CommentRequired: Field comments are required
3328 src/IPCStack/PacketDispatcher.java 21 CommentRequired: Field comments are required
3329 src/IPCStack/PacketDispatcher.java 21 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
3330 src/IPCStack/PacketDispatcher.java 21 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
3331 src/IPCStack/PacketDispatcher.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3332 src/IPCStack/PacketDispatcher.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3333 src/IPCStack/PacketDispatcher.java 22 CommentRequired: Field comments are required
3334 src/IPCStack/PacketDispatcher.java 22 CommentRequired: Field comments are required
3335 src/IPCStack/PacketDispatcher.java 22 ImmutableField: Private field 'm_packet_buffer' could be made final; it is only initialized in the declaration or constructor.
3336 src/IPCStack/PacketDispatcher.java 22 ImmutableField: Private field 'm_packet_buffer' could be made final; it is only initialized in the declaration or constructor.
3337 src/IPCStack/PacketDispatcher.java 23 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3338 src/IPCStack/PacketDispatcher.java 23 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3339 src/IPCStack/PacketDispatcher.java 23 CommentRequired: Field comments are required
3340 src/IPCStack/PacketDispatcher.java 23 CommentRequired: Field comments are required
3341 src/IPCStack/PacketDispatcher.java 23 ImmutableField: Private field 'm_hk_buffer' could be made final; it is only initialized in the declaration or constructor.
3342 src/IPCStack/PacketDispatcher.java 23 ImmutableField: Private field 'm_hk_buffer' could be made final; it is only initialized in the declaration or constructor.
3343 src/IPCStack/PacketDispatcher.java 24 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3344 src/IPCStack/PacketDispatcher.java 24 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3345 src/IPCStack/PacketDispatcher.java 24 CommentRequired: Field comments are required
3346 src/IPCStack/PacketDispatcher.java 24 CommentRequired: Field comments are required
3347 src/IPCStack/PacketDispatcher.java 24 ImmutableField: Private field 'm_prot_buffers' could be made final; it is only initialized in the declaration or constructor.
3348 src/IPCStack/PacketDispatcher.java 24 ImmutableField: Private field 'm_prot_buffers' could be made final; it is only initialized in the declaration or constructor.
3349 src/IPCStack/PacketDispatcher.java 24 LooseCoupling: Avoid using implementation types like 'Hashtable'; use the interface instead
3350 src/IPCStack/PacketDispatcher.java 24 LooseCoupling: Avoid using implementation types like 'Hashtable'; use the interface instead
3351 src/IPCStack/PacketDispatcher.java 24 ReplaceHashtableWithMap: Consider replacing this Hashtable with the newer java.util.Map
3352 src/IPCStack/PacketDispatcher.java 24 ReplaceHashtableWithMap: Consider replacing this Hashtable with the newer java.util.Map
3353 src/IPCStack/PacketDispatcher.java 25 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3354 src/IPCStack/PacketDispatcher.java 25 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3355 src/IPCStack/PacketDispatcher.java 25 CommentRequired: Field comments are required
3356 src/IPCStack/PacketDispatcher.java 25 CommentRequired: Field comments are required
3357 src/IPCStack/PacketDispatcher.java 25 ImmutableField: Private field 'm_prot_status' could be made final; it is only initialized in the declaration or constructor.
3358 src/IPCStack/PacketDispatcher.java 25 ImmutableField: Private field 'm_prot_status' could be made final; it is only initialized in the declaration or constructor.
3359 src/IPCStack/PacketDispatcher.java 25 LooseCoupling: Avoid using implementation types like 'Hashtable'; use the interface instead
3360 src/IPCStack/PacketDispatcher.java 25 LooseCoupling: Avoid using implementation types like 'Hashtable'; use the interface instead
3361 src/IPCStack/PacketDispatcher.java 25 ReplaceHashtableWithMap: Consider replacing this Hashtable with the newer java.util.Map
3362 src/IPCStack/PacketDispatcher.java 25 ReplaceHashtableWithMap: Consider replacing this Hashtable with the newer java.util.Map
3363 src/IPCStack/PacketDispatcher.java 26 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3364 src/IPCStack/PacketDispatcher.java 26 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3365 src/IPCStack/PacketDispatcher.java 26 CommentRequired: Field comments are required
3366 src/IPCStack/PacketDispatcher.java 26 CommentRequired: Field comments are required
3367 src/IPCStack/PacketDispatcher.java 27 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3368 src/IPCStack/PacketDispatcher.java 27 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3369 src/IPCStack/PacketDispatcher.java 27 CommentRequired: Field comments are required
3370 src/IPCStack/PacketDispatcher.java 27 CommentRequired: Field comments are required
3371 src/IPCStack/PacketDispatcher.java 28 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3372 src/IPCStack/PacketDispatcher.java 28 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3373 src/IPCStack/PacketDispatcher.java 28 CommentRequired: Field comments are required
3374 src/IPCStack/PacketDispatcher.java 28 CommentRequired: Field comments are required
3375 src/IPCStack/PacketDispatcher.java 28 LongVariable: Avoid excessively long variable names like m_broadcast_allowed
3376 src/IPCStack/PacketDispatcher.java 28 LongVariable: Avoid excessively long variable names like m_broadcast_allowed
3377 src/IPCStack/PacketDispatcher.java 29 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3378 src/IPCStack/PacketDispatcher.java 29 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3379 src/IPCStack/PacketDispatcher.java 29 CommentRequired: Field comments are required
3380 src/IPCStack/PacketDispatcher.java 29 CommentRequired: Field comments are required
3381 src/IPCStack/PacketDispatcher.java 29 ImmutableField: Private field 'm_tx_packet' could be made final; it is only initialized in the declaration or constructor.
3382 src/IPCStack/PacketDispatcher.java 29 ImmutableField: Private field 'm_tx_packet' could be made final; it is only initialized in the declaration or constructor.
3383 src/IPCStack/PacketDispatcher.java 30 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3384 src/IPCStack/PacketDispatcher.java 30 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3385 src/IPCStack/PacketDispatcher.java 30 CommentRequired: Field comments are required
3386 src/IPCStack/PacketDispatcher.java 30 CommentRequired: Field comments are required
3387 src/IPCStack/PacketDispatcher.java 30 ImmutableField: Private field 'm_rx_packet' could be made final; it is only initialized in the declaration or constructor.
3388 src/IPCStack/PacketDispatcher.java 30 ImmutableField: Private field 'm_rx_packet' could be made final; it is only initialized in the declaration or constructor.
3389 src/IPCStack/PacketDispatcher.java 31 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3390 src/IPCStack/PacketDispatcher.java 31 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3391 src/IPCStack/PacketDispatcher.java 31 CommentRequired: Field comments are required
3392 src/IPCStack/PacketDispatcher.java 31 CommentRequired: Field comments are required
3393 src/IPCStack/PacketDispatcher.java 31 ImmutableField: Private field 'm_hk_packet' could be made final; it is only initialized in the declaration or constructor.
3394 src/IPCStack/PacketDispatcher.java 31 ImmutableField: Private field 'm_hk_packet' could be made final; it is only initialized in the declaration or constructor.
3395 src/IPCStack/PacketDispatcher.java 32 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3396 src/IPCStack/PacketDispatcher.java 32 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3397 src/IPCStack/PacketDispatcher.java 32 CommentRequired: Field comments are required
3398 src/IPCStack/PacketDispatcher.java 32 CommentRequired: Field comments are required
3399 src/IPCStack/PacketDispatcher.java 32 ImmutableField: Private field 'm_sat_id' could be made final; it is only initialized in the declaration or constructor.
3400 src/IPCStack/PacketDispatcher.java 32 ImmutableField: Private field 'm_sat_id' could be made final; it is only initialized in the declaration or constructor.
3401 src/IPCStack/PacketDispatcher.java 33 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3402 src/IPCStack/PacketDispatcher.java 33 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3403 src/IPCStack/PacketDispatcher.java 33 CommentRequired: Field comments are required
3404 src/IPCStack/PacketDispatcher.java 33 CommentRequired: Field comments are required
3405 src/IPCStack/PacketDispatcher.java 33 ImmutableField: Private field 'm_hk_packets' could be made final; it is only initialized in the declaration or constructor.
3406 src/IPCStack/PacketDispatcher.java 33 ImmutableField: Private field 'm_hk_packets' could be made final; it is only initialized in the declaration or constructor.
3407 src/IPCStack/PacketDispatcher.java 34 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3408 src/IPCStack/PacketDispatcher.java 34 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3409 src/IPCStack/PacketDispatcher.java 34 CommentRequired: Field comments are required
3410 src/IPCStack/PacketDispatcher.java 34 CommentRequired: Field comments are required
3411 src/IPCStack/PacketDispatcher.java 34 ImmutableField: Private field 'm_sniffed_packets' could be made final; it is only initialized in the declaration or constructor.
3412 src/IPCStack/PacketDispatcher.java 34 ImmutableField: Private field 'm_sniffed_packets' could be made final; it is only initialized in the declaration or constructor.
3413 src/IPCStack/PacketDispatcher.java 35 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3414 src/IPCStack/PacketDispatcher.java 35 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3415 src/IPCStack/PacketDispatcher.java 35 CommentRequired: Field comments are required
3416 src/IPCStack/PacketDispatcher.java 35 CommentRequired: Field comments are required
3417 src/IPCStack/PacketDispatcher.java 35 ImmutableField: Private field 'm_header_stream' could be made final; it is only initialized in the declaration or constructor.
3418 src/IPCStack/PacketDispatcher.java 35 ImmutableField: Private field 'm_header_stream' could be made final; it is only initialized in the declaration or constructor.
3419 src/IPCStack/PacketDispatcher.java 36 CommentRequired: Field comments are required
3420 src/IPCStack/PacketDispatcher.java 36 CommentRequired: Field comments are required
3421 src/IPCStack/PacketDispatcher.java 36 UnusedPrivateField: Avoid unused private fields such as 'm_data_stream'.
3422 src/IPCStack/PacketDispatcher.java 36 UnusedPrivateField: Avoid unused private fields such as 'm_data_stream'.
3423 src/IPCStack/PacketDispatcher.java 37 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3424 src/IPCStack/PacketDispatcher.java 37 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3425 src/IPCStack/PacketDispatcher.java 37 CommentRequired: Field comments are required
3426 src/IPCStack/PacketDispatcher.java 37 CommentRequired: Field comments are required
3427 src/IPCStack/PacketDispatcher.java 37 ImmutableField: Private field 'm_checksum_stream' could be made final; it is only initialized in the declaration or constructor.
3428 src/IPCStack/PacketDispatcher.java 37 ImmutableField: Private field 'm_checksum_stream' could be made final; it is only initialized in the declaration or constructor.
3429 src/IPCStack/PacketDispatcher.java 38 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3430 src/IPCStack/PacketDispatcher.java 38 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3431 src/IPCStack/PacketDispatcher.java 38 CommentRequired: Field comments are required
3432 src/IPCStack/PacketDispatcher.java 38 CommentRequired: Field comments are required
3433 src/IPCStack/PacketDispatcher.java 38 ImmutableField: Private field 'm_rf_isl_conf_stream' could be made final; it is only initialized in the declaration or constructor.
3434 src/IPCStack/PacketDispatcher.java 38 ImmutableField: Private field 'm_rf_isl_conf_stream' could be made final; it is only initialized in the declaration or constructor.
3435 src/IPCStack/PacketDispatcher.java 38 LongVariable: Avoid excessively long variable names like m_rf_isl_conf_stream
3436 src/IPCStack/PacketDispatcher.java 38 LongVariable: Avoid excessively long variable names like m_rf_isl_conf_stream
3437 src/IPCStack/PacketDispatcher.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3438 src/IPCStack/PacketDispatcher.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3439 src/IPCStack/PacketDispatcher.java 41 CommentRequired: Field comments are required
3440 src/IPCStack/PacketDispatcher.java 41 CommentRequired: Field comments are required
3441 src/IPCStack/PacketDispatcher.java 41 ImmutableField: Private field 'TAG' could be made final; it is only initialized in the declaration or constructor.
3442 src/IPCStack/PacketDispatcher.java 41 ImmutableField: Private field 'TAG' could be made final; it is only initialized in the declaration or constructor.
3443 src/IPCStack/PacketDispatcher.java 41 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
3444 src/IPCStack/PacketDispatcher.java 41 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
3445 src/IPCStack/PacketDispatcher.java 43 CallSuperInConstructor: It is a good practice to call super() in a constructor
3446 src/IPCStack/PacketDispatcher.java 43 CallSuperInConstructor: It is a good practice to call super() in a constructor
3447 src/IPCStack/PacketDispatcher.java 43 CommentRequired: Public method and constructor comments are required
3448 src/IPCStack/PacketDispatcher.java 43 CommentRequired: Public method and constructor comments are required
3449 src/IPCStack/PacketDispatcher.java 43 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
3450 src/IPCStack/PacketDispatcher.java 43 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
3451 src/IPCStack/PacketDispatcher.java 43 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
3452 src/IPCStack/PacketDispatcher.java 43 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
3453 src/IPCStack/PacketDispatcher.java 43 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
3454 src/IPCStack/PacketDispatcher.java 43 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
3455 src/IPCStack/PacketDispatcher.java 43 MethodArgumentCouldBeFinal: Parameter 'timer' is not assigned and could be declared final
3456 src/IPCStack/PacketDispatcher.java 43 MethodArgumentCouldBeFinal: Parameter 'timer' is not assigned and could be declared final
3457 src/IPCStack/PacketDispatcher.java 51 UseDiamondOperator: Explicit type arguments can be replaced by Diamond Operator
3458 src/IPCStack/PacketDispatcher.java 51 UseDiamondOperator: Explicit type arguments can be replaced by Diamond Operator
3459 src/IPCStack/PacketDispatcher.java 52 UseDiamondOperator: Explicit type arguments can be replaced by Diamond Operator
3460 src/IPCStack/PacketDispatcher.java 52 UseDiamondOperator: Explicit type arguments can be replaced by Diamond Operator
3461 src/IPCStack/PacketDispatcher.java 68 CommentRequired: Public method and constructor comments are required
3462 src/IPCStack/PacketDispatcher.java 68 CommentRequired: Public method and constructor comments are required
3463 src/IPCStack/PacketDispatcher.java 70 CommentRequired: Public method and constructor comments are required
3464 src/IPCStack/PacketDispatcher.java 70 CommentRequired: Public method and constructor comments are required
3465 src/IPCStack/PacketDispatcher.java 72 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
3466 src/IPCStack/PacketDispatcher.java 72 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
3467 src/IPCStack/PacketDispatcher.java 72 CommentRequired: Public method and constructor comments are required
3468 src/IPCStack/PacketDispatcher.java 72 CommentRequired: Public method and constructor comments are required
3469 src/IPCStack/PacketDispatcher.java 72 MethodArgumentCouldBeFinal: Parameter 'new_status' is not assigned and could be declared final
3470 src/IPCStack/PacketDispatcher.java 72 MethodArgumentCouldBeFinal: Parameter 'new_status' is not assigned and could be declared final
3471 src/IPCStack/PacketDispatcher.java 72 MethodArgumentCouldBeFinal: Parameter 'protocol_number' is not assigned and could be declared final
3472 src/IPCStack/PacketDispatcher.java 72 MethodArgumentCouldBeFinal: Parameter 'protocol_number' is not assigned and could be declared final
3473 src/IPCStack/PacketDispatcher.java 72 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
3474 src/IPCStack/PacketDispatcher.java 72 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
3475 src/IPCStack/PacketDispatcher.java 74 CommentSize: Comment is too large: Line too long
3476 src/IPCStack/PacketDispatcher.java 74 CommentSize: Comment is too large: Line too long
3477 src/IPCStack/PacketDispatcher.java 75 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'status' (lines '75'-'79').
3478 src/IPCStack/PacketDispatcher.java 75 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'status' (lines '75'-'79').
3479 src/IPCStack/PacketDispatcher.java 75 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'status' (lines '75'-'81').
3480 src/IPCStack/PacketDispatcher.java 75 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'status' (lines '75'-'81').
3481 src/IPCStack/PacketDispatcher.java 76 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3482 src/IPCStack/PacketDispatcher.java 76 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3483 src/IPCStack/PacketDispatcher.java 77 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3484 src/IPCStack/PacketDispatcher.java 77 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3485 src/IPCStack/PacketDispatcher.java 88 CommentRequired: Public method and constructor comments are required
3486 src/IPCStack/PacketDispatcher.java 88 CommentRequired: Public method and constructor comments are required
3487 src/IPCStack/PacketDispatcher.java 91 CommentRequired: Public method and constructor comments are required
3488 src/IPCStack/PacketDispatcher.java 91 CommentRequired: Public method and constructor comments are required
3489 src/IPCStack/PacketDispatcher.java 91 MethodArgumentCouldBeFinal: Parameter 'buff' is not assigned and could be declared final
3490 src/IPCStack/PacketDispatcher.java 91 MethodArgumentCouldBeFinal: Parameter 'buff' is not assigned and could be declared final
3491 src/IPCStack/PacketDispatcher.java 91 MethodArgumentCouldBeFinal: Parameter 'protocol_num' is not assigned and could be declared final
3492 src/IPCStack/PacketDispatcher.java 91 MethodArgumentCouldBeFinal: Parameter 'protocol_num' is not assigned and could be declared final
3493 src/IPCStack/PacketDispatcher.java 97 CommentRequired: Public method and constructor comments are required
3494 src/IPCStack/PacketDispatcher.java 97 CommentRequired: Public method and constructor comments are required
3495 src/IPCStack/PacketDispatcher.java 97 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
3496 src/IPCStack/PacketDispatcher.java 97 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
3497 src/IPCStack/PacketDispatcher.java 97 MethodArgumentCouldBeFinal: Parameter 'protocol_num' is not assigned and could be declared final
3498 src/IPCStack/PacketDispatcher.java 97 MethodArgumentCouldBeFinal: Parameter 'protocol_num' is not assigned and could be declared final
3499 src/IPCStack/PacketDispatcher.java 103 CommentRequired: Public method and constructor comments are required
3500 src/IPCStack/PacketDispatcher.java 103 CommentRequired: Public method and constructor comments are required
3501 src/IPCStack/PacketDispatcher.java 103 MethodArgumentCouldBeFinal: Parameter 'protocol_num' is not assigned and could be declared final
3502 src/IPCStack/PacketDispatcher.java 103 MethodArgumentCouldBeFinal: Parameter 'protocol_num' is not assigned and could be declared final
3503 src/IPCStack/PacketDispatcher.java 114 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'received' (lines '114'-'127').
3504 src/IPCStack/PacketDispatcher.java 114 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'received' (lines '114'-'127').
3505 src/IPCStack/PacketDispatcher.java 114 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'received' (lines '114'-'132').
3506 src/IPCStack/PacketDispatcher.java 114 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'received' (lines '114'-'132').
3507 src/IPCStack/PacketDispatcher.java 115 LocalVariableCouldBeFinal: Local variable 'packet_stream' could be declared final
3508 src/IPCStack/PacketDispatcher.java 115 LocalVariableCouldBeFinal: Local variable 'packet_stream' could be declared final
3509 src/IPCStack/PacketDispatcher.java 118 GuardLogStatement: Logger calls should be surrounded by log level guards.
3510 src/IPCStack/PacketDispatcher.java 118 GuardLogStatement: Logger calls should be surrounded by log level guards.
3511 src/IPCStack/PacketDispatcher.java 119 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3512 src/IPCStack/PacketDispatcher.java 119 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3513 src/IPCStack/PacketDispatcher.java 121 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3514 src/IPCStack/PacketDispatcher.java 121 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3515 src/IPCStack/PacketDispatcher.java 125 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3516 src/IPCStack/PacketDispatcher.java 125 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3517 src/IPCStack/PacketDispatcher.java 130 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3518 src/IPCStack/PacketDispatcher.java 130 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3519 src/IPCStack/PacketDispatcher.java 137 GuardLogStatement: Logger calls should be surrounded by log level guards.
3520 src/IPCStack/PacketDispatcher.java 137 GuardLogStatement: Logger calls should be surrounded by log level guards.
3521 src/IPCStack/PacketDispatcher.java 141 GuardLogStatement: Logger calls should be surrounded by log level guards.
3522 src/IPCStack/PacketDispatcher.java 141 GuardLogStatement: Logger calls should be surrounded by log level guards.
3523 src/IPCStack/PacketDispatcher.java 148 ExcessiveMethodLength: Avoid really long methods.
3524 src/IPCStack/PacketDispatcher.java 148 ExcessiveMethodLength: Avoid really long methods.
3525 src/IPCStack/PacketDispatcher.java 148 ModifiedCyclomaticComplexity: The method 'run' has a Modified Cyclomatic Complexity of 16.
3526 src/IPCStack/PacketDispatcher.java 148 ModifiedCyclomaticComplexity: The method 'run' has a Modified Cyclomatic Complexity of 16.
3527 src/IPCStack/PacketDispatcher.java 148 NPathComplexity: The method 'run()' has an NPath complexity of 402, current threshold is 200
3528 src/IPCStack/PacketDispatcher.java 148 NPathComplexity: The method 'run()' has an NPath complexity of 402, current threshold is 200
3529 src/IPCStack/PacketDispatcher.java 148 NcssCount: The method 'run()' has a NCSS line count of 76.
3530 src/IPCStack/PacketDispatcher.java 148 NcssCount: The method 'run()' has a NCSS line count of 76.
3531 src/IPCStack/PacketDispatcher.java 157 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3532 src/IPCStack/PacketDispatcher.java 157 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3533 src/IPCStack/PacketDispatcher.java 169 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3534 src/IPCStack/PacketDispatcher.java 169 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3535 src/IPCStack/PacketDispatcher.java 175 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3536 src/IPCStack/PacketDispatcher.java 175 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3537 src/IPCStack/PacketDispatcher.java 176 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3538 src/IPCStack/PacketDispatcher.java 176 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3539 src/IPCStack/PacketDispatcher.java 178 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
3540 src/IPCStack/PacketDispatcher.java 178 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
3541 src/IPCStack/PacketDispatcher.java 180 GuardLogStatement: Logger calls should be surrounded by log level guards.
3542 src/IPCStack/PacketDispatcher.java 180 GuardLogStatement: Logger calls should be surrounded by log level guards.
3543 src/IPCStack/PacketDispatcher.java 186 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
3544 src/IPCStack/PacketDispatcher.java 186 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
3545 src/IPCStack/PacketDispatcher.java 209 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
3546 src/IPCStack/PacketDispatcher.java 209 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
3547 src/IPCStack/PacketDispatcher.java 215 GuardLogStatement: Logger calls should be surrounded by log level guards.
3548 src/IPCStack/PacketDispatcher.java 215 GuardLogStatement: Logger calls should be surrounded by log level guards.
3549 src/IPCStack/PacketDispatcher.java 231 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3550 src/IPCStack/PacketDispatcher.java 231 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3551 src/IPCStack/PacketDispatcher.java 241 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3552 src/IPCStack/PacketDispatcher.java 241 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3553 src/IPCStack/PacketDispatcher.java 242 GuardLogStatement: Logger calls should be surrounded by log level guards.
3554 src/IPCStack/PacketDispatcher.java 242 GuardLogStatement: Logger calls should be surrounded by log level guards.
3555 src/IPCStack/PacketDispatcher.java 249 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
3556 src/IPCStack/PacketDispatcher.java 249 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
3557 src/IPCStack/PacketDispatcher.java 263 GuardLogStatement: Logger calls should be surrounded by log level guards.
3558 src/IPCStack/PacketDispatcher.java 263 GuardLogStatement: Logger calls should be surrounded by log level guards.
3559 src/IPCStack/PacketDispatcher.java 266 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
3560 src/IPCStack/PacketDispatcher.java 266 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
3561 src/IPCStack/PacketDispatcher.java 274 GuardLogStatement: Logger calls should be surrounded by log level guards.
3562 src/IPCStack/PacketDispatcher.java 274 GuardLogStatement: Logger calls should be surrounded by log level guards.
3563 src/IPCStack/PacketDispatcher.java 278 CommentRequired: Public method and constructor comments are required
3564 src/IPCStack/PacketDispatcher.java 278 CommentRequired: Public method and constructor comments are required
3565 src/IPCStack/SimpleLinkProtocol.java 1 PackageCase: Package name contains upper case characters
3566 src/IPCStack/SimpleLinkProtocol.java 1 PackageCase: Package name contains upper case characters
3567 src/IPCStack/SimpleLinkProtocol.java 9 CommentRequired: Class comments are required
3568 src/IPCStack/SimpleLinkProtocol.java 9 CommentRequired: Class comments are required
3569 src/IPCStack/SimpleLinkProtocol.java 9 ModifiedCyclomaticComplexity: The class 'SimpleLinkProtocol' has a Modified Cyclomatic Complexity of 4 (Highest = 14).
3570 src/IPCStack/SimpleLinkProtocol.java 9 ModifiedCyclomaticComplexity: The class 'SimpleLinkProtocol' has a Modified Cyclomatic Complexity of 4 (Highest = 14).
3571 src/IPCStack/SimpleLinkProtocol.java 9 TooManyMethods: This class has too many methods, consider refactoring it.
3572 src/IPCStack/SimpleLinkProtocol.java 9 TooManyMethods: This class has too many methods, consider refactoring it.
3573 src/IPCStack/SimpleLinkProtocol.java 11 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3574 src/IPCStack/SimpleLinkProtocol.java 11 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3575 src/IPCStack/SimpleLinkProtocol.java 11 CommentRequired: Field comments are required
3576 src/IPCStack/SimpleLinkProtocol.java 11 CommentRequired: Field comments are required
3577 src/IPCStack/SimpleLinkProtocol.java 11 ImmutableField: Private field 'm_kiss' could be made final; it is only initialized in the declaration or constructor.
3578 src/IPCStack/SimpleLinkProtocol.java 11 ImmutableField: Private field 'm_kiss' could be made final; it is only initialized in the declaration or constructor.
3579 src/IPCStack/SimpleLinkProtocol.java 12 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3580 src/IPCStack/SimpleLinkProtocol.java 12 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3581 src/IPCStack/SimpleLinkProtocol.java 12 CommentRequired: Field comments are required
3582 src/IPCStack/SimpleLinkProtocol.java 12 CommentRequired: Field comments are required
3583 src/IPCStack/SimpleLinkProtocol.java 12 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
3584 src/IPCStack/SimpleLinkProtocol.java 12 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
3585 src/IPCStack/SimpleLinkProtocol.java 12 ProperLogger: Logger should be defined private static final and have the correct class
3586 src/IPCStack/SimpleLinkProtocol.java 12 ProperLogger: Logger should be defined private static final and have the correct class
3587 src/IPCStack/SimpleLinkProtocol.java 13 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3588 src/IPCStack/SimpleLinkProtocol.java 13 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3589 src/IPCStack/SimpleLinkProtocol.java 13 CommentRequired: Field comments are required
3590 src/IPCStack/SimpleLinkProtocol.java 13 CommentRequired: Field comments are required
3591 src/IPCStack/SimpleLinkProtocol.java 13 LongVariable: Avoid excessively long variable names like m_packet_redundancy
3592 src/IPCStack/SimpleLinkProtocol.java 13 LongVariable: Avoid excessively long variable names like m_packet_redundancy
3593 src/IPCStack/SimpleLinkProtocol.java 14 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3594 src/IPCStack/SimpleLinkProtocol.java 14 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3595 src/IPCStack/SimpleLinkProtocol.java 14 CommentRequired: Field comments are required
3596 src/IPCStack/SimpleLinkProtocol.java 14 CommentRequired: Field comments are required
3597 src/IPCStack/SimpleLinkProtocol.java 14 ImmutableField: Private field 'm_conf' could be made final; it is only initialized in the declaration or constructor.
3598 src/IPCStack/SimpleLinkProtocol.java 14 ImmutableField: Private field 'm_conf' could be made final; it is only initialized in the declaration or constructor.
3599 src/IPCStack/SimpleLinkProtocol.java 14 SingularField: Perhaps 'm_conf' could be replaced by a local variable.
3600 src/IPCStack/SimpleLinkProtocol.java 14 SingularField: Perhaps 'm_conf' could be replaced by a local variable.
3601 src/IPCStack/SimpleLinkProtocol.java 14 UnusedPrivateField: Avoid unused private fields such as 'm_conf'.
3602 src/IPCStack/SimpleLinkProtocol.java 14 UnusedPrivateField: Avoid unused private fields such as 'm_conf'.
3603 src/IPCStack/SimpleLinkProtocol.java 17 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3604 src/IPCStack/SimpleLinkProtocol.java 17 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
3605 src/IPCStack/SimpleLinkProtocol.java 17 CommentRequired: Field comments are required
3606 src/IPCStack/SimpleLinkProtocol.java 17 CommentRequired: Field comments are required
3607 src/IPCStack/SimpleLinkProtocol.java 19 CommentRequired: Field comments are required
3608 src/IPCStack/SimpleLinkProtocol.java 19 CommentRequired: Field comments are required
3609 src/IPCStack/SimpleLinkProtocol.java 21 CommentRequired: Public method and constructor comments are required
3610 src/IPCStack/SimpleLinkProtocol.java 21 CommentRequired: Public method and constructor comments are required
3611 src/IPCStack/SimpleLinkProtocol.java 21 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
3612 src/IPCStack/SimpleLinkProtocol.java 21 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
3613 src/IPCStack/SimpleLinkProtocol.java 21 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
3614 src/IPCStack/SimpleLinkProtocol.java 21 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
3615 src/IPCStack/SimpleLinkProtocol.java 21 MethodArgumentCouldBeFinal: Parameter 'timer' is not assigned and could be declared final
3616 src/IPCStack/SimpleLinkProtocol.java 21 MethodArgumentCouldBeFinal: Parameter 'timer' is not assigned and could be declared final
3617 src/IPCStack/SimpleLinkProtocol.java 28 CommentRequired: Public method and constructor comments are required
3618 src/IPCStack/SimpleLinkProtocol.java 28 CommentRequired: Public method and constructor comments are required
3619 src/IPCStack/SimpleLinkProtocol.java 33 CommentRequired: Public method and constructor comments are required
3620 src/IPCStack/SimpleLinkProtocol.java 33 CommentRequired: Public method and constructor comments are required
3621 src/IPCStack/SimpleLinkProtocol.java 38 MethodArgumentCouldBeFinal: Parameter 'command' is not assigned and could be declared final
3622 src/IPCStack/SimpleLinkProtocol.java 38 MethodArgumentCouldBeFinal: Parameter 'command' is not assigned and could be declared final
3623 src/IPCStack/SimpleLinkProtocol.java 38 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
3624 src/IPCStack/SimpleLinkProtocol.java 38 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
3625 src/IPCStack/SimpleLinkProtocol.java 38 MethodArgumentCouldBeFinal: Parameter 'redundancy' is not assigned and could be declared final
3626 src/IPCStack/SimpleLinkProtocol.java 38 MethodArgumentCouldBeFinal: Parameter 'redundancy' is not assigned and could be declared final
3627 src/IPCStack/SimpleLinkProtocol.java 40 AvoidUsingShortType: Do not use the short type
3628 src/IPCStack/SimpleLinkProtocol.java 40 AvoidUsingShortType: Do not use the short type
3629 src/IPCStack/SimpleLinkProtocol.java 41 AvoidUsingShortType: Do not use the short type
3630 src/IPCStack/SimpleLinkProtocol.java 41 AvoidUsingShortType: Do not use the short type
3631 src/IPCStack/SimpleLinkProtocol.java 41 LocalVariableCouldBeFinal: Local variable 'length' could be declared final
3632 src/IPCStack/SimpleLinkProtocol.java 41 LocalVariableCouldBeFinal: Local variable 'length' could be declared final
3633 src/IPCStack/SimpleLinkProtocol.java 42 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '42'-'44').
3634 src/IPCStack/SimpleLinkProtocol.java 42 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '42'-'44').
3635 src/IPCStack/SimpleLinkProtocol.java 44 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '44'-'46').
3636 src/IPCStack/SimpleLinkProtocol.java 44 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '44'-'46').
3637 src/IPCStack/SimpleLinkProtocol.java 46 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '46'-'47').
3638 src/IPCStack/SimpleLinkProtocol.java 46 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '46'-'47').
3639 src/IPCStack/SimpleLinkProtocol.java 47 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '47'-'48').
3640 src/IPCStack/SimpleLinkProtocol.java 47 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '47'-'48').
3641 src/IPCStack/SimpleLinkProtocol.java 48 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '48'-'51').
3642 src/IPCStack/SimpleLinkProtocol.java 48 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '48'-'51').
3643 src/IPCStack/SimpleLinkProtocol.java 48 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '48'-'54').
3644 src/IPCStack/SimpleLinkProtocol.java 48 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '48'-'54').
3645 src/IPCStack/SimpleLinkProtocol.java 51 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '51'-'52').
3646 src/IPCStack/SimpleLinkProtocol.java 51 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '51'-'52').
3647 src/IPCStack/SimpleLinkProtocol.java 54 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '54'-'55').
3648 src/IPCStack/SimpleLinkProtocol.java 54 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '54'-'55').
3649 src/IPCStack/SimpleLinkProtocol.java 60 MethodArgumentCouldBeFinal: Parameter 'command' is not assigned and could be declared final
3650 src/IPCStack/SimpleLinkProtocol.java 60 MethodArgumentCouldBeFinal: Parameter 'command' is not assigned and could be declared final
3651 src/IPCStack/SimpleLinkProtocol.java 60 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
3652 src/IPCStack/SimpleLinkProtocol.java 60 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
3653 src/IPCStack/SimpleLinkProtocol.java 60 MethodArgumentCouldBeFinal: Parameter 'header' is not assigned and could be declared final
3654 src/IPCStack/SimpleLinkProtocol.java 60 MethodArgumentCouldBeFinal: Parameter 'header' is not assigned and could be declared final
3655 src/IPCStack/SimpleLinkProtocol.java 60 MethodArgumentCouldBeFinal: Parameter 'redundancy' is not assigned and could be declared final
3656 src/IPCStack/SimpleLinkProtocol.java 60 MethodArgumentCouldBeFinal: Parameter 'redundancy' is not assigned and could be declared final
3657 src/IPCStack/SimpleLinkProtocol.java 60 ModifiedCyclomaticComplexity: The method 'verifyHeader' has a Modified Cyclomatic Complexity of 14.
3658 src/IPCStack/SimpleLinkProtocol.java 60 ModifiedCyclomaticComplexity: The method 'verifyHeader' has a Modified Cyclomatic Complexity of 14.
3659 src/IPCStack/SimpleLinkProtocol.java 62 AvoidUsingShortType: Do not use the short type
3660 src/IPCStack/SimpleLinkProtocol.java 62 AvoidUsingShortType: Do not use the short type
3661 src/IPCStack/SimpleLinkProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '63'-'105').
3662 src/IPCStack/SimpleLinkProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '63'-'105').
3663 src/IPCStack/SimpleLinkProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '63'-'113').
3664 src/IPCStack/SimpleLinkProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '63'-'113').
3665 src/IPCStack/SimpleLinkProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '63'-'120').
3666 src/IPCStack/SimpleLinkProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '63'-'120').
3667 src/IPCStack/SimpleLinkProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '63'-'71').
3668 src/IPCStack/SimpleLinkProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '63'-'71').
3669 src/IPCStack/SimpleLinkProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '63'-'77').
3670 src/IPCStack/SimpleLinkProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '63'-'77').
3671 src/IPCStack/SimpleLinkProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '63'-'85').
3672 src/IPCStack/SimpleLinkProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '63'-'85').
3673 src/IPCStack/SimpleLinkProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '63'-'92').
3674 src/IPCStack/SimpleLinkProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '63'-'92').
3675 src/IPCStack/SimpleLinkProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '63'-'99').
3676 src/IPCStack/SimpleLinkProtocol.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '63'-'99').
3677 src/IPCStack/SimpleLinkProtocol.java 68 AvoidDuplicateLiterals: The String literal "Received a SLP header with bad command:Exp-" appears 4 times in this file; the first occurrence is on line 68
3678 src/IPCStack/SimpleLinkProtocol.java 68 AvoidDuplicateLiterals: The String literal "Received a SLP header with bad command:Exp-" appears 4 times in this file; the first occurrence is on line 68
3679 src/IPCStack/SimpleLinkProtocol.java 68 GuardLogStatement: Logger calls should be surrounded by log level guards.
3680 src/IPCStack/SimpleLinkProtocol.java 68 GuardLogStatement: Logger calls should be surrounded by log level guards.
3681 src/IPCStack/SimpleLinkProtocol.java 70 AvoidDuplicateLiterals: The String literal ";RX-" appears 8 times in this file; the first occurrence is on line 70
3682 src/IPCStack/SimpleLinkProtocol.java 70 AvoidDuplicateLiterals: The String literal ";RX-" appears 8 times in this file; the first occurrence is on line 70
3683 src/IPCStack/SimpleLinkProtocol.java 71 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '71'-'105').
3684 src/IPCStack/SimpleLinkProtocol.java 71 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '71'-'105').
3685 src/IPCStack/SimpleLinkProtocol.java 71 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '71'-'113').
3686 src/IPCStack/SimpleLinkProtocol.java 71 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '71'-'113').
3687 src/IPCStack/SimpleLinkProtocol.java 71 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '71'-'120').
3688 src/IPCStack/SimpleLinkProtocol.java 71 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '71'-'120').
3689 src/IPCStack/SimpleLinkProtocol.java 71 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '71'-'99').
3690 src/IPCStack/SimpleLinkProtocol.java 71 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '71'-'99').
3691 src/IPCStack/SimpleLinkProtocol.java 75 GuardLogStatement: Logger calls should be surrounded by log level guards.
3692 src/IPCStack/SimpleLinkProtocol.java 75 GuardLogStatement: Logger calls should be surrounded by log level guards.
3693 src/IPCStack/SimpleLinkProtocol.java 77 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '77'-'105').
3694 src/IPCStack/SimpleLinkProtocol.java 77 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '77'-'105').
3695 src/IPCStack/SimpleLinkProtocol.java 77 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '77'-'113').
3696 src/IPCStack/SimpleLinkProtocol.java 77 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '77'-'113').
3697 src/IPCStack/SimpleLinkProtocol.java 77 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '77'-'120').
3698 src/IPCStack/SimpleLinkProtocol.java 77 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '77'-'120').
3699 src/IPCStack/SimpleLinkProtocol.java 77 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '77'-'99').
3700 src/IPCStack/SimpleLinkProtocol.java 77 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '77'-'99').
3701 src/IPCStack/SimpleLinkProtocol.java 82 GuardLogStatement: Logger calls should be surrounded by log level guards.
3702 src/IPCStack/SimpleLinkProtocol.java 82 GuardLogStatement: Logger calls should be surrounded by log level guards.
3703 src/IPCStack/SimpleLinkProtocol.java 85 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '85'-'105').
3704 src/IPCStack/SimpleLinkProtocol.java 85 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '85'-'105').
3705 src/IPCStack/SimpleLinkProtocol.java 85 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '85'-'113').
3706 src/IPCStack/SimpleLinkProtocol.java 85 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '85'-'113').
3707 src/IPCStack/SimpleLinkProtocol.java 85 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '85'-'120').
3708 src/IPCStack/SimpleLinkProtocol.java 85 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '85'-'120').
3709 src/IPCStack/SimpleLinkProtocol.java 85 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '85'-'99').
3710 src/IPCStack/SimpleLinkProtocol.java 85 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '85'-'99').
3711 src/IPCStack/SimpleLinkProtocol.java 88 CollapsibleIfStatements: These nested if statements could be combined
3712 src/IPCStack/SimpleLinkProtocol.java 88 CollapsibleIfStatements: These nested if statements could be combined
3713 src/IPCStack/SimpleLinkProtocol.java 89 GuardLogStatement: Logger calls should be surrounded by log level guards.
3714 src/IPCStack/SimpleLinkProtocol.java 89 GuardLogStatement: Logger calls should be surrounded by log level guards.
3715 src/IPCStack/SimpleLinkProtocol.java 92 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '92'-'105').
3716 src/IPCStack/SimpleLinkProtocol.java 92 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '92'-'105').
3717 src/IPCStack/SimpleLinkProtocol.java 92 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '92'-'113').
3718 src/IPCStack/SimpleLinkProtocol.java 92 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '92'-'113').
3719 src/IPCStack/SimpleLinkProtocol.java 92 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '92'-'120').
3720 src/IPCStack/SimpleLinkProtocol.java 92 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '92'-'120').
3721 src/IPCStack/SimpleLinkProtocol.java 92 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '92'-'99').
3722 src/IPCStack/SimpleLinkProtocol.java 92 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '92'-'99').
3723 src/IPCStack/SimpleLinkProtocol.java 97 GuardLogStatement: Logger calls should be surrounded by log level guards.
3724 src/IPCStack/SimpleLinkProtocol.java 97 GuardLogStatement: Logger calls should be surrounded by log level guards.
3725 src/IPCStack/SimpleLinkProtocol.java 99 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '99'-'105').
3726 src/IPCStack/SimpleLinkProtocol.java 99 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '99'-'105').
3727 src/IPCStack/SimpleLinkProtocol.java 99 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '99'-'113').
3728 src/IPCStack/SimpleLinkProtocol.java 99 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '99'-'113').
3729 src/IPCStack/SimpleLinkProtocol.java 99 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '99'-'120').
3730 src/IPCStack/SimpleLinkProtocol.java 99 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '99'-'120').
3731 src/IPCStack/SimpleLinkProtocol.java 103 GuardLogStatement: Logger calls should be surrounded by log level guards.
3732 src/IPCStack/SimpleLinkProtocol.java 103 GuardLogStatement: Logger calls should be surrounded by log level guards.
3733 src/IPCStack/SimpleLinkProtocol.java 105 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '105'-'113').
3734 src/IPCStack/SimpleLinkProtocol.java 105 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '105'-'113').
3735 src/IPCStack/SimpleLinkProtocol.java 105 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '105'-'120').
3736 src/IPCStack/SimpleLinkProtocol.java 105 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '105'-'120').
3737 src/IPCStack/SimpleLinkProtocol.java 111 GuardLogStatement: Logger calls should be surrounded by log level guards.
3738 src/IPCStack/SimpleLinkProtocol.java 111 GuardLogStatement: Logger calls should be surrounded by log level guards.
3739 src/IPCStack/SimpleLinkProtocol.java 118 GuardLogStatement: Logger calls should be surrounded by log level guards.
3740 src/IPCStack/SimpleLinkProtocol.java 118 GuardLogStatement: Logger calls should be surrounded by log level guards.
3741 src/IPCStack/SimpleLinkProtocol.java 126 MethodArgumentCouldBeFinal: Parameter 'header_bytes' is not assigned and could be declared final
3742 src/IPCStack/SimpleLinkProtocol.java 126 MethodArgumentCouldBeFinal: Parameter 'header_bytes' is not assigned and could be declared final
3743 src/IPCStack/SimpleLinkProtocol.java 128 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '128'-'130').
3744 src/IPCStack/SimpleLinkProtocol.java 128 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '128'-'130').
3745 src/IPCStack/SimpleLinkProtocol.java 130 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '130'-'131').
3746 src/IPCStack/SimpleLinkProtocol.java 130 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '130'-'131').
3747 src/IPCStack/SimpleLinkProtocol.java 131 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '131'-'132').
3748 src/IPCStack/SimpleLinkProtocol.java 131 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '131'-'132').
3749 src/IPCStack/SimpleLinkProtocol.java 132 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '132'-'133').
3750 src/IPCStack/SimpleLinkProtocol.java 132 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '132'-'133').
3751 src/IPCStack/SimpleLinkProtocol.java 138 CommentRequired: Public method and constructor comments are required
3752 src/IPCStack/SimpleLinkProtocol.java 138 CommentRequired: Public method and constructor comments are required
3753 src/IPCStack/SimpleLinkProtocol.java 144 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tries' (lines '144'-'199').
3754 src/IPCStack/SimpleLinkProtocol.java 144 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tries' (lines '144'-'199').
3755 src/IPCStack/SimpleLinkProtocol.java 145 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '145'-'199').
3756 src/IPCStack/SimpleLinkProtocol.java 145 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '145'-'199').
3757 src/IPCStack/SimpleLinkProtocol.java 152 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3758 src/IPCStack/SimpleLinkProtocol.java 152 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3759 src/IPCStack/SimpleLinkProtocol.java 154 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3760 src/IPCStack/SimpleLinkProtocol.java 154 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3761 src/IPCStack/SimpleLinkProtocol.java 155 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
3762 src/IPCStack/SimpleLinkProtocol.java 155 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
3763 src/IPCStack/SimpleLinkProtocol.java 158 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '158'-'199').
3764 src/IPCStack/SimpleLinkProtocol.java 158 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '158'-'199').
3765 src/IPCStack/SimpleLinkProtocol.java 158 UnusedAssignment: The value assigned to variable 'received' is never used
3766 src/IPCStack/SimpleLinkProtocol.java 158 UnusedAssignment: The value assigned to variable 'received' is never used
3767 src/IPCStack/SimpleLinkProtocol.java 159 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3768 src/IPCStack/SimpleLinkProtocol.java 159 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3769 src/IPCStack/SimpleLinkProtocol.java 162 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3770 src/IPCStack/SimpleLinkProtocol.java 162 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3771 src/IPCStack/SimpleLinkProtocol.java 167 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3772 src/IPCStack/SimpleLinkProtocol.java 167 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3773 src/IPCStack/SimpleLinkProtocol.java 169 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3774 src/IPCStack/SimpleLinkProtocol.java 169 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3775 src/IPCStack/SimpleLinkProtocol.java 173 GuardLogStatement: Logger calls should be surrounded by log level guards.
3776 src/IPCStack/SimpleLinkProtocol.java 173 GuardLogStatement: Logger calls should be surrounded by log level guards.
3777 src/IPCStack/SimpleLinkProtocol.java 174 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3778 src/IPCStack/SimpleLinkProtocol.java 174 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3779 src/IPCStack/SimpleLinkProtocol.java 181 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tries' (lines '181'-'199').
3780 src/IPCStack/SimpleLinkProtocol.java 181 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tries' (lines '181'-'199').
3781 src/IPCStack/SimpleLinkProtocol.java 184 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3782 src/IPCStack/SimpleLinkProtocol.java 184 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3783 src/IPCStack/SimpleLinkProtocol.java 191 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3784 src/IPCStack/SimpleLinkProtocol.java 191 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3785 src/IPCStack/SimpleLinkProtocol.java 194 AvoidCatchingGenericException: Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3786 src/IPCStack/SimpleLinkProtocol.java 194 AvoidCatchingGenericException: Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3787 src/IPCStack/SimpleLinkProtocol.java 195 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
3788 src/IPCStack/SimpleLinkProtocol.java 195 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
3789 src/IPCStack/SimpleLinkProtocol.java 206 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tries' (lines '206'-'268').
3790 src/IPCStack/SimpleLinkProtocol.java 206 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tries' (lines '206'-'268').
3791 src/IPCStack/SimpleLinkProtocol.java 207 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '207'-'268').
3792 src/IPCStack/SimpleLinkProtocol.java 207 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '207'-'268').
3793 src/IPCStack/SimpleLinkProtocol.java 208 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '208'-'212').
3794 src/IPCStack/SimpleLinkProtocol.java 208 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '208'-'212').
3795 src/IPCStack/SimpleLinkProtocol.java 208 UnusedAssignment: The initializer for variable 'correct' is never used (overwritten on line 212)
3796 src/IPCStack/SimpleLinkProtocol.java 208 UnusedAssignment: The initializer for variable 'correct' is never used (overwritten on line 212)
3797 src/IPCStack/SimpleLinkProtocol.java 214 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3798 src/IPCStack/SimpleLinkProtocol.java 214 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3799 src/IPCStack/SimpleLinkProtocol.java 216 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3800 src/IPCStack/SimpleLinkProtocol.java 216 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3801 src/IPCStack/SimpleLinkProtocol.java 217 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
3802 src/IPCStack/SimpleLinkProtocol.java 217 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
3803 src/IPCStack/SimpleLinkProtocol.java 218 CommentSize: Comment is too large: Line too long
3804 src/IPCStack/SimpleLinkProtocol.java 218 CommentSize: Comment is too large: Line too long
3805 src/IPCStack/SimpleLinkProtocol.java 220 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '220'-'268').
3806 src/IPCStack/SimpleLinkProtocol.java 220 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '220'-'268').
3807 src/IPCStack/SimpleLinkProtocol.java 220 UnusedAssignment: The value assigned to variable 'received' is never used
3808 src/IPCStack/SimpleLinkProtocol.java 220 UnusedAssignment: The value assigned to variable 'received' is never used
3809 src/IPCStack/SimpleLinkProtocol.java 221 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3810 src/IPCStack/SimpleLinkProtocol.java 221 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3811 src/IPCStack/SimpleLinkProtocol.java 224 CommentSize: Comment is too large: Line too long
3812 src/IPCStack/SimpleLinkProtocol.java 224 CommentSize: Comment is too large: Line too long
3813 src/IPCStack/SimpleLinkProtocol.java 229 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3814 src/IPCStack/SimpleLinkProtocol.java 229 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3815 src/IPCStack/SimpleLinkProtocol.java 236 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3816 src/IPCStack/SimpleLinkProtocol.java 236 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3817 src/IPCStack/SimpleLinkProtocol.java 238 SystemPrintln: System.out.println is used
3818 src/IPCStack/SimpleLinkProtocol.java 238 SystemPrintln: System.out.println is used
3819 src/IPCStack/SimpleLinkProtocol.java 239 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3820 src/IPCStack/SimpleLinkProtocol.java 239 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3821 src/IPCStack/SimpleLinkProtocol.java 242 GuardLogStatement: Logger calls should be surrounded by log level guards.
3822 src/IPCStack/SimpleLinkProtocol.java 242 GuardLogStatement: Logger calls should be surrounded by log level guards.
3823 src/IPCStack/SimpleLinkProtocol.java 243 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3824 src/IPCStack/SimpleLinkProtocol.java 243 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3825 src/IPCStack/SimpleLinkProtocol.java 251 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tries' (lines '251'-'268').
3826 src/IPCStack/SimpleLinkProtocol.java 251 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tries' (lines '251'-'268').
3827 src/IPCStack/SimpleLinkProtocol.java 254 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3828 src/IPCStack/SimpleLinkProtocol.java 254 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3829 src/IPCStack/SimpleLinkProtocol.java 261 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3830 src/IPCStack/SimpleLinkProtocol.java 261 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3831 src/IPCStack/SimpleLinkProtocol.java 263 AvoidCatchingGenericException: Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3832 src/IPCStack/SimpleLinkProtocol.java 263 AvoidCatchingGenericException: Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3833 src/IPCStack/SimpleLinkProtocol.java 264 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
3834 src/IPCStack/SimpleLinkProtocol.java 264 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
3835 src/IPCStack/SimpleLinkProtocol.java 270 CommentRequired: Public method and constructor comments are required
3836 src/IPCStack/SimpleLinkProtocol.java 270 CommentRequired: Public method and constructor comments are required
3837 src/IPCStack/SimpleLinkProtocol.java 270 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
3838 src/IPCStack/SimpleLinkProtocol.java 270 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
3839 src/IPCStack/SimpleLinkProtocol.java 272 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tries' (lines '272'-'322').
3840 src/IPCStack/SimpleLinkProtocol.java 272 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tries' (lines '272'-'322').
3841 src/IPCStack/SimpleLinkProtocol.java 273 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '273'-'322').
3842 src/IPCStack/SimpleLinkProtocol.java 273 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '273'-'322').
3843 src/IPCStack/SimpleLinkProtocol.java 286 LocalVariableCouldBeFinal: Local variable 'correct' could be declared final
3844 src/IPCStack/SimpleLinkProtocol.java 286 LocalVariableCouldBeFinal: Local variable 'correct' could be declared final
3845 src/IPCStack/SimpleLinkProtocol.java 287 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3846 src/IPCStack/SimpleLinkProtocol.java 287 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3847 src/IPCStack/SimpleLinkProtocol.java 289 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3848 src/IPCStack/SimpleLinkProtocol.java 289 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3849 src/IPCStack/SimpleLinkProtocol.java 293 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'received' (lines '293'-'300').
3850 src/IPCStack/SimpleLinkProtocol.java 293 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'received' (lines '293'-'300').
3851 src/IPCStack/SimpleLinkProtocol.java 293 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '293'-'322').
3852 src/IPCStack/SimpleLinkProtocol.java 293 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '293'-'322').
3853 src/IPCStack/SimpleLinkProtocol.java 293 UnusedAssignment: The value assigned to variable 'received' is never used (overwritten on line 300)
3854 src/IPCStack/SimpleLinkProtocol.java 293 UnusedAssignment: The value assigned to variable 'received' is never used (overwritten on line 300)
3855 src/IPCStack/SimpleLinkProtocol.java 294 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3856 src/IPCStack/SimpleLinkProtocol.java 294 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3857 src/IPCStack/SimpleLinkProtocol.java 297 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3858 src/IPCStack/SimpleLinkProtocol.java 297 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3859 src/IPCStack/SimpleLinkProtocol.java 300 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '300'-'322').
3860 src/IPCStack/SimpleLinkProtocol.java 300 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '300'-'322').
3861 src/IPCStack/SimpleLinkProtocol.java 300 UnusedAssignment: The value assigned to variable 'received' is never used
3862 src/IPCStack/SimpleLinkProtocol.java 300 UnusedAssignment: The value assigned to variable 'received' is never used
3863 src/IPCStack/SimpleLinkProtocol.java 301 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3864 src/IPCStack/SimpleLinkProtocol.java 301 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3865 src/IPCStack/SimpleLinkProtocol.java 303 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3866 src/IPCStack/SimpleLinkProtocol.java 303 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3867 src/IPCStack/SimpleLinkProtocol.java 309 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tries' (lines '309'-'322').
3868 src/IPCStack/SimpleLinkProtocol.java 309 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tries' (lines '309'-'322').
3869 src/IPCStack/SimpleLinkProtocol.java 312 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3870 src/IPCStack/SimpleLinkProtocol.java 312 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3871 src/IPCStack/SimpleLinkProtocol.java 317 AvoidCatchingGenericException: Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3872 src/IPCStack/SimpleLinkProtocol.java 317 AvoidCatchingGenericException: Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3873 src/IPCStack/SimpleLinkProtocol.java 318 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
3874 src/IPCStack/SimpleLinkProtocol.java 318 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
3875 src/IPCStack/SimpleLinkProtocol.java 324 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
3876 src/IPCStack/SimpleLinkProtocol.java 324 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
3877 src/IPCStack/SimpleLinkProtocol.java 329 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tries' (lines '329'-'373').
3878 src/IPCStack/SimpleLinkProtocol.java 329 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tries' (lines '329'-'373').
3879 src/IPCStack/SimpleLinkProtocol.java 330 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '330'-'373').
3880 src/IPCStack/SimpleLinkProtocol.java 330 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '330'-'373').
3881 src/IPCStack/SimpleLinkProtocol.java 332 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
3882 src/IPCStack/SimpleLinkProtocol.java 332 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
3883 src/IPCStack/SimpleLinkProtocol.java 337 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3884 src/IPCStack/SimpleLinkProtocol.java 337 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3885 src/IPCStack/SimpleLinkProtocol.java 340 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3886 src/IPCStack/SimpleLinkProtocol.java 340 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3887 src/IPCStack/SimpleLinkProtocol.java 341 LocalVariableCouldBeFinal: Local variable 'header_bytes' could be declared final
3888 src/IPCStack/SimpleLinkProtocol.java 341 LocalVariableCouldBeFinal: Local variable 'header_bytes' could be declared final
3889 src/IPCStack/SimpleLinkProtocol.java 344 LocalVariableCouldBeFinal: Local variable 'header_short' could be declared final
3890 src/IPCStack/SimpleLinkProtocol.java 344 LocalVariableCouldBeFinal: Local variable 'header_short' could be declared final
3891 src/IPCStack/SimpleLinkProtocol.java 346 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3892 src/IPCStack/SimpleLinkProtocol.java 346 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3893 src/IPCStack/SimpleLinkProtocol.java 347 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '347'-'373').
3894 src/IPCStack/SimpleLinkProtocol.java 347 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'received' (lines '347'-'373').
3895 src/IPCStack/SimpleLinkProtocol.java 347 UnusedAssignment: The value assigned to variable 'received' is never used
3896 src/IPCStack/SimpleLinkProtocol.java 347 UnusedAssignment: The value assigned to variable 'received' is never used
3897 src/IPCStack/SimpleLinkProtocol.java 348 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3898 src/IPCStack/SimpleLinkProtocol.java 348 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3899 src/IPCStack/SimpleLinkProtocol.java 350 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3900 src/IPCStack/SimpleLinkProtocol.java 350 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3901 src/IPCStack/SimpleLinkProtocol.java 356 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tries' (lines '356'-'373').
3902 src/IPCStack/SimpleLinkProtocol.java 356 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tries' (lines '356'-'373').
3903 src/IPCStack/SimpleLinkProtocol.java 359 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3904 src/IPCStack/SimpleLinkProtocol.java 359 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3905 src/IPCStack/SimpleLinkProtocol.java 366 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3906 src/IPCStack/SimpleLinkProtocol.java 366 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
3907 src/IPCStack/SimpleLinkProtocol.java 368 AvoidCatchingGenericException: Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3908 src/IPCStack/SimpleLinkProtocol.java 368 AvoidCatchingGenericException: Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3909 src/IPCStack/SimpleLinkProtocol.java 369 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
3910 src/IPCStack/SimpleLinkProtocol.java 369 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
3911 src/IPCStack/SimpleLinkProtocol.java 375 CommentRequired: Public method and constructor comments are required
3912 src/IPCStack/SimpleLinkProtocol.java 375 CommentRequired: Public method and constructor comments are required
3913 src/IPCStack/SimpleLinkProtocol.java 379 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
3914 src/IPCStack/SimpleLinkProtocol.java 379 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
3915 src/IPCStack/SimpleLinkProtocol.java 379 CommentRequired: Public method and constructor comments are required
3916 src/IPCStack/SimpleLinkProtocol.java 379 CommentRequired: Public method and constructor comments are required
3917 src/IPCStack/SimpleLinkProtocol.java 384 CommentSize: Comment is too large: Line too long
3918 src/IPCStack/SimpleLinkProtocol.java 384 CommentSize: Comment is too large: Line too long
3919 src/IPCStack/SimpleLinkProtocol.java 386 CommentSize: Comment is too large: Line too long
3920 src/IPCStack/SimpleLinkProtocol.java 386 CommentSize: Comment is too large: Line too long
3921 src/IPCStack/SimpleLinkProtocol.java 387 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
3922 src/IPCStack/SimpleLinkProtocol.java 387 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
3923 src/IPCStack/SimpleLinkProtocol.java 389 CommentSize: Comment is too large: Line too long
3924 src/IPCStack/SimpleLinkProtocol.java 389 CommentSize: Comment is too large: Line too long
3925 src/IPCStack/SimpleLinkProtocol.java 392 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '392'-'442').
3926 src/IPCStack/SimpleLinkProtocol.java 392 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '392'-'442').
3927 src/IPCStack/SimpleLinkProtocol.java 394 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'packet' (lines '394'-'411').
3928 src/IPCStack/SimpleLinkProtocol.java 394 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'packet' (lines '394'-'411').
3929 src/IPCStack/SimpleLinkProtocol.java 394 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'packet' (lines '394'-'452').
3930 src/IPCStack/SimpleLinkProtocol.java 394 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'packet' (lines '394'-'452').
3931 src/IPCStack/SimpleLinkProtocol.java 395 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '395'-'417').
3932 src/IPCStack/SimpleLinkProtocol.java 395 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '395'-'417').
3933 src/IPCStack/SimpleLinkProtocol.java 395 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'header' (lines '395'-'452').
3934 src/IPCStack/SimpleLinkProtocol.java 395 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'header' (lines '395'-'452').
3935 src/IPCStack/SimpleLinkProtocol.java 398 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'total_blocks' (lines '398'-'404').
3936 src/IPCStack/SimpleLinkProtocol.java 398 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'total_blocks' (lines '398'-'404').
3937 src/IPCStack/SimpleLinkProtocol.java 399 LocalVariableCouldBeFinal: Local variable 'remaining_block' could be declared final
3938 src/IPCStack/SimpleLinkProtocol.java 399 LocalVariableCouldBeFinal: Local variable 'remaining_block' could be declared final
3939 src/IPCStack/SimpleLinkProtocol.java 401 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'fragment' (lines '401'-'412').
3940 src/IPCStack/SimpleLinkProtocol.java 401 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'fragment' (lines '401'-'412').
3941 src/IPCStack/SimpleLinkProtocol.java 401 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'fragment' (lines '401'-'452').
3942 src/IPCStack/SimpleLinkProtocol.java 401 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'fragment' (lines '401'-'452').
3943 src/IPCStack/SimpleLinkProtocol.java 402 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'crc' (lines '402'-'433').
3944 src/IPCStack/SimpleLinkProtocol.java 402 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'crc' (lines '402'-'433').
3945 src/IPCStack/SimpleLinkProtocol.java 402 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'crc' (lines '402'-'452').
3946 src/IPCStack/SimpleLinkProtocol.java 402 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'crc' (lines '402'-'452').
3947 src/IPCStack/SimpleLinkProtocol.java 402 UnusedAssignment: The initializer for variable 'crc' is never used (overwritten on line 433)
3948 src/IPCStack/SimpleLinkProtocol.java 402 UnusedAssignment: The initializer for variable 'crc' is never used (overwritten on line 433)
3949 src/IPCStack/SimpleLinkProtocol.java 411 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3950 src/IPCStack/SimpleLinkProtocol.java 411 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3951 src/IPCStack/SimpleLinkProtocol.java 412 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3952 src/IPCStack/SimpleLinkProtocol.java 412 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
3953 src/IPCStack/SimpleLinkProtocol.java 417 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '417'-'420').
3954 src/IPCStack/SimpleLinkProtocol.java 417 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '417'-'420').
3955 src/IPCStack/SimpleLinkProtocol.java 420 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '420'-'423').
3956 src/IPCStack/SimpleLinkProtocol.java 420 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '420'-'423').
3957 src/IPCStack/SimpleLinkProtocol.java 423 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '423'-'428').
3958 src/IPCStack/SimpleLinkProtocol.java 423 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '423'-'428').
3959 src/IPCStack/SimpleLinkProtocol.java 428 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '428'-'429').
3960 src/IPCStack/SimpleLinkProtocol.java 428 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '428'-'429').
3961 src/IPCStack/SimpleLinkProtocol.java 429 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '429'-'434').
3962 src/IPCStack/SimpleLinkProtocol.java 429 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '429'-'434').
3963 src/IPCStack/SimpleLinkProtocol.java 434 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '434'-'435').
3964 src/IPCStack/SimpleLinkProtocol.java 434 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'header' (lines '434'-'435').
3965 src/IPCStack/SimpleLinkProtocol.java 441 CommentSize: Comment is too large: Line too long
3966 src/IPCStack/SimpleLinkProtocol.java 441 CommentSize: Comment is too large: Line too long
3967 src/IPCStack/SimpleLinkProtocol.java 443 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3968 src/IPCStack/SimpleLinkProtocol.java 443 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
3969 src/IPCStack/SimpleLinkProtocol.java 454 CommentSize: Comment is too large: Line too long
3970 src/IPCStack/SimpleLinkProtocol.java 454 CommentSize: Comment is too large: Line too long
3971 src/IPCStack/SimpleLinkProtocol.java 455 CommentSize: Comment is too large: Line too long
3972 src/IPCStack/SimpleLinkProtocol.java 455 CommentSize: Comment is too large: Line too long
3973 src/IPCStack/SimpleLinkProtocol.java 456 CommentSize: Comment is too large: Line too long
3974 src/IPCStack/SimpleLinkProtocol.java 456 CommentSize: Comment is too large: Line too long
3975 src/IPCStack/SimpleLinkProtocol.java 457 CommentSize: Comment is too large: Line too long
3976 src/IPCStack/SimpleLinkProtocol.java 457 CommentSize: Comment is too large: Line too long
3977 src/IPCStack/SimpleLinkProtocol.java 464 LocalVariableCouldBeFinal: Local variable 'actual_id' could be declared final
3978 src/IPCStack/SimpleLinkProtocol.java 464 LocalVariableCouldBeFinal: Local variable 'actual_id' could be declared final
3979 src/IPCStack/SimpleLinkProtocol.java 464 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
3980 src/IPCStack/SimpleLinkProtocol.java 464 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
3981 src/IPCStack/SimpleLinkProtocol.java 465 LocalVariableCouldBeFinal: Local variable 'packet' could be declared final
3982 src/IPCStack/SimpleLinkProtocol.java 465 LocalVariableCouldBeFinal: Local variable 'packet' could be declared final
3983 src/IPCStack/SimpleLinkProtocol.java 466 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'Transmitting' (lines '466'-'510').
3984 src/IPCStack/SimpleLinkProtocol.java 466 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'Transmitting' (lines '466'-'510').
3985 src/IPCStack/SimpleLinkProtocol.java 466 LocalVariableCouldBeFinal: Local variable 'Transmitting' could be declared final
3986 src/IPCStack/SimpleLinkProtocol.java 466 LocalVariableCouldBeFinal: Local variable 'Transmitting' could be declared final
3987 src/IPCStack/SimpleLinkProtocol.java 466 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
3988 src/IPCStack/SimpleLinkProtocol.java 466 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
3989 src/IPCStack/SimpleLinkProtocol.java 468 CommentSize: Comment is too large: Line too long
3990 src/IPCStack/SimpleLinkProtocol.java 468 CommentSize: Comment is too large: Line too long
3991 src/IPCStack/SimpleLinkProtocol.java 472 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
3992 src/IPCStack/SimpleLinkProtocol.java 472 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
3993 src/IPCStack/SimpleLinkProtocol.java 475 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'count_blocks' (lines '475'-'510').
3994 src/IPCStack/SimpleLinkProtocol.java 475 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'count_blocks' (lines '475'-'510').
3995 src/IPCStack/SimpleLinkProtocol.java 475 UnusedAssignment: The value assigned to variable 'count_blocks' is never used
3996 src/IPCStack/SimpleLinkProtocol.java 475 UnusedAssignment: The value assigned to variable 'count_blocks' is never used
3997 src/IPCStack/SimpleLinkProtocol.java 484 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'crc' (lines '484'-'510').
3998 src/IPCStack/SimpleLinkProtocol.java 484 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'crc' (lines '484'-'510').
3999 src/IPCStack/SimpleLinkProtocol.java 484 UnusedAssignment: The value assigned to variable 'crc' is never used
4000 src/IPCStack/SimpleLinkProtocol.java 484 UnusedAssignment: The value assigned to variable 'crc' is never used
4001 src/IPCStack/SimpleLinkProtocol.java 485 LocalVariableCouldBeFinal: Local variable 'data' could be declared final
4002 src/IPCStack/SimpleLinkProtocol.java 485 LocalVariableCouldBeFinal: Local variable 'data' could be declared final
4003 src/IPCStack/SimpleLinkProtocol.java 488 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
4004 src/IPCStack/SimpleLinkProtocol.java 488 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
4005 src/IPCStack/SimpleLinkProtocol.java 489 CommentSize: Comment is too large: Line too long
4006 src/IPCStack/SimpleLinkProtocol.java 489 CommentSize: Comment is too large: Line too long
4007 src/IPCStack/SimpleLinkProtocol.java 493 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
4008 src/IPCStack/SimpleLinkProtocol.java 493 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
4009 src/IPCStack/SimpleLinkProtocol.java 499 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
4010 src/IPCStack/SimpleLinkProtocol.java 499 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
4011 src/IPCStack/SimpleLinkProtocol.java 503 EmptyControlStatement: Empty else statement
4012 src/IPCStack/SimpleLinkProtocol.java 503 EmptyControlStatement: Empty else statement
4013 src/IPCStack/SimpleLinkProtocol.java 505 CommentSize: Comment is too large: Line too long
4014 src/IPCStack/SimpleLinkProtocol.java 505 CommentSize: Comment is too large: Line too long
4015 src/IPCStack/SimpleLinkProtocol.java 512 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
4016 src/IPCStack/SimpleLinkProtocol.java 512 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
4017 src/IPCStack/SimpleLinkProtocol.java 512 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
4018 src/IPCStack/SimpleLinkProtocol.java 512 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
4019 src/IPCStack/SimpleLinkProtocol.java 514 ShortVariable: Avoid variables with short names like c0
4020 src/IPCStack/SimpleLinkProtocol.java 514 ShortVariable: Avoid variables with short names like c0
4021 src/IPCStack/SimpleLinkProtocol.java 515 ShortVariable: Avoid variables with short names like c1
4022 src/IPCStack/SimpleLinkProtocol.java 515 ShortVariable: Avoid variables with short names like c1
4023 src/IPCStack/SimpleLinkProtocol.java 522 UselessParentheses: Useless parentheses.
4024 src/IPCStack/SimpleLinkProtocol.java 522 UselessParentheses: Useless parentheses.
4025 src/IPCStack/UartInterface.java 1 PackageCase: Package name contains upper case characters
4026 src/IPCStack/UartInterface.java 1 PackageCase: Package name contains upper case characters
4027 src/IPCStack/UartInterface.java 14 CommentRequired: Class comments are required
4028 src/IPCStack/UartInterface.java 14 CommentRequired: Class comments are required
4029 src/IPCStack/UartInterface.java 16 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4030 src/IPCStack/UartInterface.java 16 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4031 src/IPCStack/UartInterface.java 16 CommentRequired: Field comments are required
4032 src/IPCStack/UartInterface.java 16 CommentRequired: Field comments are required
4033 src/IPCStack/UartInterface.java 17 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4034 src/IPCStack/UartInterface.java 17 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4035 src/IPCStack/UartInterface.java 17 CommentRequired: Field comments are required
4036 src/IPCStack/UartInterface.java 17 CommentRequired: Field comments are required
4037 src/IPCStack/UartInterface.java 17 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
4038 src/IPCStack/UartInterface.java 17 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
4039 src/IPCStack/UartInterface.java 17 ProperLogger: Logger should be defined private static final and have the correct class
4040 src/IPCStack/UartInterface.java 17 ProperLogger: Logger should be defined private static final and have the correct class
4041 src/IPCStack/UartInterface.java 18 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4042 src/IPCStack/UartInterface.java 18 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4043 src/IPCStack/UartInterface.java 18 CommentRequired: Field comments are required
4044 src/IPCStack/UartInterface.java 18 CommentRequired: Field comments are required
4045 src/IPCStack/UartInterface.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4046 src/IPCStack/UartInterface.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4047 src/IPCStack/UartInterface.java 19 CommentRequired: Field comments are required
4048 src/IPCStack/UartInterface.java 19 CommentRequired: Field comments are required
4049 src/IPCStack/UartInterface.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4050 src/IPCStack/UartInterface.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4051 src/IPCStack/UartInterface.java 20 CommentRequired: Field comments are required
4052 src/IPCStack/UartInterface.java 20 CommentRequired: Field comments are required
4053 src/IPCStack/UartInterface.java 20 ImmutableField: Private field 'm_port_desc' could be made final; it is only initialized in the declaration or constructor.
4054 src/IPCStack/UartInterface.java 20 ImmutableField: Private field 'm_port_desc' could be made final; it is only initialized in the declaration or constructor.
4055 src/IPCStack/UartInterface.java 22 CommentRequired: Field comments are required
4056 src/IPCStack/UartInterface.java 22 CommentRequired: Field comments are required
4057 src/IPCStack/UartInterface.java 24 CommentRequired: Public method and constructor comments are required
4058 src/IPCStack/UartInterface.java 24 CommentRequired: Public method and constructor comments are required
4059 src/IPCStack/UartInterface.java 24 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
4060 src/IPCStack/UartInterface.java 24 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
4061 src/IPCStack/UartInterface.java 24 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
4062 src/IPCStack/UartInterface.java 24 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
4063 src/IPCStack/UartInterface.java 24 MethodArgumentCouldBeFinal: Parameter 'timer' is not assigned and could be declared final
4064 src/IPCStack/UartInterface.java 24 MethodArgumentCouldBeFinal: Parameter 'timer' is not assigned and could be declared final
4065 src/IPCStack/UartInterface.java 24 UnusedFormalParameter: Avoid unused constructor parameters such as 'timer'.
4066 src/IPCStack/UartInterface.java 24 UnusedFormalParameter: Avoid unused constructor parameters such as 'timer'.
4067 src/IPCStack/UartInterface.java 29 CommentRequired: Public method and constructor comments are required
4068 src/IPCStack/UartInterface.java 29 CommentRequired: Public method and constructor comments are required
4069 src/IPCStack/UartInterface.java 33 CommentRequired: Public method and constructor comments are required
4070 src/IPCStack/UartInterface.java 33 CommentRequired: Public method and constructor comments are required
4071 src/IPCStack/UartInterface.java 36 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4072 src/IPCStack/UartInterface.java 36 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4073 src/IPCStack/UartInterface.java 37 GuardLogStatement: Logger calls should be surrounded by log level guards.
4074 src/IPCStack/UartInterface.java 37 GuardLogStatement: Logger calls should be surrounded by log level guards.
4075 src/IPCStack/UartInterface.java 38 SystemPrintln: System.out.println is used
4076 src/IPCStack/UartInterface.java 38 SystemPrintln: System.out.println is used
4077 src/IPCStack/UartInterface.java 40 CommentSize: Comment is too large: Line too long
4078 src/IPCStack/UartInterface.java 40 CommentSize: Comment is too large: Line too long
4079 src/IPCStack/UartInterface.java 44 GuardLogStatement: Logger calls should be surrounded by log level guards.
4080 src/IPCStack/UartInterface.java 44 GuardLogStatement: Logger calls should be surrounded by log level guards.
4081 src/IPCStack/UartInterface.java 45 SystemPrintln: System.out.println is used
4082 src/IPCStack/UartInterface.java 45 SystemPrintln: System.out.println is used
4083 src/IPCStack/UartInterface.java 50 CommentRequired: Public method and constructor comments are required
4084 src/IPCStack/UartInterface.java 50 CommentRequired: Public method and constructor comments are required
4085 src/IPCStack/UartInterface.java 50 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
4086 src/IPCStack/UartInterface.java 50 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
4087 src/IPCStack/UartInterface.java 52 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '52'-'56').
4088 src/IPCStack/UartInterface.java 52 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'correct' (lines '52'-'56').
4089 src/IPCStack/UartInterface.java 53 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4090 src/IPCStack/UartInterface.java 53 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4091 src/IPCStack/UartInterface.java 64 CommentRequired: Public method and constructor comments are required
4092 src/IPCStack/UartInterface.java 64 CommentRequired: Public method and constructor comments are required
4093 src/IPCStack/UartInterface.java 65 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'data' (lines '65'-'69').
4094 src/IPCStack/UartInterface.java 65 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'data' (lines '65'-'69').
4095 src/IPCStack/UartInterface.java 66 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4096 src/IPCStack/UartInterface.java 66 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4097 src/IPCStack/UartInterface.java 79 CommentRequired: Public method and constructor comments are required
4098 src/IPCStack/UartInterface.java 79 CommentRequired: Public method and constructor comments are required
4099 src/IPCStack/UartInterface.java 79 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
4100 src/IPCStack/UartInterface.java 79 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
4101 src/IPCStack/UartInterface.java 80 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'data' (lines '80'-'84').
4102 src/IPCStack/UartInterface.java 80 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'data' (lines '80'-'84').
4103 src/IPCStack/UartInterface.java 81 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4104 src/IPCStack/UartInterface.java 81 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4105 src/IPCStack/UartInterface.java 88 GuardLogStatement: Logger calls should be surrounded by log level guards.
4106 src/IPCStack/UartInterface.java 88 GuardLogStatement: Logger calls should be surrounded by log level guards.
4107 src/IPCStack/UartInterface.java 94 CommentRequired: Public method and constructor comments are required
4108 src/IPCStack/UartInterface.java 94 CommentRequired: Public method and constructor comments are required
4109 src/IPCStack/UartInterface.java 96 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4110 src/IPCStack/UartInterface.java 96 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4111 src/IPCStack/UartInterface.java 102 CommentRequired: Public method and constructor comments are required
4112 src/IPCStack/UartInterface.java 102 CommentRequired: Public method and constructor comments are required
4113 src/IPCStack/UartInterface.java 104 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'bytes' (lines '104'-'106').
4114 src/IPCStack/UartInterface.java 104 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'bytes' (lines '104'-'106').
4115 src/IPCStack/UartInterface.java 105 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4116 src/IPCStack/UartInterface.java 105 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4117 src/IPCStack/UartInterface.java 111 CommentRequired: Public method and constructor comments are required
4118 src/IPCStack/UartInterface.java 111 CommentRequired: Public method and constructor comments are required
4119 src/IPCStack/UartInterface.java 113 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'data' (lines '113'-'117').
4120 src/IPCStack/UartInterface.java 113 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'data' (lines '113'-'117').
4121 src/IPCStack/UartInterface.java 113 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'data' (lines '113'-'130').
4122 src/IPCStack/UartInterface.java 113 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'data' (lines '113'-'130').
4123 src/IPCStack/UartInterface.java 114 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4124 src/IPCStack/UartInterface.java 114 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4125 src/IPCStack/UartInterface.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'data' (lines '117'-'118').
4126 src/IPCStack/UartInterface.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'data' (lines '117'-'118').
4127 src/IPCStack/UartInterface.java 118 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'data' (lines '118'-'130').
4128 src/IPCStack/UartInterface.java 118 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'data' (lines '118'-'130').
4129 src/IPCStack/UartInterface.java 125 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
4130 src/IPCStack/UartInterface.java 125 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
4131 src/IPCStack/UartInterface.java 128 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
4132 src/IPCStack/UartInterface.java 128 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
4133 src/InterSatelliteCommunications/FSSProtocol.java 3 PackageCase: Package name contains upper case characters
4134 src/InterSatelliteCommunications/FSSProtocol.java 3 PackageCase: Package name contains upper case characters
4135 src/InterSatelliteCommunications/FSSProtocol.java 21 CommentRequired: Class comments are required
4136 src/InterSatelliteCommunications/FSSProtocol.java 21 CommentRequired: Class comments are required
4137 src/InterSatelliteCommunications/FSSProtocol.java 21 CyclomaticComplexity: The class 'FSSProtocol' has a total cyclomatic complexity of 107 (highest 20).
4138 src/InterSatelliteCommunications/FSSProtocol.java 21 CyclomaticComplexity: The class 'FSSProtocol' has a total cyclomatic complexity of 107 (highest 20).
4139 src/InterSatelliteCommunications/FSSProtocol.java 21 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
4140 src/InterSatelliteCommunications/FSSProtocol.java 21 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
4141 src/InterSatelliteCommunications/FSSProtocol.java 21 GodClass: Possible God Class (WMC=107, ATFD=172, TCC=28.739%)
4142 src/InterSatelliteCommunications/FSSProtocol.java 21 GodClass: Possible God Class (WMC=107, ATFD=172, TCC=28.739%)
4143 src/InterSatelliteCommunications/FSSProtocol.java 21 ModifiedCyclomaticComplexity: The class 'FSSProtocol' has a Modified Cyclomatic Complexity of 2 (Highest = 13).
4144 src/InterSatelliteCommunications/FSSProtocol.java 21 ModifiedCyclomaticComplexity: The class 'FSSProtocol' has a Modified Cyclomatic Complexity of 2 (Highest = 13).
4145 src/InterSatelliteCommunications/FSSProtocol.java 21 StdCyclomaticComplexity: The class 'FSSProtocol' has a Standard Cyclomatic Complexity of 3 (Highest = 16).
4146 src/InterSatelliteCommunications/FSSProtocol.java 21 StdCyclomaticComplexity: The class 'FSSProtocol' has a Standard Cyclomatic Complexity of 3 (Highest = 16).
4147 src/InterSatelliteCommunications/FSSProtocol.java 21 TooManyFields: Too many fields
4148 src/InterSatelliteCommunications/FSSProtocol.java 21 TooManyFields: Too many fields
4149 src/InterSatelliteCommunications/FSSProtocol.java 21 TooManyMethods: This class has too many methods, consider refactoring it.
4150 src/InterSatelliteCommunications/FSSProtocol.java 21 TooManyMethods: This class has too many methods, consider refactoring it.
4151 src/InterSatelliteCommunications/FSSProtocol.java 23 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4152 src/InterSatelliteCommunications/FSSProtocol.java 23 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4153 src/InterSatelliteCommunications/FSSProtocol.java 23 CommentRequired: Field comments are required
4154 src/InterSatelliteCommunications/FSSProtocol.java 23 CommentRequired: Field comments are required
4155 src/InterSatelliteCommunications/FSSProtocol.java 23 FieldNamingConventions: The field name 'm_tx_packet' doesn't match '[a-z][a-zA-Z0-9]*'
4156 src/InterSatelliteCommunications/FSSProtocol.java 23 FieldNamingConventions: The field name 'm_tx_packet' doesn't match '[a-z][a-zA-Z0-9]*'
4157 src/InterSatelliteCommunications/FSSProtocol.java 23 ImmutableField: Private field 'm_tx_packet' could be made final; it is only initialized in the declaration or constructor.
4158 src/InterSatelliteCommunications/FSSProtocol.java 23 ImmutableField: Private field 'm_tx_packet' could be made final; it is only initialized in the declaration or constructor.
4159 src/InterSatelliteCommunications/FSSProtocol.java 23 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_tx_packet' is not final.
4160 src/InterSatelliteCommunications/FSSProtocol.java 23 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_tx_packet' is not final.
4161 src/InterSatelliteCommunications/FSSProtocol.java 24 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4162 src/InterSatelliteCommunications/FSSProtocol.java 24 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4163 src/InterSatelliteCommunications/FSSProtocol.java 24 CommentRequired: Field comments are required
4164 src/InterSatelliteCommunications/FSSProtocol.java 24 CommentRequired: Field comments are required
4165 src/InterSatelliteCommunications/FSSProtocol.java 24 FieldNamingConventions: The field name 'm_rx_packet' doesn't match '[a-z][a-zA-Z0-9]*'
4166 src/InterSatelliteCommunications/FSSProtocol.java 24 FieldNamingConventions: The field name 'm_rx_packet' doesn't match '[a-z][a-zA-Z0-9]*'
4167 src/InterSatelliteCommunications/FSSProtocol.java 24 ImmutableField: Private field 'm_rx_packet' could be made final; it is only initialized in the declaration or constructor.
4168 src/InterSatelliteCommunications/FSSProtocol.java 24 ImmutableField: Private field 'm_rx_packet' could be made final; it is only initialized in the declaration or constructor.
4169 src/InterSatelliteCommunications/FSSProtocol.java 24 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_rx_packet' is not final.
4170 src/InterSatelliteCommunications/FSSProtocol.java 24 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_rx_packet' is not final.
4171 src/InterSatelliteCommunications/FSSProtocol.java 26 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4172 src/InterSatelliteCommunications/FSSProtocol.java 26 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4173 src/InterSatelliteCommunications/FSSProtocol.java 26 CommentRequired: Field comments are required
4174 src/InterSatelliteCommunications/FSSProtocol.java 26 CommentRequired: Field comments are required
4175 src/InterSatelliteCommunications/FSSProtocol.java 26 FieldNamingConventions: The field name 'm_payload_buffer' doesn't match '[a-z][a-zA-Z0-9]*'
4176 src/InterSatelliteCommunications/FSSProtocol.java 26 FieldNamingConventions: The field name 'm_payload_buffer' doesn't match '[a-z][a-zA-Z0-9]*'
4177 src/InterSatelliteCommunications/FSSProtocol.java 26 ImmutableField: Private field 'm_payload_buffer' could be made final; it is only initialized in the declaration or constructor.
4178 src/InterSatelliteCommunications/FSSProtocol.java 26 ImmutableField: Private field 'm_payload_buffer' could be made final; it is only initialized in the declaration or constructor.
4179 src/InterSatelliteCommunications/FSSProtocol.java 26 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_payload_buffer' is not final.
4180 src/InterSatelliteCommunications/FSSProtocol.java 26 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_payload_buffer' is not final.
4181 src/InterSatelliteCommunications/FSSProtocol.java 27 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4182 src/InterSatelliteCommunications/FSSProtocol.java 27 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4183 src/InterSatelliteCommunications/FSSProtocol.java 27 CommentRequired: Field comments are required
4184 src/InterSatelliteCommunications/FSSProtocol.java 27 CommentRequired: Field comments are required
4185 src/InterSatelliteCommunications/FSSProtocol.java 27 FieldNamingConventions: The field name 'm_fed_buffer' doesn't match '[a-z][a-zA-Z0-9]*'
4186 src/InterSatelliteCommunications/FSSProtocol.java 27 FieldNamingConventions: The field name 'm_fed_buffer' doesn't match '[a-z][a-zA-Z0-9]*'
4187 src/InterSatelliteCommunications/FSSProtocol.java 27 ImmutableField: Private field 'm_fed_buffer' could be made final; it is only initialized in the declaration or constructor.
4188 src/InterSatelliteCommunications/FSSProtocol.java 27 ImmutableField: Private field 'm_fed_buffer' could be made final; it is only initialized in the declaration or constructor.
4189 src/InterSatelliteCommunications/FSSProtocol.java 27 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_fed_buffer' is not final.
4190 src/InterSatelliteCommunications/FSSProtocol.java 27 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_fed_buffer' is not final.
4191 src/InterSatelliteCommunications/FSSProtocol.java 28 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4192 src/InterSatelliteCommunications/FSSProtocol.java 28 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4193 src/InterSatelliteCommunications/FSSProtocol.java 28 CommentRequired: Field comments are required
4194 src/InterSatelliteCommunications/FSSProtocol.java 28 CommentRequired: Field comments are required
4195 src/InterSatelliteCommunications/FSSProtocol.java 28 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
4196 src/InterSatelliteCommunications/FSSProtocol.java 28 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
4197 src/InterSatelliteCommunications/FSSProtocol.java 28 FieldNamingConventions: The field name 'm_ttc' doesn't match '[a-z][a-zA-Z0-9]*'
4198 src/InterSatelliteCommunications/FSSProtocol.java 28 FieldNamingConventions: The field name 'm_ttc' doesn't match '[a-z][a-zA-Z0-9]*'
4199 src/InterSatelliteCommunications/FSSProtocol.java 28 ImmutableField: Private field 'm_ttc' could be made final; it is only initialized in the declaration or constructor.
4200 src/InterSatelliteCommunications/FSSProtocol.java 28 ImmutableField: Private field 'm_ttc' could be made final; it is only initialized in the declaration or constructor.
4201 src/InterSatelliteCommunications/FSSProtocol.java 28 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_ttc' is not final.
4202 src/InterSatelliteCommunications/FSSProtocol.java 28 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_ttc' is not final.
4203 src/InterSatelliteCommunications/FSSProtocol.java 29 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4204 src/InterSatelliteCommunications/FSSProtocol.java 29 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4205 src/InterSatelliteCommunications/FSSProtocol.java 29 CommentRequired: Field comments are required
4206 src/InterSatelliteCommunications/FSSProtocol.java 29 CommentRequired: Field comments are required
4207 src/InterSatelliteCommunications/FSSProtocol.java 29 FieldNamingConventions: The field name 'm_running' doesn't match '[a-z][a-zA-Z0-9]*'
4208 src/InterSatelliteCommunications/FSSProtocol.java 29 FieldNamingConventions: The field name 'm_running' doesn't match '[a-z][a-zA-Z0-9]*'
4209 src/InterSatelliteCommunications/FSSProtocol.java 29 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_running' is not final.
4210 src/InterSatelliteCommunications/FSSProtocol.java 29 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_running' is not final.
4211 src/InterSatelliteCommunications/FSSProtocol.java 30 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4212 src/InterSatelliteCommunications/FSSProtocol.java 30 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4213 src/InterSatelliteCommunications/FSSProtocol.java 30 CommentRequired: Field comments are required
4214 src/InterSatelliteCommunications/FSSProtocol.java 30 CommentRequired: Field comments are required
4215 src/InterSatelliteCommunications/FSSProtocol.java 30 FieldNamingConventions: The field name 'm_poll_token' doesn't match '[a-z][a-zA-Z0-9]*'
4216 src/InterSatelliteCommunications/FSSProtocol.java 30 FieldNamingConventions: The field name 'm_poll_token' doesn't match '[a-z][a-zA-Z0-9]*'
4217 src/InterSatelliteCommunications/FSSProtocol.java 30 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_poll_token' is not final.
4218 src/InterSatelliteCommunications/FSSProtocol.java 30 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_poll_token' is not final.
4219 src/InterSatelliteCommunications/FSSProtocol.java 31 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4220 src/InterSatelliteCommunications/FSSProtocol.java 31 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4221 src/InterSatelliteCommunications/FSSProtocol.java 31 CommentRequired: Field comments are required
4222 src/InterSatelliteCommunications/FSSProtocol.java 31 CommentRequired: Field comments are required
4223 src/InterSatelliteCommunications/FSSProtocol.java 31 FieldNamingConventions: The field name 'm_state' doesn't match '[a-z][a-zA-Z0-9]*'
4224 src/InterSatelliteCommunications/FSSProtocol.java 31 FieldNamingConventions: The field name 'm_state' doesn't match '[a-z][a-zA-Z0-9]*'
4225 src/InterSatelliteCommunications/FSSProtocol.java 31 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_state' is not final.
4226 src/InterSatelliteCommunications/FSSProtocol.java 31 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_state' is not final.
4227 src/InterSatelliteCommunications/FSSProtocol.java 32 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4228 src/InterSatelliteCommunications/FSSProtocol.java 32 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4229 src/InterSatelliteCommunications/FSSProtocol.java 32 CommentRequired: Field comments are required
4230 src/InterSatelliteCommunications/FSSProtocol.java 32 CommentRequired: Field comments are required
4231 src/InterSatelliteCommunications/FSSProtocol.java 32 FieldNamingConventions: The field name 'm_tx_num' doesn't match '[a-z][a-zA-Z0-9]*'
4232 src/InterSatelliteCommunications/FSSProtocol.java 32 FieldNamingConventions: The field name 'm_tx_num' doesn't match '[a-z][a-zA-Z0-9]*'
4233 src/InterSatelliteCommunications/FSSProtocol.java 32 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_tx_num' is not final.
4234 src/InterSatelliteCommunications/FSSProtocol.java 32 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_tx_num' is not final.
4235 src/InterSatelliteCommunications/FSSProtocol.java 33 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4236 src/InterSatelliteCommunications/FSSProtocol.java 33 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4237 src/InterSatelliteCommunications/FSSProtocol.java 33 CommentRequired: Field comments are required
4238 src/InterSatelliteCommunications/FSSProtocol.java 33 CommentRequired: Field comments are required
4239 src/InterSatelliteCommunications/FSSProtocol.java 33 FieldNamingConventions: The field name 'm_rx_num' doesn't match '[a-z][a-zA-Z0-9]*'
4240 src/InterSatelliteCommunications/FSSProtocol.java 33 FieldNamingConventions: The field name 'm_rx_num' doesn't match '[a-z][a-zA-Z0-9]*'
4241 src/InterSatelliteCommunications/FSSProtocol.java 33 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_rx_num' is not final.
4242 src/InterSatelliteCommunications/FSSProtocol.java 33 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_rx_num' is not final.
4243 src/InterSatelliteCommunications/FSSProtocol.java 34 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4244 src/InterSatelliteCommunications/FSSProtocol.java 34 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4245 src/InterSatelliteCommunications/FSSProtocol.java 34 CommentRequired: Field comments are required
4246 src/InterSatelliteCommunications/FSSProtocol.java 34 CommentRequired: Field comments are required
4247 src/InterSatelliteCommunications/FSSProtocol.java 34 FieldNamingConventions: The field name 'm_rx_err_num' doesn't match '[a-z][a-zA-Z0-9]*'
4248 src/InterSatelliteCommunications/FSSProtocol.java 34 FieldNamingConventions: The field name 'm_rx_err_num' doesn't match '[a-z][a-zA-Z0-9]*'
4249 src/InterSatelliteCommunications/FSSProtocol.java 34 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_rx_err_num' is not final.
4250 src/InterSatelliteCommunications/FSSProtocol.java 34 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_rx_err_num' is not final.
4251 src/InterSatelliteCommunications/FSSProtocol.java 35 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4252 src/InterSatelliteCommunications/FSSProtocol.java 35 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4253 src/InterSatelliteCommunications/FSSProtocol.java 35 CommentRequired: Field comments are required
4254 src/InterSatelliteCommunications/FSSProtocol.java 35 CommentRequired: Field comments are required
4255 src/InterSatelliteCommunications/FSSProtocol.java 35 FieldNamingConventions: The field name 'm_role' doesn't match '[a-z][a-zA-Z0-9]*'
4256 src/InterSatelliteCommunications/FSSProtocol.java 35 FieldNamingConventions: The field name 'm_role' doesn't match '[a-z][a-zA-Z0-9]*'
4257 src/InterSatelliteCommunications/FSSProtocol.java 35 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_role' is not final.
4258 src/InterSatelliteCommunications/FSSProtocol.java 35 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_role' is not final.
4259 src/InterSatelliteCommunications/FSSProtocol.java 37 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4260 src/InterSatelliteCommunications/FSSProtocol.java 37 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4261 src/InterSatelliteCommunications/FSSProtocol.java 37 CommentRequired: Field comments are required
4262 src/InterSatelliteCommunications/FSSProtocol.java 37 CommentRequired: Field comments are required
4263 src/InterSatelliteCommunications/FSSProtocol.java 37 FieldNamingConventions: The field name 'm_sat_source' doesn't match '[a-z][a-zA-Z0-9]*'
4264 src/InterSatelliteCommunications/FSSProtocol.java 37 FieldNamingConventions: The field name 'm_sat_source' doesn't match '[a-z][a-zA-Z0-9]*'
4265 src/InterSatelliteCommunications/FSSProtocol.java 37 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_sat_source' is not final.
4266 src/InterSatelliteCommunications/FSSProtocol.java 37 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_sat_source' is not final.
4267 src/InterSatelliteCommunications/FSSProtocol.java 38 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4268 src/InterSatelliteCommunications/FSSProtocol.java 38 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4269 src/InterSatelliteCommunications/FSSProtocol.java 38 CommentRequired: Field comments are required
4270 src/InterSatelliteCommunications/FSSProtocol.java 38 CommentRequired: Field comments are required
4271 src/InterSatelliteCommunications/FSSProtocol.java 38 FieldNamingConventions: The field name 'm_sat_destination' doesn't match '[a-z][a-zA-Z0-9]*'
4272 src/InterSatelliteCommunications/FSSProtocol.java 38 FieldNamingConventions: The field name 'm_sat_destination' doesn't match '[a-z][a-zA-Z0-9]*'
4273 src/InterSatelliteCommunications/FSSProtocol.java 38 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_sat_destination' is not final.
4274 src/InterSatelliteCommunications/FSSProtocol.java 38 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_sat_destination' is not final.
4275 src/InterSatelliteCommunications/FSSProtocol.java 40 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4276 src/InterSatelliteCommunications/FSSProtocol.java 40 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4277 src/InterSatelliteCommunications/FSSProtocol.java 40 CommentRequired: Field comments are required
4278 src/InterSatelliteCommunications/FSSProtocol.java 40 CommentRequired: Field comments are required
4279 src/InterSatelliteCommunications/FSSProtocol.java 40 FieldNamingConventions: The field name 'm_received_packet' doesn't match '[a-z][a-zA-Z0-9]*'
4280 src/InterSatelliteCommunications/FSSProtocol.java 40 FieldNamingConventions: The field name 'm_received_packet' doesn't match '[a-z][a-zA-Z0-9]*'
4281 src/InterSatelliteCommunications/FSSProtocol.java 40 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_received_packet' is not final.
4282 src/InterSatelliteCommunications/FSSProtocol.java 40 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_received_packet' is not final.
4283 src/InterSatelliteCommunications/FSSProtocol.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4284 src/InterSatelliteCommunications/FSSProtocol.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4285 src/InterSatelliteCommunications/FSSProtocol.java 41 CommentRequired: Field comments are required
4286 src/InterSatelliteCommunications/FSSProtocol.java 41 CommentRequired: Field comments are required
4287 src/InterSatelliteCommunications/FSSProtocol.java 41 FieldNamingConventions: The field name 'm_publisher_capacity' doesn't match '[a-z][a-zA-Z0-9]*'
4288 src/InterSatelliteCommunications/FSSProtocol.java 41 FieldNamingConventions: The field name 'm_publisher_capacity' doesn't match '[a-z][a-zA-Z0-9]*'
4289 src/InterSatelliteCommunications/FSSProtocol.java 41 LongVariable: Avoid excessively long variable names like m_publisher_capacity
4290 src/InterSatelliteCommunications/FSSProtocol.java 41 LongVariable: Avoid excessively long variable names like m_publisher_capacity
4291 src/InterSatelliteCommunications/FSSProtocol.java 41 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_publisher_capacity' is not final.
4292 src/InterSatelliteCommunications/FSSProtocol.java 41 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_publisher_capacity' is not final.
4293 src/InterSatelliteCommunications/FSSProtocol.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4294 src/InterSatelliteCommunications/FSSProtocol.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4295 src/InterSatelliteCommunications/FSSProtocol.java 42 CommentRequired: Field comments are required
4296 src/InterSatelliteCommunications/FSSProtocol.java 42 CommentRequired: Field comments are required
4297 src/InterSatelliteCommunications/FSSProtocol.java 42 FieldNamingConventions: The field name 'm_service_type' doesn't match '[a-z][a-zA-Z0-9]*'
4298 src/InterSatelliteCommunications/FSSProtocol.java 42 FieldNamingConventions: The field name 'm_service_type' doesn't match '[a-z][a-zA-Z0-9]*'
4299 src/InterSatelliteCommunications/FSSProtocol.java 42 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_service_type' is not final.
4300 src/InterSatelliteCommunications/FSSProtocol.java 42 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_service_type' is not final.
4301 src/InterSatelliteCommunications/FSSProtocol.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4302 src/InterSatelliteCommunications/FSSProtocol.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4303 src/InterSatelliteCommunications/FSSProtocol.java 43 CommentRequired: Field comments are required
4304 src/InterSatelliteCommunications/FSSProtocol.java 43 CommentRequired: Field comments are required
4305 src/InterSatelliteCommunications/FSSProtocol.java 43 FieldNamingConventions: The field name 'm_service_type_interest' doesn't match '[a-z][a-zA-Z0-9]*'
4306 src/InterSatelliteCommunications/FSSProtocol.java 43 FieldNamingConventions: The field name 'm_service_type_interest' doesn't match '[a-z][a-zA-Z0-9]*'
4307 src/InterSatelliteCommunications/FSSProtocol.java 43 LongVariable: Avoid excessively long variable names like m_service_type_interest
4308 src/InterSatelliteCommunications/FSSProtocol.java 43 LongVariable: Avoid excessively long variable names like m_service_type_interest
4309 src/InterSatelliteCommunications/FSSProtocol.java 43 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_service_type_interest' is not final.
4310 src/InterSatelliteCommunications/FSSProtocol.java 43 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_service_type_interest' is not final.
4311 src/InterSatelliteCommunications/FSSProtocol.java 44 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4312 src/InterSatelliteCommunications/FSSProtocol.java 44 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4313 src/InterSatelliteCommunications/FSSProtocol.java 44 CommentRequired: Field comments are required
4314 src/InterSatelliteCommunications/FSSProtocol.java 44 CommentRequired: Field comments are required
4315 src/InterSatelliteCommunications/FSSProtocol.java 44 FieldNamingConventions: The field name 'm_waiting_packet' doesn't match '[a-z][a-zA-Z0-9]*'
4316 src/InterSatelliteCommunications/FSSProtocol.java 44 FieldNamingConventions: The field name 'm_waiting_packet' doesn't match '[a-z][a-zA-Z0-9]*'
4317 src/InterSatelliteCommunications/FSSProtocol.java 44 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_waiting_packet' is not final.
4318 src/InterSatelliteCommunications/FSSProtocol.java 44 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_waiting_packet' is not final.
4319 src/InterSatelliteCommunications/FSSProtocol.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4320 src/InterSatelliteCommunications/FSSProtocol.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4321 src/InterSatelliteCommunications/FSSProtocol.java 45 CommentRequired: Field comments are required
4322 src/InterSatelliteCommunications/FSSProtocol.java 45 CommentRequired: Field comments are required
4323 src/InterSatelliteCommunications/FSSProtocol.java 45 FieldNamingConventions: The field name 'm_waiting_type' doesn't match '[a-z][a-zA-Z0-9]*'
4324 src/InterSatelliteCommunications/FSSProtocol.java 45 FieldNamingConventions: The field name 'm_waiting_type' doesn't match '[a-z][a-zA-Z0-9]*'
4325 src/InterSatelliteCommunications/FSSProtocol.java 45 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_waiting_type' is not final.
4326 src/InterSatelliteCommunications/FSSProtocol.java 45 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_waiting_type' is not final.
4327 src/InterSatelliteCommunications/FSSProtocol.java 46 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4328 src/InterSatelliteCommunications/FSSProtocol.java 46 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4329 src/InterSatelliteCommunications/FSSProtocol.java 46 CommentRequired: Field comments are required
4330 src/InterSatelliteCommunications/FSSProtocol.java 46 CommentRequired: Field comments are required
4331 src/InterSatelliteCommunications/FSSProtocol.java 46 FieldNamingConventions: The field name 'm_waiting_counter' doesn't match '[a-z][a-zA-Z0-9]*'
4332 src/InterSatelliteCommunications/FSSProtocol.java 46 FieldNamingConventions: The field name 'm_waiting_counter' doesn't match '[a-z][a-zA-Z0-9]*'
4333 src/InterSatelliteCommunications/FSSProtocol.java 46 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_waiting_counter' is not final.
4334 src/InterSatelliteCommunications/FSSProtocol.java 46 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_waiting_counter' is not final.
4335 src/InterSatelliteCommunications/FSSProtocol.java 47 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4336 src/InterSatelliteCommunications/FSSProtocol.java 47 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4337 src/InterSatelliteCommunications/FSSProtocol.java 47 CommentRequired: Field comments are required
4338 src/InterSatelliteCommunications/FSSProtocol.java 47 CommentRequired: Field comments are required
4339 src/InterSatelliteCommunications/FSSProtocol.java 47 FieldNamingConventions: The field name 'm_waiting_max' doesn't match '[a-z][a-zA-Z0-9]*'
4340 src/InterSatelliteCommunications/FSSProtocol.java 47 FieldNamingConventions: The field name 'm_waiting_max' doesn't match '[a-z][a-zA-Z0-9]*'
4341 src/InterSatelliteCommunications/FSSProtocol.java 47 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_waiting_max' is not final.
4342 src/InterSatelliteCommunications/FSSProtocol.java 47 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_waiting_max' is not final.
4343 src/InterSatelliteCommunications/FSSProtocol.java 48 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4344 src/InterSatelliteCommunications/FSSProtocol.java 48 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4345 src/InterSatelliteCommunications/FSSProtocol.java 48 CommentRequired: Field comments are required
4346 src/InterSatelliteCommunications/FSSProtocol.java 48 CommentRequired: Field comments are required
4347 src/InterSatelliteCommunications/FSSProtocol.java 48 FieldNamingConventions: The field name 'm_waiting_timeout' doesn't match '[a-z][a-zA-Z0-9]*'
4348 src/InterSatelliteCommunications/FSSProtocol.java 48 FieldNamingConventions: The field name 'm_waiting_timeout' doesn't match '[a-z][a-zA-Z0-9]*'
4349 src/InterSatelliteCommunications/FSSProtocol.java 48 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_waiting_timeout' is not final.
4350 src/InterSatelliteCommunications/FSSProtocol.java 48 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_waiting_timeout' is not final.
4351 src/InterSatelliteCommunications/FSSProtocol.java 49 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4352 src/InterSatelliteCommunications/FSSProtocol.java 49 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4353 src/InterSatelliteCommunications/FSSProtocol.java 49 CommentRequired: Field comments are required
4354 src/InterSatelliteCommunications/FSSProtocol.java 49 CommentRequired: Field comments are required
4355 src/InterSatelliteCommunications/FSSProtocol.java 49 FieldNamingConventions: The field name 'm_waiting_next' doesn't match '[a-z][a-zA-Z0-9]*'
4356 src/InterSatelliteCommunications/FSSProtocol.java 49 FieldNamingConventions: The field name 'm_waiting_next' doesn't match '[a-z][a-zA-Z0-9]*'
4357 src/InterSatelliteCommunications/FSSProtocol.java 49 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_waiting_next' is not final.
4358 src/InterSatelliteCommunications/FSSProtocol.java 49 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_waiting_next' is not final.
4359 src/InterSatelliteCommunications/FSSProtocol.java 50 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4360 src/InterSatelliteCommunications/FSSProtocol.java 50 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4361 src/InterSatelliteCommunications/FSSProtocol.java 50 CommentRequired: Field comments are required
4362 src/InterSatelliteCommunications/FSSProtocol.java 50 CommentRequired: Field comments are required
4363 src/InterSatelliteCommunications/FSSProtocol.java 50 FieldNamingConventions: The field name 'm_rx_packet_backoff' doesn't match '[a-z][a-zA-Z0-9]*'
4364 src/InterSatelliteCommunications/FSSProtocol.java 50 FieldNamingConventions: The field name 'm_rx_packet_backoff' doesn't match '[a-z][a-zA-Z0-9]*'
4365 src/InterSatelliteCommunications/FSSProtocol.java 50 LongVariable: Avoid excessively long variable names like m_rx_packet_backoff
4366 src/InterSatelliteCommunications/FSSProtocol.java 50 LongVariable: Avoid excessively long variable names like m_rx_packet_backoff
4367 src/InterSatelliteCommunications/FSSProtocol.java 50 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_rx_packet_backoff' is not final.
4368 src/InterSatelliteCommunications/FSSProtocol.java 50 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_rx_packet_backoff' is not final.
4369 src/InterSatelliteCommunications/FSSProtocol.java 51 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4370 src/InterSatelliteCommunications/FSSProtocol.java 51 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4371 src/InterSatelliteCommunications/FSSProtocol.java 51 CommentRequired: Field comments are required
4372 src/InterSatelliteCommunications/FSSProtocol.java 51 CommentRequired: Field comments are required
4373 src/InterSatelliteCommunications/FSSProtocol.java 51 FieldNamingConventions: The field name 'm_rand' doesn't match '[a-z][a-zA-Z0-9]*'
4374 src/InterSatelliteCommunications/FSSProtocol.java 51 FieldNamingConventions: The field name 'm_rand' doesn't match '[a-z][a-zA-Z0-9]*'
4375 src/InterSatelliteCommunications/FSSProtocol.java 51 ImmutableField: Private field 'm_rand' could be made final; it is only initialized in the declaration or constructor.
4376 src/InterSatelliteCommunications/FSSProtocol.java 51 ImmutableField: Private field 'm_rand' could be made final; it is only initialized in the declaration or constructor.
4377 src/InterSatelliteCommunications/FSSProtocol.java 51 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_rand' is not final.
4378 src/InterSatelliteCommunications/FSSProtocol.java 51 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_rand' is not final.
4379 src/InterSatelliteCommunications/FSSProtocol.java 53 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4380 src/InterSatelliteCommunications/FSSProtocol.java 53 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4381 src/InterSatelliteCommunications/FSSProtocol.java 53 CommentRequired: Field comments are required
4382 src/InterSatelliteCommunications/FSSProtocol.java 53 CommentRequired: Field comments are required
4383 src/InterSatelliteCommunications/FSSProtocol.java 53 FieldNamingConventions: The field name 'm_publishing_period' doesn't match '[a-z][a-zA-Z0-9]*'
4384 src/InterSatelliteCommunications/FSSProtocol.java 53 FieldNamingConventions: The field name 'm_publishing_period' doesn't match '[a-z][a-zA-Z0-9]*'
4385 src/InterSatelliteCommunications/FSSProtocol.java 53 ImmutableField: Private field 'm_publishing_period' could be made final; it is only initialized in the declaration or constructor.
4386 src/InterSatelliteCommunications/FSSProtocol.java 53 ImmutableField: Private field 'm_publishing_period' could be made final; it is only initialized in the declaration or constructor.
4387 src/InterSatelliteCommunications/FSSProtocol.java 53 LongVariable: Avoid excessively long variable names like m_publishing_period
4388 src/InterSatelliteCommunications/FSSProtocol.java 53 LongVariable: Avoid excessively long variable names like m_publishing_period
4389 src/InterSatelliteCommunications/FSSProtocol.java 53 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_publishing_period' is not final.
4390 src/InterSatelliteCommunications/FSSProtocol.java 53 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_publishing_period' is not final.
4391 src/InterSatelliteCommunications/FSSProtocol.java 54 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4392 src/InterSatelliteCommunications/FSSProtocol.java 54 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4393 src/InterSatelliteCommunications/FSSProtocol.java 54 CommentRequired: Field comments are required
4394 src/InterSatelliteCommunications/FSSProtocol.java 54 CommentRequired: Field comments are required
4395 src/InterSatelliteCommunications/FSSProtocol.java 54 FieldNamingConventions: The field name 'm_publishing_next' doesn't match '[a-z][a-zA-Z0-9]*'
4396 src/InterSatelliteCommunications/FSSProtocol.java 54 FieldNamingConventions: The field name 'm_publishing_next' doesn't match '[a-z][a-zA-Z0-9]*'
4397 src/InterSatelliteCommunications/FSSProtocol.java 54 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_publishing_next' is not final.
4398 src/InterSatelliteCommunications/FSSProtocol.java 54 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_publishing_next' is not final.
4399 src/InterSatelliteCommunications/FSSProtocol.java 56 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4400 src/InterSatelliteCommunications/FSSProtocol.java 56 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4401 src/InterSatelliteCommunications/FSSProtocol.java 56 CommentRequired: Field comments are required
4402 src/InterSatelliteCommunications/FSSProtocol.java 56 CommentRequired: Field comments are required
4403 src/InterSatelliteCommunications/FSSProtocol.java 56 FieldNamingConventions: The field name 'm_start_time' doesn't match '[a-z][a-zA-Z0-9]*'
4404 src/InterSatelliteCommunications/FSSProtocol.java 56 FieldNamingConventions: The field name 'm_start_time' doesn't match '[a-z][a-zA-Z0-9]*'
4405 src/InterSatelliteCommunications/FSSProtocol.java 56 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_start_time' is not final.
4406 src/InterSatelliteCommunications/FSSProtocol.java 56 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_start_time' is not final.
4407 src/InterSatelliteCommunications/FSSProtocol.java 57 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4408 src/InterSatelliteCommunications/FSSProtocol.java 57 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4409 src/InterSatelliteCommunications/FSSProtocol.java 57 CommentRequired: Field comments are required
4410 src/InterSatelliteCommunications/FSSProtocol.java 57 CommentRequired: Field comments are required
4411 src/InterSatelliteCommunications/FSSProtocol.java 57 FieldNamingConventions: The field name 'm_end_time' doesn't match '[a-z][a-zA-Z0-9]*'
4412 src/InterSatelliteCommunications/FSSProtocol.java 57 FieldNamingConventions: The field name 'm_end_time' doesn't match '[a-z][a-zA-Z0-9]*'
4413 src/InterSatelliteCommunications/FSSProtocol.java 57 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_end_time' is not final.
4414 src/InterSatelliteCommunications/FSSProtocol.java 57 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_end_time' is not final.
4415 src/InterSatelliteCommunications/FSSProtocol.java 58 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4416 src/InterSatelliteCommunications/FSSProtocol.java 58 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4417 src/InterSatelliteCommunications/FSSProtocol.java 58 CommentRequired: Field comments are required
4418 src/InterSatelliteCommunications/FSSProtocol.java 58 CommentRequired: Field comments are required
4419 src/InterSatelliteCommunications/FSSProtocol.java 58 FieldNamingConventions: The field name 'm_buffer_thr' doesn't match '[a-z][a-zA-Z0-9]*'
4420 src/InterSatelliteCommunications/FSSProtocol.java 58 FieldNamingConventions: The field name 'm_buffer_thr' doesn't match '[a-z][a-zA-Z0-9]*'
4421 src/InterSatelliteCommunications/FSSProtocol.java 58 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_buffer_thr' is not final.
4422 src/InterSatelliteCommunications/FSSProtocol.java 58 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_buffer_thr' is not final.
4423 src/InterSatelliteCommunications/FSSProtocol.java 60 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4424 src/InterSatelliteCommunications/FSSProtocol.java 60 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4425 src/InterSatelliteCommunications/FSSProtocol.java 60 CommentRequired: Field comments are required
4426 src/InterSatelliteCommunications/FSSProtocol.java 60 CommentRequired: Field comments are required
4427 src/InterSatelliteCommunications/FSSProtocol.java 60 FieldNamingConventions: The field name 'm_empty_data' doesn't match '[a-z][a-zA-Z0-9]*'
4428 src/InterSatelliteCommunications/FSSProtocol.java 60 FieldNamingConventions: The field name 'm_empty_data' doesn't match '[a-z][a-zA-Z0-9]*'
4429 src/InterSatelliteCommunications/FSSProtocol.java 60 ImmutableField: Private field 'm_empty_data' could be made final; it is only initialized in the declaration or constructor.
4430 src/InterSatelliteCommunications/FSSProtocol.java 60 ImmutableField: Private field 'm_empty_data' could be made final; it is only initialized in the declaration or constructor.
4431 src/InterSatelliteCommunications/FSSProtocol.java 60 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_empty_data' is not final.
4432 src/InterSatelliteCommunications/FSSProtocol.java 60 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_empty_data' is not final.
4433 src/InterSatelliteCommunications/FSSProtocol.java 61 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4434 src/InterSatelliteCommunications/FSSProtocol.java 61 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4435 src/InterSatelliteCommunications/FSSProtocol.java 61 CommentRequired: Field comments are required
4436 src/InterSatelliteCommunications/FSSProtocol.java 61 CommentRequired: Field comments are required
4437 src/InterSatelliteCommunications/FSSProtocol.java 61 FieldNamingConventions: The field name 'm_conf' doesn't match '[a-z][a-zA-Z0-9]*'
4438 src/InterSatelliteCommunications/FSSProtocol.java 61 FieldNamingConventions: The field name 'm_conf' doesn't match '[a-z][a-zA-Z0-9]*'
4439 src/InterSatelliteCommunications/FSSProtocol.java 61 ImmutableField: Private field 'm_conf' could be made final; it is only initialized in the declaration or constructor.
4440 src/InterSatelliteCommunications/FSSProtocol.java 61 ImmutableField: Private field 'm_conf' could be made final; it is only initialized in the declaration or constructor.
4441 src/InterSatelliteCommunications/FSSProtocol.java 61 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_conf' is not final.
4442 src/InterSatelliteCommunications/FSSProtocol.java 61 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_conf' is not final.
4443 src/InterSatelliteCommunications/FSSProtocol.java 63 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4444 src/InterSatelliteCommunications/FSSProtocol.java 63 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4445 src/InterSatelliteCommunications/FSSProtocol.java 63 CommentRequired: Field comments are required
4446 src/InterSatelliteCommunications/FSSProtocol.java 63 CommentRequired: Field comments are required
4447 src/InterSatelliteCommunications/FSSProtocol.java 63 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
4448 src/InterSatelliteCommunications/FSSProtocol.java 63 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
4449 src/InterSatelliteCommunications/FSSProtocol.java 63 FieldNamingConventions: The field name 'm_dispatcher' doesn't match '[a-z][a-zA-Z0-9]*'
4450 src/InterSatelliteCommunications/FSSProtocol.java 63 FieldNamingConventions: The field name 'm_dispatcher' doesn't match '[a-z][a-zA-Z0-9]*'
4451 src/InterSatelliteCommunications/FSSProtocol.java 63 ImmutableField: Private field 'm_dispatcher' could be made final; it is only initialized in the declaration or constructor.
4452 src/InterSatelliteCommunications/FSSProtocol.java 63 ImmutableField: Private field 'm_dispatcher' could be made final; it is only initialized in the declaration or constructor.
4453 src/InterSatelliteCommunications/FSSProtocol.java 63 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_dispatcher' is not final.
4454 src/InterSatelliteCommunications/FSSProtocol.java 63 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_dispatcher' is not final.
4455 src/InterSatelliteCommunications/FSSProtocol.java 64 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4456 src/InterSatelliteCommunications/FSSProtocol.java 64 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4457 src/InterSatelliteCommunications/FSSProtocol.java 64 CommentRequired: Field comments are required
4458 src/InterSatelliteCommunications/FSSProtocol.java 64 CommentRequired: Field comments are required
4459 src/InterSatelliteCommunications/FSSProtocol.java 64 FieldNamingConventions: The field name 'm_isc_buffer' doesn't match '[a-z][a-zA-Z0-9]*'
4460 src/InterSatelliteCommunications/FSSProtocol.java 64 FieldNamingConventions: The field name 'm_isc_buffer' doesn't match '[a-z][a-zA-Z0-9]*'
4461 src/InterSatelliteCommunications/FSSProtocol.java 64 ImmutableField: Private field 'm_isc_buffer' could be made final; it is only initialized in the declaration or constructor.
4462 src/InterSatelliteCommunications/FSSProtocol.java 64 ImmutableField: Private field 'm_isc_buffer' could be made final; it is only initialized in the declaration or constructor.
4463 src/InterSatelliteCommunications/FSSProtocol.java 64 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_isc_buffer' is not final.
4464 src/InterSatelliteCommunications/FSSProtocol.java 64 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_isc_buffer' is not final.
4465 src/InterSatelliteCommunications/FSSProtocol.java 65 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4466 src/InterSatelliteCommunications/FSSProtocol.java 65 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4467 src/InterSatelliteCommunications/FSSProtocol.java 65 CommentRequired: Field comments are required
4468 src/InterSatelliteCommunications/FSSProtocol.java 65 CommentRequired: Field comments are required
4469 src/InterSatelliteCommunications/FSSProtocol.java 65 FieldNamingConventions: The field name 'm_data_stream' doesn't match '[a-z][a-zA-Z0-9]*'
4470 src/InterSatelliteCommunications/FSSProtocol.java 65 FieldNamingConventions: The field name 'm_data_stream' doesn't match '[a-z][a-zA-Z0-9]*'
4471 src/InterSatelliteCommunications/FSSProtocol.java 65 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_data_stream' is not final.
4472 src/InterSatelliteCommunications/FSSProtocol.java 65 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_data_stream' is not final.
4473 src/InterSatelliteCommunications/FSSProtocol.java 66 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4474 src/InterSatelliteCommunications/FSSProtocol.java 66 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4475 src/InterSatelliteCommunications/FSSProtocol.java 66 CommentRequired: Field comments are required
4476 src/InterSatelliteCommunications/FSSProtocol.java 66 CommentRequired: Field comments are required
4477 src/InterSatelliteCommunications/FSSProtocol.java 66 FieldNamingConventions: The field name 'm_ipc_header_stream' doesn't match '[a-z][a-zA-Z0-9]*'
4478 src/InterSatelliteCommunications/FSSProtocol.java 66 FieldNamingConventions: The field name 'm_ipc_header_stream' doesn't match '[a-z][a-zA-Z0-9]*'
4479 src/InterSatelliteCommunications/FSSProtocol.java 66 ImmutableField: Private field 'm_ipc_header_stream' could be made final; it is only initialized in the declaration or constructor.
4480 src/InterSatelliteCommunications/FSSProtocol.java 66 ImmutableField: Private field 'm_ipc_header_stream' could be made final; it is only initialized in the declaration or constructor.
4481 src/InterSatelliteCommunications/FSSProtocol.java 66 LongVariable: Avoid excessively long variable names like m_ipc_header_stream
4482 src/InterSatelliteCommunications/FSSProtocol.java 66 LongVariable: Avoid excessively long variable names like m_ipc_header_stream
4483 src/InterSatelliteCommunications/FSSProtocol.java 66 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_ipc_header_stream' is not final.
4484 src/InterSatelliteCommunications/FSSProtocol.java 66 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_ipc_header_stream' is not final.
4485 src/InterSatelliteCommunications/FSSProtocol.java 67 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4486 src/InterSatelliteCommunications/FSSProtocol.java 67 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4487 src/InterSatelliteCommunications/FSSProtocol.java 67 CommentRequired: Field comments are required
4488 src/InterSatelliteCommunications/FSSProtocol.java 67 CommentRequired: Field comments are required
4489 src/InterSatelliteCommunications/FSSProtocol.java 67 FieldNamingConventions: The field name 'm_ipc_checksum_stream' doesn't match '[a-z][a-zA-Z0-9]*'
4490 src/InterSatelliteCommunications/FSSProtocol.java 67 FieldNamingConventions: The field name 'm_ipc_checksum_stream' doesn't match '[a-z][a-zA-Z0-9]*'
4491 src/InterSatelliteCommunications/FSSProtocol.java 67 ImmutableField: Private field 'm_ipc_checksum_stream' could be made final; it is only initialized in the declaration or constructor.
4492 src/InterSatelliteCommunications/FSSProtocol.java 67 ImmutableField: Private field 'm_ipc_checksum_stream' could be made final; it is only initialized in the declaration or constructor.
4493 src/InterSatelliteCommunications/FSSProtocol.java 67 LongVariable: Avoid excessively long variable names like m_ipc_checksum_stream
4494 src/InterSatelliteCommunications/FSSProtocol.java 67 LongVariable: Avoid excessively long variable names like m_ipc_checksum_stream
4495 src/InterSatelliteCommunications/FSSProtocol.java 67 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_ipc_checksum_stream' is not final.
4496 src/InterSatelliteCommunications/FSSProtocol.java 67 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_ipc_checksum_stream' is not final.
4497 src/InterSatelliteCommunications/FSSProtocol.java 68 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4498 src/InterSatelliteCommunications/FSSProtocol.java 68 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4499 src/InterSatelliteCommunications/FSSProtocol.java 68 CommentRequired: Field comments are required
4500 src/InterSatelliteCommunications/FSSProtocol.java 68 CommentRequired: Field comments are required
4501 src/InterSatelliteCommunications/FSSProtocol.java 68 FieldNamingConventions: The field name 'm_prot_num' doesn't match '[a-z][a-zA-Z0-9]*'
4502 src/InterSatelliteCommunications/FSSProtocol.java 68 FieldNamingConventions: The field name 'm_prot_num' doesn't match '[a-z][a-zA-Z0-9]*'
4503 src/InterSatelliteCommunications/FSSProtocol.java 68 ImmutableField: Private field 'm_prot_num' could be made final; it is only initialized in the declaration or constructor.
4504 src/InterSatelliteCommunications/FSSProtocol.java 68 ImmutableField: Private field 'm_prot_num' could be made final; it is only initialized in the declaration or constructor.
4505 src/InterSatelliteCommunications/FSSProtocol.java 68 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_prot_num' is not final.
4506 src/InterSatelliteCommunications/FSSProtocol.java 68 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_prot_num' is not final.
4507 src/InterSatelliteCommunications/FSSProtocol.java 70 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4508 src/InterSatelliteCommunications/FSSProtocol.java 70 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4509 src/InterSatelliteCommunications/FSSProtocol.java 70 CommentRequired: Field comments are required
4510 src/InterSatelliteCommunications/FSSProtocol.java 70 CommentRequired: Field comments are required
4511 src/InterSatelliteCommunications/FSSProtocol.java 70 FieldNamingConventions: The field name 'm_publish_content_stream' doesn't match '[a-z][a-zA-Z0-9]*'
4512 src/InterSatelliteCommunications/FSSProtocol.java 70 FieldNamingConventions: The field name 'm_publish_content_stream' doesn't match '[a-z][a-zA-Z0-9]*'
4513 src/InterSatelliteCommunications/FSSProtocol.java 70 ImmutableField: Private field 'm_publish_content_stream' could be made final; it is only initialized in the declaration or constructor.
4514 src/InterSatelliteCommunications/FSSProtocol.java 70 ImmutableField: Private field 'm_publish_content_stream' could be made final; it is only initialized in the declaration or constructor.
4515 src/InterSatelliteCommunications/FSSProtocol.java 70 LongVariable: Avoid excessively long variable names like m_publish_content_stream
4516 src/InterSatelliteCommunications/FSSProtocol.java 70 LongVariable: Avoid excessively long variable names like m_publish_content_stream
4517 src/InterSatelliteCommunications/FSSProtocol.java 70 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_publish_content_stream' is not final.
4518 src/InterSatelliteCommunications/FSSProtocol.java 70 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_publish_content_stream' is not final.
4519 src/InterSatelliteCommunications/FSSProtocol.java 71 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4520 src/InterSatelliteCommunications/FSSProtocol.java 71 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4521 src/InterSatelliteCommunications/FSSProtocol.java 71 CommentRequired: Field comments are required
4522 src/InterSatelliteCommunications/FSSProtocol.java 71 CommentRequired: Field comments are required
4523 src/InterSatelliteCommunications/FSSProtocol.java 71 FieldNamingConventions: The field name 'm_request_content_stream' doesn't match '[a-z][a-zA-Z0-9]*'
4524 src/InterSatelliteCommunications/FSSProtocol.java 71 FieldNamingConventions: The field name 'm_request_content_stream' doesn't match '[a-z][a-zA-Z0-9]*'
4525 src/InterSatelliteCommunications/FSSProtocol.java 71 ImmutableField: Private field 'm_request_content_stream' could be made final; it is only initialized in the declaration or constructor.
4526 src/InterSatelliteCommunications/FSSProtocol.java 71 ImmutableField: Private field 'm_request_content_stream' could be made final; it is only initialized in the declaration or constructor.
4527 src/InterSatelliteCommunications/FSSProtocol.java 71 LongVariable: Avoid excessively long variable names like m_request_content_stream
4528 src/InterSatelliteCommunications/FSSProtocol.java 71 LongVariable: Avoid excessively long variable names like m_request_content_stream
4529 src/InterSatelliteCommunications/FSSProtocol.java 71 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_request_content_stream' is not final.
4530 src/InterSatelliteCommunications/FSSProtocol.java 71 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_request_content_stream' is not final.
4531 src/InterSatelliteCommunications/FSSProtocol.java 72 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4532 src/InterSatelliteCommunications/FSSProtocol.java 72 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4533 src/InterSatelliteCommunications/FSSProtocol.java 72 CommentRequired: Field comments are required
4534 src/InterSatelliteCommunications/FSSProtocol.java 72 CommentRequired: Field comments are required
4535 src/InterSatelliteCommunications/FSSProtocol.java 72 FieldNamingConventions: The field name 'm_payload_data' doesn't match '[a-z][a-zA-Z0-9]*'
4536 src/InterSatelliteCommunications/FSSProtocol.java 72 FieldNamingConventions: The field name 'm_payload_data' doesn't match '[a-z][a-zA-Z0-9]*'
4537 src/InterSatelliteCommunications/FSSProtocol.java 72 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_payload_data' is not final.
4538 src/InterSatelliteCommunications/FSSProtocol.java 72 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_payload_data' is not final.
4539 src/InterSatelliteCommunications/FSSProtocol.java 74 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4540 src/InterSatelliteCommunications/FSSProtocol.java 74 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4541 src/InterSatelliteCommunications/FSSProtocol.java 74 CommentRequired: Field comments are required
4542 src/InterSatelliteCommunications/FSSProtocol.java 74 CommentRequired: Field comments are required
4543 src/InterSatelliteCommunications/FSSProtocol.java 74 FieldNamingConventions: The field name 'm_logger' doesn't match '[a-z][a-zA-Z0-9]*'
4544 src/InterSatelliteCommunications/FSSProtocol.java 74 FieldNamingConventions: The field name 'm_logger' doesn't match '[a-z][a-zA-Z0-9]*'
4545 src/InterSatelliteCommunications/FSSProtocol.java 74 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
4546 src/InterSatelliteCommunications/FSSProtocol.java 74 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
4547 src/InterSatelliteCommunications/FSSProtocol.java 74 ProperLogger: Logger should be defined private static final and have the correct class
4548 src/InterSatelliteCommunications/FSSProtocol.java 74 ProperLogger: Logger should be defined private static final and have the correct class
4549 src/InterSatelliteCommunications/FSSProtocol.java 74 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_logger' is not final.
4550 src/InterSatelliteCommunications/FSSProtocol.java 74 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_logger' is not final.
4551 src/InterSatelliteCommunications/FSSProtocol.java 75 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4552 src/InterSatelliteCommunications/FSSProtocol.java 75 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4553 src/InterSatelliteCommunications/FSSProtocol.java 75 CommentRequired: Field comments are required
4554 src/InterSatelliteCommunications/FSSProtocol.java 75 CommentRequired: Field comments are required
4555 src/InterSatelliteCommunications/FSSProtocol.java 75 FieldNamingConventions: The field name 'm_time' doesn't match '[a-z][a-zA-Z0-9]*'
4556 src/InterSatelliteCommunications/FSSProtocol.java 75 FieldNamingConventions: The field name 'm_time' doesn't match '[a-z][a-zA-Z0-9]*'
4557 src/InterSatelliteCommunications/FSSProtocol.java 75 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
4558 src/InterSatelliteCommunications/FSSProtocol.java 75 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
4559 src/InterSatelliteCommunications/FSSProtocol.java 75 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_time' is not final.
4560 src/InterSatelliteCommunications/FSSProtocol.java 75 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'm_time' is not final.
4561 src/InterSatelliteCommunications/FSSProtocol.java 77 CommentRequired: Field comments are required
4562 src/InterSatelliteCommunications/FSSProtocol.java 77 CommentRequired: Field comments are required
4563 src/InterSatelliteCommunications/FSSProtocol.java 79 CommentRequired: Public method and constructor comments are required
4564 src/InterSatelliteCommunications/FSSProtocol.java 79 CommentRequired: Public method and constructor comments are required
4565 src/InterSatelliteCommunications/FSSProtocol.java 79 FormalParameterNamingConventions: The method parameter name 'fed_buffer' doesn't match '[a-z][a-zA-Z0-9]*'
4566 src/InterSatelliteCommunications/FSSProtocol.java 79 FormalParameterNamingConventions: The method parameter name 'fed_buffer' doesn't match '[a-z][a-zA-Z0-9]*'
4567 src/InterSatelliteCommunications/FSSProtocol.java 79 FormalParameterNamingConventions: The method parameter name 'payload_buffer' doesn't match '[a-z][a-zA-Z0-9]*'
4568 src/InterSatelliteCommunications/FSSProtocol.java 79 FormalParameterNamingConventions: The method parameter name 'payload_buffer' doesn't match '[a-z][a-zA-Z0-9]*'
4569 src/InterSatelliteCommunications/FSSProtocol.java 79 MethodArgumentCouldBeFinal: Parameter 'fed_buffer' is not assigned and could be declared final
4570 src/InterSatelliteCommunications/FSSProtocol.java 79 MethodArgumentCouldBeFinal: Parameter 'fed_buffer' is not assigned and could be declared final
4571 src/InterSatelliteCommunications/FSSProtocol.java 79 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
4572 src/InterSatelliteCommunications/FSSProtocol.java 79 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
4573 src/InterSatelliteCommunications/FSSProtocol.java 79 MethodArgumentCouldBeFinal: Parameter 'payload_buffer' is not assigned and could be declared final
4574 src/InterSatelliteCommunications/FSSProtocol.java 79 MethodArgumentCouldBeFinal: Parameter 'payload_buffer' is not assigned and could be declared final
4575 src/InterSatelliteCommunications/FSSProtocol.java 79 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fed_buffer' is not final.
4576 src/InterSatelliteCommunications/FSSProtocol.java 79 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fed_buffer' is not final.
4577 src/InterSatelliteCommunications/FSSProtocol.java 79 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'payload_buffer' is not final.
4578 src/InterSatelliteCommunications/FSSProtocol.java 79 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'payload_buffer' is not final.
4579 src/InterSatelliteCommunications/FSSProtocol.java 80 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
4580 src/InterSatelliteCommunications/FSSProtocol.java 80 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
4581 src/InterSatelliteCommunications/FSSProtocol.java 80 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
4582 src/InterSatelliteCommunications/FSSProtocol.java 80 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
4583 src/InterSatelliteCommunications/FSSProtocol.java 80 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
4584 src/InterSatelliteCommunications/FSSProtocol.java 80 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
4585 src/InterSatelliteCommunications/FSSProtocol.java 80 MethodArgumentCouldBeFinal: Parameter 'dispatcher' is not assigned and could be declared final
4586 src/InterSatelliteCommunications/FSSProtocol.java 80 MethodArgumentCouldBeFinal: Parameter 'dispatcher' is not assigned and could be declared final
4587 src/InterSatelliteCommunications/FSSProtocol.java 80 MethodArgumentCouldBeFinal: Parameter 'timer' is not assigned and could be declared final
4588 src/InterSatelliteCommunications/FSSProtocol.java 80 MethodArgumentCouldBeFinal: Parameter 'timer' is not assigned and could be declared final
4589 src/InterSatelliteCommunications/FSSProtocol.java 80 MethodArgumentCouldBeFinal: Parameter 'ttc' is not assigned and could be declared final
4590 src/InterSatelliteCommunications/FSSProtocol.java 80 MethodArgumentCouldBeFinal: Parameter 'ttc' is not assigned and could be declared final
4591 src/InterSatelliteCommunications/FSSProtocol.java 133 ConstructorCallsOverridableMethod: Overridable method 'setConfiguration' called during object construction
4592 src/InterSatelliteCommunications/FSSProtocol.java 133 ConstructorCallsOverridableMethod: Overridable method 'setConfiguration' called during object construction
4593 src/InterSatelliteCommunications/FSSProtocol.java 136 CommentRequired: Public method and constructor comments are required
4594 src/InterSatelliteCommunications/FSSProtocol.java 136 CommentRequired: Public method and constructor comments are required
4595 src/InterSatelliteCommunications/FSSProtocol.java 148 CognitiveComplexity: The method 'run()' has a cognitive complexity of 20, current threshold is 15
4596 src/InterSatelliteCommunications/FSSProtocol.java 148 CognitiveComplexity: The method 'run()' has a cognitive complexity of 20, current threshold is 15
4597 src/InterSatelliteCommunications/FSSProtocol.java 148 CyclomaticComplexity: The method 'run()' has a cyclomatic complexity of 12.
4598 src/InterSatelliteCommunications/FSSProtocol.java 148 CyclomaticComplexity: The method 'run()' has a cyclomatic complexity of 12.
4599 src/InterSatelliteCommunications/FSSProtocol.java 148 StdCyclomaticComplexity: The method 'run' has a Standard Cyclomatic Complexity of 11.
4600 src/InterSatelliteCommunications/FSSProtocol.java 148 StdCyclomaticComplexity: The method 'run' has a Standard Cyclomatic Complexity of 11.
4601 src/InterSatelliteCommunications/FSSProtocol.java 151 LocalVariableNamingConventions: The local variable name 'time_tick' doesn't match '[a-z][a-zA-Z0-9]*'
4602 src/InterSatelliteCommunications/FSSProtocol.java 151 LocalVariableNamingConventions: The local variable name 'time_tick' doesn't match '[a-z][a-zA-Z0-9]*'
4603 src/InterSatelliteCommunications/FSSProtocol.java 151 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'time_tick' is not final.
4604 src/InterSatelliteCommunications/FSSProtocol.java 151 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'time_tick' is not final.
4605 src/InterSatelliteCommunications/FSSProtocol.java 152 LocalVariableNamingConventions: The local variable name 'spent_time' doesn't match '[a-z][a-zA-Z0-9]*'
4606 src/InterSatelliteCommunications/FSSProtocol.java 152 LocalVariableNamingConventions: The local variable name 'spent_time' doesn't match '[a-z][a-zA-Z0-9]*'
4607 src/InterSatelliteCommunications/FSSProtocol.java 152 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'spent_time' is not final.
4608 src/InterSatelliteCommunications/FSSProtocol.java 152 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'spent_time' is not final.
4609 src/InterSatelliteCommunications/FSSProtocol.java 153 LocalVariableNamingConventions: The local variable name 'time_to_sleep' doesn't match '[a-z][a-zA-Z0-9]*'
4610 src/InterSatelliteCommunications/FSSProtocol.java 153 LocalVariableNamingConventions: The local variable name 'time_to_sleep' doesn't match '[a-z][a-zA-Z0-9]*'
4611 src/InterSatelliteCommunications/FSSProtocol.java 153 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'time_to_sleep' is not final.
4612 src/InterSatelliteCommunications/FSSProtocol.java 153 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'time_to_sleep' is not final.
4613 src/InterSatelliteCommunications/FSSProtocol.java 169 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4614 src/InterSatelliteCommunications/FSSProtocol.java 169 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4615 src/InterSatelliteCommunications/FSSProtocol.java 181 CommentSize: Comment is too large: Line too long
4616 src/InterSatelliteCommunications/FSSProtocol.java 181 CommentSize: Comment is too large: Line too long
4617 src/InterSatelliteCommunications/FSSProtocol.java 183 CommentSize: Comment is too large: Line too long
4618 src/InterSatelliteCommunications/FSSProtocol.java 183 CommentSize: Comment is too large: Line too long
4619 src/InterSatelliteCommunications/FSSProtocol.java 187 CommentSize: Comment is too large: Line too long
4620 src/InterSatelliteCommunications/FSSProtocol.java 187 CommentSize: Comment is too large: Line too long
4621 src/InterSatelliteCommunications/FSSProtocol.java 194 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4622 src/InterSatelliteCommunications/FSSProtocol.java 194 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4623 src/InterSatelliteCommunications/FSSProtocol.java 202 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
4624 src/InterSatelliteCommunications/FSSProtocol.java 202 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
4625 src/InterSatelliteCommunications/FSSProtocol.java 225 GuardLogStatement: Logger calls should be surrounded by log level guards.
4626 src/InterSatelliteCommunications/FSSProtocol.java 225 GuardLogStatement: Logger calls should be surrounded by log level guards.
4627 src/InterSatelliteCommunications/FSSProtocol.java 228 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
4628 src/InterSatelliteCommunications/FSSProtocol.java 228 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
4629 src/InterSatelliteCommunications/FSSProtocol.java 234 GuardLogStatement: Logger calls should be surrounded by log level guards.
4630 src/InterSatelliteCommunications/FSSProtocol.java 234 GuardLogStatement: Logger calls should be surrounded by log level guards.
4631 src/InterSatelliteCommunications/FSSProtocol.java 237 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
4632 src/InterSatelliteCommunications/FSSProtocol.java 237 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
4633 src/InterSatelliteCommunications/FSSProtocol.java 249 GuardLogStatement: Logger calls should be surrounded by log level guards.
4634 src/InterSatelliteCommunications/FSSProtocol.java 249 GuardLogStatement: Logger calls should be surrounded by log level guards.
4635 src/InterSatelliteCommunications/FSSProtocol.java 250 LocalVariableCouldBeFinal: Local variable 'temp_packet' could be declared final
4636 src/InterSatelliteCommunications/FSSProtocol.java 250 LocalVariableCouldBeFinal: Local variable 'temp_packet' could be declared final
4637 src/InterSatelliteCommunications/FSSProtocol.java 250 LocalVariableNamingConventions: The local variable name 'temp_packet' doesn't match '[a-z][a-zA-Z0-9]*'
4638 src/InterSatelliteCommunications/FSSProtocol.java 250 LocalVariableNamingConventions: The local variable name 'temp_packet' doesn't match '[a-z][a-zA-Z0-9]*'
4639 src/InterSatelliteCommunications/FSSProtocol.java 250 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'temp_packet' is not final.
4640 src/InterSatelliteCommunications/FSSProtocol.java 250 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'temp_packet' is not final.
4641 src/InterSatelliteCommunications/FSSProtocol.java 258 FormalParameterNamingConventions: The method parameter name 'packet_type' doesn't match '[a-z][a-zA-Z0-9]*'
4642 src/InterSatelliteCommunications/FSSProtocol.java 258 FormalParameterNamingConventions: The method parameter name 'packet_type' doesn't match '[a-z][a-zA-Z0-9]*'
4643 src/InterSatelliteCommunications/FSSProtocol.java 258 MethodArgumentCouldBeFinal: Parameter 'packet_type' is not assigned and could be declared final
4644 src/InterSatelliteCommunications/FSSProtocol.java 258 MethodArgumentCouldBeFinal: Parameter 'packet_type' is not assigned and could be declared final
4645 src/InterSatelliteCommunications/FSSProtocol.java 258 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'packet_type' is not final.
4646 src/InterSatelliteCommunications/FSSProtocol.java 258 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'packet_type' is not final.
4647 src/InterSatelliteCommunications/FSSProtocol.java 264 GuardLogStatement: Logger calls should be surrounded by log level guards.
4648 src/InterSatelliteCommunications/FSSProtocol.java 264 GuardLogStatement: Logger calls should be surrounded by log level guards.
4649 src/InterSatelliteCommunications/FSSProtocol.java 286 GuardLogStatement: Logger calls should be surrounded by log level guards.
4650 src/InterSatelliteCommunications/FSSProtocol.java 286 GuardLogStatement: Logger calls should be surrounded by log level guards.
4651 src/InterSatelliteCommunications/FSSProtocol.java 292 GuardLogStatement: Logger calls should be surrounded by log level guards.
4652 src/InterSatelliteCommunications/FSSProtocol.java 292 GuardLogStatement: Logger calls should be surrounded by log level guards.
4653 src/InterSatelliteCommunications/FSSProtocol.java 297 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
4654 src/InterSatelliteCommunications/FSSProtocol.java 297 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
4655 src/InterSatelliteCommunications/FSSProtocol.java 303 GuardLogStatement: Logger calls should be surrounded by log level guards.
4656 src/InterSatelliteCommunications/FSSProtocol.java 303 GuardLogStatement: Logger calls should be surrounded by log level guards.
4657 src/InterSatelliteCommunications/FSSProtocol.java 308 FormalParameterNamingConventions: The method parameter name 'service_type' doesn't match '[a-z][a-zA-Z0-9]*'
4658 src/InterSatelliteCommunications/FSSProtocol.java 308 FormalParameterNamingConventions: The method parameter name 'service_type' doesn't match '[a-z][a-zA-Z0-9]*'
4659 src/InterSatelliteCommunications/FSSProtocol.java 308 MethodArgumentCouldBeFinal: Parameter 'service_type' is not assigned and could be declared final
4660 src/InterSatelliteCommunications/FSSProtocol.java 308 MethodArgumentCouldBeFinal: Parameter 'service_type' is not assigned and could be declared final
4661 src/InterSatelliteCommunications/FSSProtocol.java 308 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'service_type' is not final.
4662 src/InterSatelliteCommunications/FSSProtocol.java 308 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'service_type' is not final.
4663 src/InterSatelliteCommunications/FSSProtocol.java 321 FormalParameterNamingConventions: The method parameter name 'service_type' doesn't match '[a-z][a-zA-Z0-9]*'
4664 src/InterSatelliteCommunications/FSSProtocol.java 321 FormalParameterNamingConventions: The method parameter name 'service_type' doesn't match '[a-z][a-zA-Z0-9]*'
4665 src/InterSatelliteCommunications/FSSProtocol.java 321 MethodArgumentCouldBeFinal: Parameter 'service_type' is not assigned and could be declared final
4666 src/InterSatelliteCommunications/FSSProtocol.java 321 MethodArgumentCouldBeFinal: Parameter 'service_type' is not assigned and could be declared final
4667 src/InterSatelliteCommunications/FSSProtocol.java 321 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'service_type' is not final.
4668 src/InterSatelliteCommunications/FSSProtocol.java 321 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'service_type' is not final.
4669 src/InterSatelliteCommunications/FSSProtocol.java 333 FormalParameterNamingConventions: The method parameter name 'service_type' doesn't match '[a-z][a-zA-Z0-9]*'
4670 src/InterSatelliteCommunications/FSSProtocol.java 333 FormalParameterNamingConventions: The method parameter name 'service_type' doesn't match '[a-z][a-zA-Z0-9]*'
4671 src/InterSatelliteCommunications/FSSProtocol.java 333 MethodArgumentCouldBeFinal: Parameter 'service_type' is not assigned and could be declared final
4672 src/InterSatelliteCommunications/FSSProtocol.java 333 MethodArgumentCouldBeFinal: Parameter 'service_type' is not assigned and could be declared final
4673 src/InterSatelliteCommunications/FSSProtocol.java 333 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'service_type' is not final.
4674 src/InterSatelliteCommunications/FSSProtocol.java 333 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'service_type' is not final.
4675 src/InterSatelliteCommunications/FSSProtocol.java 403 CyclomaticComplexity: The method 'standbyPhase(boolean)' has a cyclomatic complexity of 11.
4676 src/InterSatelliteCommunications/FSSProtocol.java 403 CyclomaticComplexity: The method 'standbyPhase(boolean)' has a cyclomatic complexity of 11.
4677 src/InterSatelliteCommunications/FSSProtocol.java 403 MethodArgumentCouldBeFinal: Parameter 'isRX' is not assigned and could be declared final
4678 src/InterSatelliteCommunications/FSSProtocol.java 403 MethodArgumentCouldBeFinal: Parameter 'isRX' is not assigned and could be declared final
4679 src/InterSatelliteCommunications/FSSProtocol.java 406 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4680 src/InterSatelliteCommunications/FSSProtocol.java 406 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4681 src/InterSatelliteCommunications/FSSProtocol.java 408 CollapsibleIfStatements: These nested if statements could be combined
4682 src/InterSatelliteCommunications/FSSProtocol.java 408 CollapsibleIfStatements: These nested if statements could be combined
4683 src/InterSatelliteCommunications/FSSProtocol.java 411 GuardLogStatement: Logger calls should be surrounded by log level guards.
4684 src/InterSatelliteCommunications/FSSProtocol.java 411 GuardLogStatement: Logger calls should be surrounded by log level guards.
4685 src/InterSatelliteCommunications/FSSProtocol.java 418 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4686 src/InterSatelliteCommunications/FSSProtocol.java 418 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4687 src/InterSatelliteCommunications/FSSProtocol.java 419 SwitchDensity: A high ratio of statements to labels in a switch statement. Consider refactoring.
4688 src/InterSatelliteCommunications/FSSProtocol.java 419 SwitchDensity: A high ratio of statements to labels in a switch statement. Consider refactoring.
4689 src/InterSatelliteCommunications/FSSProtocol.java 419 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
4690 src/InterSatelliteCommunications/FSSProtocol.java 419 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
4691 src/InterSatelliteCommunications/FSSProtocol.java 419 TooFewBranchesForASwitchStatement: A switch with less than three branches is inefficient, use a if statement instead.
4692 src/InterSatelliteCommunications/FSSProtocol.java 419 TooFewBranchesForASwitchStatement: A switch with less than three branches is inefficient, use a if statement instead.
4693 src/InterSatelliteCommunications/FSSProtocol.java 422 LocalVariableCouldBeFinal: Local variable 'publish_data' could be declared final
4694 src/InterSatelliteCommunications/FSSProtocol.java 422 LocalVariableCouldBeFinal: Local variable 'publish_data' could be declared final
4695 src/InterSatelliteCommunications/FSSProtocol.java 422 LocalVariableNamingConventions: The local variable name 'publish_data' doesn't match '[a-z][a-zA-Z0-9]*'
4696 src/InterSatelliteCommunications/FSSProtocol.java 422 LocalVariableNamingConventions: The local variable name 'publish_data' doesn't match '[a-z][a-zA-Z0-9]*'
4697 src/InterSatelliteCommunications/FSSProtocol.java 422 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'publish_data' is not final.
4698 src/InterSatelliteCommunications/FSSProtocol.java 422 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'publish_data' is not final.
4699 src/InterSatelliteCommunications/FSSProtocol.java 423 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
4700 src/InterSatelliteCommunications/FSSProtocol.java 423 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
4701 src/InterSatelliteCommunications/FSSProtocol.java 424 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
4702 src/InterSatelliteCommunications/FSSProtocol.java 424 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
4703 src/InterSatelliteCommunications/FSSProtocol.java 426 GuardLogStatement: Logger calls should be surrounded by log level guards.
4704 src/InterSatelliteCommunications/FSSProtocol.java 426 GuardLogStatement: Logger calls should be surrounded by log level guards.
4705 src/InterSatelliteCommunications/FSSProtocol.java 427 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4706 src/InterSatelliteCommunications/FSSProtocol.java 427 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4707 src/InterSatelliteCommunications/FSSProtocol.java 434 GuardLogStatement: Logger calls should be surrounded by log level guards.
4708 src/InterSatelliteCommunications/FSSProtocol.java 434 GuardLogStatement: Logger calls should be surrounded by log level guards.
4709 src/InterSatelliteCommunications/FSSProtocol.java 444 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4710 src/InterSatelliteCommunications/FSSProtocol.java 444 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4711 src/InterSatelliteCommunications/FSSProtocol.java 445 GuardLogStatement: Logger calls should be surrounded by log level guards.
4712 src/InterSatelliteCommunications/FSSProtocol.java 445 GuardLogStatement: Logger calls should be surrounded by log level guards.
4713 src/InterSatelliteCommunications/FSSProtocol.java 450 GuardLogStatement: Logger calls should be surrounded by log level guards.
4714 src/InterSatelliteCommunications/FSSProtocol.java 450 GuardLogStatement: Logger calls should be surrounded by log level guards.
4715 src/InterSatelliteCommunications/FSSProtocol.java 462 MethodArgumentCouldBeFinal: Parameter 'isRX' is not assigned and could be declared final
4716 src/InterSatelliteCommunications/FSSProtocol.java 462 MethodArgumentCouldBeFinal: Parameter 'isRX' is not assigned and could be declared final
4717 src/InterSatelliteCommunications/FSSProtocol.java 464 LocalVariableNamingConventions: The local variable name 'service_type' doesn't match '[a-z][a-zA-Z0-9]*'
4718 src/InterSatelliteCommunications/FSSProtocol.java 464 LocalVariableNamingConventions: The local variable name 'service_type' doesn't match '[a-z][a-zA-Z0-9]*'
4719 src/InterSatelliteCommunications/FSSProtocol.java 464 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'service_type' is not final.
4720 src/InterSatelliteCommunications/FSSProtocol.java 464 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'service_type' is not final.
4721 src/InterSatelliteCommunications/FSSProtocol.java 466 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4722 src/InterSatelliteCommunications/FSSProtocol.java 466 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4723 src/InterSatelliteCommunications/FSSProtocol.java 467 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4724 src/InterSatelliteCommunications/FSSProtocol.java 467 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4725 src/InterSatelliteCommunications/FSSProtocol.java 475 SwitchDensity: A high ratio of statements to labels in a switch statement. Consider refactoring.
4726 src/InterSatelliteCommunications/FSSProtocol.java 475 SwitchDensity: A high ratio of statements to labels in a switch statement. Consider refactoring.
4727 src/InterSatelliteCommunications/FSSProtocol.java 475 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
4728 src/InterSatelliteCommunications/FSSProtocol.java 475 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
4729 src/InterSatelliteCommunications/FSSProtocol.java 475 TooFewBranchesForASwitchStatement: A switch with less than three branches is inefficient, use a if statement instead.
4730 src/InterSatelliteCommunications/FSSProtocol.java 475 TooFewBranchesForASwitchStatement: A switch with less than three branches is inefficient, use a if statement instead.
4731 src/InterSatelliteCommunications/FSSProtocol.java 481 GuardLogStatement: Logger calls should be surrounded by log level guards.
4732 src/InterSatelliteCommunications/FSSProtocol.java 481 GuardLogStatement: Logger calls should be surrounded by log level guards.
4733 src/InterSatelliteCommunications/FSSProtocol.java 516 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4734 src/InterSatelliteCommunications/FSSProtocol.java 516 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4735 src/InterSatelliteCommunications/FSSProtocol.java 524 CognitiveComplexity: The method 'federationPhase(boolean)' has a cognitive complexity of 34, current threshold is 15
4736 src/InterSatelliteCommunications/FSSProtocol.java 524 CognitiveComplexity: The method 'federationPhase(boolean)' has a cognitive complexity of 34, current threshold is 15
4737 src/InterSatelliteCommunications/FSSProtocol.java 524 CyclomaticComplexity: The method 'federationPhase(boolean)' has a cyclomatic complexity of 20.
4738 src/InterSatelliteCommunications/FSSProtocol.java 524 CyclomaticComplexity: The method 'federationPhase(boolean)' has a cyclomatic complexity of 20.
4739 src/InterSatelliteCommunications/FSSProtocol.java 524 ExcessiveMethodLength: Avoid really long methods.
4740 src/InterSatelliteCommunications/FSSProtocol.java 524 ExcessiveMethodLength: Avoid really long methods.
4741 src/InterSatelliteCommunications/FSSProtocol.java 524 MethodArgumentCouldBeFinal: Parameter 'isRX' is not assigned and could be declared final
4742 src/InterSatelliteCommunications/FSSProtocol.java 524 MethodArgumentCouldBeFinal: Parameter 'isRX' is not assigned and could be declared final
4743 src/InterSatelliteCommunications/FSSProtocol.java 524 ModifiedCyclomaticComplexity: The method 'federationPhase' has a Modified Cyclomatic Complexity of 13.
4744 src/InterSatelliteCommunications/FSSProtocol.java 524 ModifiedCyclomaticComplexity: The method 'federationPhase' has a Modified Cyclomatic Complexity of 13.
4745 src/InterSatelliteCommunications/FSSProtocol.java 524 NcssCount: The method 'federationPhase(boolean)' has a NCSS line count of 71.
4746 src/InterSatelliteCommunications/FSSProtocol.java 524 NcssCount: The method 'federationPhase(boolean)' has a NCSS line count of 71.
4747 src/InterSatelliteCommunications/FSSProtocol.java 524 StdCyclomaticComplexity: The method 'federationPhase' has a Standard Cyclomatic Complexity of 16.
4748 src/InterSatelliteCommunications/FSSProtocol.java 524 StdCyclomaticComplexity: The method 'federationPhase' has a Standard Cyclomatic Complexity of 16.
4749 src/InterSatelliteCommunications/FSSProtocol.java 527 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4750 src/InterSatelliteCommunications/FSSProtocol.java 527 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4751 src/InterSatelliteCommunications/FSSProtocol.java 528 GuardLogStatement: Logger calls should be surrounded by log level guards.
4752 src/InterSatelliteCommunications/FSSProtocol.java 528 GuardLogStatement: Logger calls should be surrounded by log level guards.
4753 src/InterSatelliteCommunications/FSSProtocol.java 529 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4754 src/InterSatelliteCommunications/FSSProtocol.java 529 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4755 src/InterSatelliteCommunications/FSSProtocol.java 536 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
4756 src/InterSatelliteCommunications/FSSProtocol.java 536 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
4757 src/InterSatelliteCommunications/FSSProtocol.java 579 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4758 src/InterSatelliteCommunications/FSSProtocol.java 579 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4759 src/InterSatelliteCommunications/FSSProtocol.java 586 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4760 src/InterSatelliteCommunications/FSSProtocol.java 586 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4761 src/InterSatelliteCommunications/FSSProtocol.java 588 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4762 src/InterSatelliteCommunications/FSSProtocol.java 588 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4763 src/InterSatelliteCommunications/FSSProtocol.java 595 SwitchDensity: A high ratio of statements to labels in a switch statement. Consider refactoring.
4764 src/InterSatelliteCommunications/FSSProtocol.java 595 SwitchDensity: A high ratio of statements to labels in a switch statement. Consider refactoring.
4765 src/InterSatelliteCommunications/FSSProtocol.java 595 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
4766 src/InterSatelliteCommunications/FSSProtocol.java 595 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
4767 src/InterSatelliteCommunications/FSSProtocol.java 595 TooFewBranchesForASwitchStatement: A switch with less than three branches is inefficient, use a if statement instead.
4768 src/InterSatelliteCommunications/FSSProtocol.java 595 TooFewBranchesForASwitchStatement: A switch with less than three branches is inefficient, use a if statement instead.
4769 src/InterSatelliteCommunications/FSSProtocol.java 604 GuardLogStatement: Logger calls should be surrounded by log level guards.
4770 src/InterSatelliteCommunications/FSSProtocol.java 604 GuardLogStatement: Logger calls should be surrounded by log level guards.
4771 src/InterSatelliteCommunications/FSSProtocol.java 610 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4772 src/InterSatelliteCommunications/FSSProtocol.java 610 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4773 src/InterSatelliteCommunications/FSSProtocol.java 628 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4774 src/InterSatelliteCommunications/FSSProtocol.java 628 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4775 src/InterSatelliteCommunications/FSSProtocol.java 637 MethodArgumentCouldBeFinal: Parameter 'isRX' is not assigned and could be declared final
4776 src/InterSatelliteCommunications/FSSProtocol.java 637 MethodArgumentCouldBeFinal: Parameter 'isRX' is not assigned and could be declared final
4777 src/InterSatelliteCommunications/FSSProtocol.java 639 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4778 src/InterSatelliteCommunications/FSSProtocol.java 639 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4779 src/InterSatelliteCommunications/FSSProtocol.java 640 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4780 src/InterSatelliteCommunications/FSSProtocol.java 640 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4781 src/InterSatelliteCommunications/FSSProtocol.java 647 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
4782 src/InterSatelliteCommunications/FSSProtocol.java 647 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
4783 src/InterSatelliteCommunications/FSSProtocol.java 647 TooFewBranchesForASwitchStatement: A switch with less than three branches is inefficient, use a if statement instead.
4784 src/InterSatelliteCommunications/FSSProtocol.java 647 TooFewBranchesForASwitchStatement: A switch with less than three branches is inefficient, use a if statement instead.
4785 src/InterSatelliteCommunications/FSSProtocol.java 662 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4786 src/InterSatelliteCommunications/FSSProtocol.java 662 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4787 src/InterSatelliteCommunications/FSSProtocol.java 670 MethodArgumentCouldBeFinal: Parameter 'address' is not assigned and could be declared final
4788 src/InterSatelliteCommunications/FSSProtocol.java 670 MethodArgumentCouldBeFinal: Parameter 'address' is not assigned and could be declared final
4789 src/InterSatelliteCommunications/FSSProtocol.java 670 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
4790 src/InterSatelliteCommunications/FSSProtocol.java 670 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
4791 src/InterSatelliteCommunications/FSSProtocol.java 670 MethodArgumentCouldBeFinal: Parameter 'type' is not assigned and could be declared final
4792 src/InterSatelliteCommunications/FSSProtocol.java 670 MethodArgumentCouldBeFinal: Parameter 'type' is not assigned and could be declared final
4793 src/InterSatelliteCommunications/FSSProtocol.java 680 CommentRequired: Public method and constructor comments are required
4794 src/InterSatelliteCommunications/FSSProtocol.java 680 CommentRequired: Public method and constructor comments are required
4795 src/InterSatelliteCommunications/FSSProtocol.java 684 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
4796 src/InterSatelliteCommunications/FSSProtocol.java 684 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
4797 src/InterSatelliteCommunications/FSSProtocol.java 684 CommentRequired: Public method and constructor comments are required
4798 src/InterSatelliteCommunications/FSSProtocol.java 684 CommentRequired: Public method and constructor comments are required
4799 src/InterSatelliteCommunications/FSSProtocol.java 684 MethodArgumentCouldBeFinal: Parameter 'poll' is not assigned and could be declared final
4800 src/InterSatelliteCommunications/FSSProtocol.java 684 MethodArgumentCouldBeFinal: Parameter 'poll' is not assigned and could be declared final
4801 src/InterSatelliteCommunications/FSSProtocol.java 685 LocalVariableCouldBeFinal: Local variable 'previous_poll' could be declared final
4802 src/InterSatelliteCommunications/FSSProtocol.java 685 LocalVariableCouldBeFinal: Local variable 'previous_poll' could be declared final
4803 src/InterSatelliteCommunications/FSSProtocol.java 685 LocalVariableNamingConventions: The local variable name 'previous_poll' doesn't match '[a-z][a-zA-Z0-9]*'
4804 src/InterSatelliteCommunications/FSSProtocol.java 685 LocalVariableNamingConventions: The local variable name 'previous_poll' doesn't match '[a-z][a-zA-Z0-9]*'
4805 src/InterSatelliteCommunications/FSSProtocol.java 685 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'previous_poll' is not final.
4806 src/InterSatelliteCommunications/FSSProtocol.java 685 VariableNamingConventions: Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'previous_poll' is not final.
4807 src/InterSatelliteCommunications/FSSProtocol.java 707 CommentSize: Comment is too large: Line too long
4808 src/InterSatelliteCommunications/FSSProtocol.java 707 CommentSize: Comment is too large: Line too long
4809 src/InterSatelliteCommunications/FSSProtocol.java 718 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
4810 src/InterSatelliteCommunications/FSSProtocol.java 718 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
4811 src/InterSatelliteCommunications/FSSProtocol.java 725 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '725'-'739').
4812 src/InterSatelliteCommunications/FSSProtocol.java 725 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'counter' (lines '725'-'739').
4813 src/InterSatelliteCommunications/FSSProtocol.java 727 GuardLogStatement: Logger calls should be surrounded by log level guards.
4814 src/InterSatelliteCommunications/FSSProtocol.java 727 GuardLogStatement: Logger calls should be surrounded by log level guards.
4815 src/InterSatelliteCommunications/FSSProtocol.java 735 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
4816 src/InterSatelliteCommunications/FSSProtocol.java 735 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
4817 src/InterSatelliteCommunications/FSSProtocol.java 738 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
4818 src/InterSatelliteCommunications/FSSProtocol.java 738 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
4819 src/InterSatelliteCommunications/FSSProtocol.java 740 GuardLogStatement: Logger calls should be surrounded by log level guards.
4820 src/InterSatelliteCommunications/FSSProtocol.java 740 GuardLogStatement: Logger calls should be surrounded by log level guards.
4821 src/InterSatelliteCommunications/FSSProtocol.java 746 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
4822 src/InterSatelliteCommunications/FSSProtocol.java 746 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
4823 src/InterSatelliteCommunications/FSSProtocol.java 748 GuardLogStatement: Logger calls should be surrounded by log level guards.
4824 src/InterSatelliteCommunications/FSSProtocol.java 748 GuardLogStatement: Logger calls should be surrounded by log level guards.
4825 src/InterSatelliteCommunications/FSSProtocol.java 756 CommentRequired: Public method and constructor comments are required
4826 src/InterSatelliteCommunications/FSSProtocol.java 756 CommentRequired: Public method and constructor comments are required
4827 src/InterSatelliteCommunications/FSSProtocol.java 760 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
4828 src/InterSatelliteCommunications/FSSProtocol.java 760 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
4829 src/InterSatelliteCommunications/FSSProtocol.java 760 CommentRequired: Public method and constructor comments are required
4830 src/InterSatelliteCommunications/FSSProtocol.java 760 CommentRequired: Public method and constructor comments are required
4831 src/InterSatelliteCommunications/FSSProtocol.java 760 MethodArgumentCouldBeFinal: Parameter 'state' is not assigned and could be declared final
4832 src/InterSatelliteCommunications/FSSProtocol.java 760 MethodArgumentCouldBeFinal: Parameter 'state' is not assigned and could be declared final
4833 src/InterSatelliteCommunications/FSSProtocol.java 760 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
4834 src/InterSatelliteCommunications/FSSProtocol.java 760 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
4835 src/InterSatelliteCommunications/FSSProtocol.java 762 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4836 src/InterSatelliteCommunications/FSSProtocol.java 762 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4837 src/InterSatelliteCommunications/FSSProtocol.java 764 GuardLogStatement: Logger calls should be surrounded by log level guards.
4838 src/InterSatelliteCommunications/FSSProtocol.java 764 GuardLogStatement: Logger calls should be surrounded by log level guards.
4839 src/InterSatelliteCommunications/FSSProtocol.java 770 CommentRequired: Public method and constructor comments are required
4840 src/InterSatelliteCommunications/FSSProtocol.java 770 CommentRequired: Public method and constructor comments are required
4841 src/InterSatelliteCommunications/FSSProtocol.java 774 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
4842 src/InterSatelliteCommunications/FSSProtocol.java 774 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
4843 src/InterSatelliteCommunications/FSSProtocol.java 774 CommentRequired: Public method and constructor comments are required
4844 src/InterSatelliteCommunications/FSSProtocol.java 774 CommentRequired: Public method and constructor comments are required
4845 src/InterSatelliteCommunications/FSSProtocol.java 774 MethodArgumentCouldBeFinal: Parameter 'role' is not assigned and could be declared final
4846 src/InterSatelliteCommunications/FSSProtocol.java 774 MethodArgumentCouldBeFinal: Parameter 'role' is not assigned and could be declared final
4847 src/InterSatelliteCommunications/FSSProtocol.java 774 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
4848 src/InterSatelliteCommunications/FSSProtocol.java 774 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
4849 src/InterSatelliteCommunications/FSSProtocol.java 776 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4850 src/InterSatelliteCommunications/FSSProtocol.java 776 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4851 src/InterSatelliteCommunications/FSSProtocol.java 783 CommentRequired: Public method and constructor comments are required
4852 src/InterSatelliteCommunications/FSSProtocol.java 783 CommentRequired: Public method and constructor comments are required
4853 src/InterSatelliteCommunications/FSSProtocol.java 787 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
4854 src/InterSatelliteCommunications/FSSProtocol.java 787 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
4855 src/InterSatelliteCommunications/FSSProtocol.java 787 CommentRequired: Public method and constructor comments are required
4856 src/InterSatelliteCommunications/FSSProtocol.java 787 CommentRequired: Public method and constructor comments are required
4857 src/InterSatelliteCommunications/FSSProtocol.java 787 MethodArgumentCouldBeFinal: Parameter 'sign' is not assigned and could be declared final
4858 src/InterSatelliteCommunications/FSSProtocol.java 787 MethodArgumentCouldBeFinal: Parameter 'sign' is not assigned and could be declared final
4859 src/InterSatelliteCommunications/FSSProtocol.java 787 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
4860 src/InterSatelliteCommunications/FSSProtocol.java 787 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
4861 src/InterSatelliteCommunications/FSSProtocol.java 787 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
4862 src/InterSatelliteCommunications/FSSProtocol.java 787 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
4863 src/InterSatelliteCommunications/FSSProtocol.java 789 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4864 src/InterSatelliteCommunications/FSSProtocol.java 789 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4865 src/InterSatelliteCommunications/FSSProtocol.java 796 CommentRequired: Public method and constructor comments are required
4866 src/InterSatelliteCommunications/FSSProtocol.java 796 CommentRequired: Public method and constructor comments are required
4867 src/InterSatelliteCommunications/FSSProtocol.java 800 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
4868 src/InterSatelliteCommunications/FSSProtocol.java 800 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
4869 src/InterSatelliteCommunications/FSSProtocol.java 800 CommentRequired: Public method and constructor comments are required
4870 src/InterSatelliteCommunications/FSSProtocol.java 800 CommentRequired: Public method and constructor comments are required
4871 src/InterSatelliteCommunications/FSSProtocol.java 800 MethodArgumentCouldBeFinal: Parameter 'sign' is not assigned and could be declared final
4872 src/InterSatelliteCommunications/FSSProtocol.java 800 MethodArgumentCouldBeFinal: Parameter 'sign' is not assigned and could be declared final
4873 src/InterSatelliteCommunications/FSSProtocol.java 800 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
4874 src/InterSatelliteCommunications/FSSProtocol.java 800 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
4875 src/InterSatelliteCommunications/FSSProtocol.java 800 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
4876 src/InterSatelliteCommunications/FSSProtocol.java 800 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
4877 src/InterSatelliteCommunications/FSSProtocol.java 802 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4878 src/InterSatelliteCommunications/FSSProtocol.java 802 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4879 src/InterSatelliteCommunications/FSSProtocol.java 809 CommentRequired: Public method and constructor comments are required
4880 src/InterSatelliteCommunications/FSSProtocol.java 809 CommentRequired: Public method and constructor comments are required
4881 src/InterSatelliteCommunications/FSSProtocol.java 813 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
4882 src/InterSatelliteCommunications/FSSProtocol.java 813 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
4883 src/InterSatelliteCommunications/FSSProtocol.java 813 CommentRequired: Public method and constructor comments are required
4884 src/InterSatelliteCommunications/FSSProtocol.java 813 CommentRequired: Public method and constructor comments are required
4885 src/InterSatelliteCommunications/FSSProtocol.java 813 MethodArgumentCouldBeFinal: Parameter 'sign' is not assigned and could be declared final
4886 src/InterSatelliteCommunications/FSSProtocol.java 813 MethodArgumentCouldBeFinal: Parameter 'sign' is not assigned and could be declared final
4887 src/InterSatelliteCommunications/FSSProtocol.java 813 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
4888 src/InterSatelliteCommunications/FSSProtocol.java 813 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
4889 src/InterSatelliteCommunications/FSSProtocol.java 813 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
4890 src/InterSatelliteCommunications/FSSProtocol.java 813 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
4891 src/InterSatelliteCommunications/FSSProtocol.java 815 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4892 src/InterSatelliteCommunications/FSSProtocol.java 815 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
4893 src/InterSatelliteCommunications/FSSProtocol.java 822 CommentRequired: Public method and constructor comments are required
4894 src/InterSatelliteCommunications/FSSProtocol.java 822 CommentRequired: Public method and constructor comments are required
4895 src/InterSatelliteCommunications/Packet.java 1 PackageCase: Package name contains upper case characters
4896 src/InterSatelliteCommunications/Packet.java 1 PackageCase: Package name contains upper case characters
4897 src/InterSatelliteCommunications/Packet.java 7 CommentRequired: Class comments are required
4898 src/InterSatelliteCommunications/Packet.java 7 CommentRequired: Class comments are required
4899 src/InterSatelliteCommunications/Packet.java 8 TooManyMethods: This class has too many methods, consider refactoring it.
4900 src/InterSatelliteCommunications/Packet.java 8 TooManyMethods: This class has too many methods, consider refactoring it.
4901 src/InterSatelliteCommunications/Packet.java 10 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4902 src/InterSatelliteCommunications/Packet.java 10 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4903 src/InterSatelliteCommunications/Packet.java 10 CommentRequired: Field comments are required
4904 src/InterSatelliteCommunications/Packet.java 10 CommentRequired: Field comments are required
4905 src/InterSatelliteCommunications/Packet.java 11 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4906 src/InterSatelliteCommunications/Packet.java 11 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4907 src/InterSatelliteCommunications/Packet.java 11 CommentRequired: Field comments are required
4908 src/InterSatelliteCommunications/Packet.java 11 CommentRequired: Field comments are required
4909 src/InterSatelliteCommunications/Packet.java 12 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4910 src/InterSatelliteCommunications/Packet.java 12 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4911 src/InterSatelliteCommunications/Packet.java 12 CommentRequired: Field comments are required
4912 src/InterSatelliteCommunications/Packet.java 12 CommentRequired: Field comments are required
4913 src/InterSatelliteCommunications/Packet.java 13 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4914 src/InterSatelliteCommunications/Packet.java 13 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4915 src/InterSatelliteCommunications/Packet.java 13 CommentRequired: Field comments are required
4916 src/InterSatelliteCommunications/Packet.java 13 CommentRequired: Field comments are required
4917 src/InterSatelliteCommunications/Packet.java 14 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4918 src/InterSatelliteCommunications/Packet.java 14 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4919 src/InterSatelliteCommunications/Packet.java 14 CommentRequired: Field comments are required
4920 src/InterSatelliteCommunications/Packet.java 14 CommentRequired: Field comments are required
4921 src/InterSatelliteCommunications/Packet.java 15 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4922 src/InterSatelliteCommunications/Packet.java 15 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4923 src/InterSatelliteCommunications/Packet.java 15 CommentRequired: Field comments are required
4924 src/InterSatelliteCommunications/Packet.java 15 CommentRequired: Field comments are required
4925 src/InterSatelliteCommunications/Packet.java 16 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4926 src/InterSatelliteCommunications/Packet.java 16 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4927 src/InterSatelliteCommunications/Packet.java 16 CommentRequired: Field comments are required
4928 src/InterSatelliteCommunications/Packet.java 16 CommentRequired: Field comments are required
4929 src/InterSatelliteCommunications/Packet.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4930 src/InterSatelliteCommunications/Packet.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4931 src/InterSatelliteCommunications/Packet.java 19 CommentRequired: Field comments are required
4932 src/InterSatelliteCommunications/Packet.java 19 CommentRequired: Field comments are required
4933 src/InterSatelliteCommunications/Packet.java 22 AvoidUsingShortType: Do not use the short type
4934 src/InterSatelliteCommunications/Packet.java 22 AvoidUsingShortType: Do not use the short type
4935 src/InterSatelliteCommunications/Packet.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4936 src/InterSatelliteCommunications/Packet.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4937 src/InterSatelliteCommunications/Packet.java 22 CommentRequired: Field comments are required
4938 src/InterSatelliteCommunications/Packet.java 22 CommentRequired: Field comments are required
4939 src/InterSatelliteCommunications/Packet.java 25 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4940 src/InterSatelliteCommunications/Packet.java 25 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4941 src/InterSatelliteCommunications/Packet.java 25 CommentRequired: Field comments are required
4942 src/InterSatelliteCommunications/Packet.java 25 CommentRequired: Field comments are required
4943 src/InterSatelliteCommunications/Packet.java 26 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4944 src/InterSatelliteCommunications/Packet.java 26 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4945 src/InterSatelliteCommunications/Packet.java 26 CommentRequired: Field comments are required
4946 src/InterSatelliteCommunications/Packet.java 26 CommentRequired: Field comments are required
4947 src/InterSatelliteCommunications/Packet.java 27 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4948 src/InterSatelliteCommunications/Packet.java 27 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4949 src/InterSatelliteCommunications/Packet.java 27 CommentRequired: Field comments are required
4950 src/InterSatelliteCommunications/Packet.java 27 CommentRequired: Field comments are required
4951 src/InterSatelliteCommunications/Packet.java 28 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4952 src/InterSatelliteCommunications/Packet.java 28 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
4953 src/InterSatelliteCommunications/Packet.java 28 CommentRequired: Field comments are required
4954 src/InterSatelliteCommunications/Packet.java 28 CommentRequired: Field comments are required
4955 src/InterSatelliteCommunications/Packet.java 30 CommentRequired: Public method and constructor comments are required
4956 src/InterSatelliteCommunications/Packet.java 30 CommentRequired: Public method and constructor comments are required
4957 src/InterSatelliteCommunications/Packet.java 33 ConstructorCallsOverridableMethod: Overridable method 'resetValues' called during object construction
4958 src/InterSatelliteCommunications/Packet.java 33 ConstructorCallsOverridableMethod: Overridable method 'resetValues' called during object construction
4959 src/InterSatelliteCommunications/Packet.java 40 CommentRequired: Public method and constructor comments are required
4960 src/InterSatelliteCommunications/Packet.java 40 CommentRequired: Public method and constructor comments are required
4961 src/InterSatelliteCommunications/Packet.java 40 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
4962 src/InterSatelliteCommunications/Packet.java 40 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
4963 src/InterSatelliteCommunications/Packet.java 44 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
4964 src/InterSatelliteCommunications/Packet.java 44 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
4965 src/InterSatelliteCommunications/Packet.java 51 CommentRequired: Public method and constructor comments are required
4966 src/InterSatelliteCommunications/Packet.java 51 CommentRequired: Public method and constructor comments are required
4967 src/InterSatelliteCommunications/Packet.java 51 MethodReturnsInternalArray: Returning 'packet_data' may expose an internal array.
4968 src/InterSatelliteCommunications/Packet.java 51 MethodReturnsInternalArray: Returning 'packet_data' may expose an internal array.
4969 src/InterSatelliteCommunications/Packet.java 53 CommentRequired: Public method and constructor comments are required
4970 src/InterSatelliteCommunications/Packet.java 53 CommentRequired: Public method and constructor comments are required
4971 src/InterSatelliteCommunications/Packet.java 53 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
4972 src/InterSatelliteCommunications/Packet.java 53 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
4973 src/InterSatelliteCommunications/Packet.java 55 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
4974 src/InterSatelliteCommunications/Packet.java 55 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
4975 src/InterSatelliteCommunications/Packet.java 56 ArrayIsStoredDirectly: The user-supplied array 'data' is stored directly.
4976 src/InterSatelliteCommunications/Packet.java 56 ArrayIsStoredDirectly: The user-supplied array 'data' is stored directly.
4977 src/InterSatelliteCommunications/Packet.java 59 CommentRequired: Public method and constructor comments are required
4978 src/InterSatelliteCommunications/Packet.java 59 CommentRequired: Public method and constructor comments are required
4979 src/InterSatelliteCommunications/Packet.java 75 CommentRequired: Public method and constructor comments are required
4980 src/InterSatelliteCommunications/Packet.java 75 CommentRequired: Public method and constructor comments are required
4981 src/InterSatelliteCommunications/Packet.java 89 CommentRequired: Public method and constructor comments are required
4982 src/InterSatelliteCommunications/Packet.java 89 CommentRequired: Public method and constructor comments are required
4983 src/InterSatelliteCommunications/Packet.java 89 MethodArgumentCouldBeFinal: Parameter 'stream' is not assigned and could be declared final
4984 src/InterSatelliteCommunications/Packet.java 89 MethodArgumentCouldBeFinal: Parameter 'stream' is not assigned and could be declared final
4985 src/InterSatelliteCommunications/Packet.java 103 CommentRequired: Public method and constructor comments are required
4986 src/InterSatelliteCommunications/Packet.java 103 CommentRequired: Public method and constructor comments are required
4987 src/InterSatelliteCommunications/Packet.java 103 UselessParentheses: Useless parentheses.
4988 src/InterSatelliteCommunications/Packet.java 103 UselessParentheses: Useless parentheses.
4989 src/InterSatelliteCommunications/Packet.java 103 UselessParentheses: Useless parentheses.
4990 src/InterSatelliteCommunications/Packet.java 103 UselessParentheses: Useless parentheses.
4991 src/InterSatelliteCommunications/Packet.java 105 CommentRequired: Public method and constructor comments are required
4992 src/InterSatelliteCommunications/Packet.java 105 CommentRequired: Public method and constructor comments are required
4993 src/InterSatelliteCommunications/Packet.java 105 UselessParentheses: Useless parentheses.
4994 src/InterSatelliteCommunications/Packet.java 105 UselessParentheses: Useless parentheses.
4995 src/InterSatelliteCommunications/Packet.java 107 CommentRequired: Public method and constructor comments are required
4996 src/InterSatelliteCommunications/Packet.java 107 CommentRequired: Public method and constructor comments are required
4997 src/InterSatelliteCommunications/Packet.java 107 MethodArgumentCouldBeFinal: Parameter 'packet_bytes' is not assigned and could be declared final
4998 src/InterSatelliteCommunications/Packet.java 107 MethodArgumentCouldBeFinal: Parameter 'packet_bytes' is not assigned and could be declared final
4999 src/InterSatelliteCommunications/Packet.java 122 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
5000 src/InterSatelliteCommunications/Packet.java 122 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
5001 src/InterSatelliteCommunications/Packet.java 129 CommentRequired: Public method and constructor comments are required
5002 src/InterSatelliteCommunications/Packet.java 129 CommentRequired: Public method and constructor comments are required
5003 src/InterSatelliteCommunications/Packet.java 138 LocalVariableCouldBeFinal: Local variable 'output' could be declared final
5004 src/InterSatelliteCommunications/Packet.java 138 LocalVariableCouldBeFinal: Local variable 'output' could be declared final
5005 src/InterSatelliteCommunications/Packet.java 145 CommentRequired: Public method and constructor comments are required
5006 src/InterSatelliteCommunications/Packet.java 145 CommentRequired: Public method and constructor comments are required
5007 src/InterSatelliteCommunications/Packet.java 148 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
5008 src/InterSatelliteCommunications/Packet.java 148 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
5009 src/InterSatelliteCommunications/Packet.java 154 LocalVariableCouldBeFinal: Local variable 'checksum' could be declared final
5010 src/InterSatelliteCommunications/Packet.java 154 LocalVariableCouldBeFinal: Local variable 'checksum' could be declared final
5011 src/InterSatelliteCommunications/Packet.java 156 LocalVariableCouldBeFinal: Local variable 'output' could be declared final
5012 src/InterSatelliteCommunications/Packet.java 156 LocalVariableCouldBeFinal: Local variable 'output' could be declared final
5013 src/InterSatelliteCommunications/Packet.java 162 CommentRequired: Public method and constructor comments are required
5014 src/InterSatelliteCommunications/Packet.java 162 CommentRequired: Public method and constructor comments are required
5015 src/InterSatelliteCommunications/Packet.java 162 MethodArgumentCouldBeFinal: Parameter 'content' is not assigned and could be declared final
5016 src/InterSatelliteCommunications/Packet.java 162 MethodArgumentCouldBeFinal: Parameter 'content' is not assigned and could be declared final
5017 src/InterSatelliteCommunications/Packet.java 167 CommentRequired: Public method and constructor comments are required
5018 src/InterSatelliteCommunications/Packet.java 167 CommentRequired: Public method and constructor comments are required
5019 src/InterSatelliteCommunications/Packet.java 169 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
5020 src/InterSatelliteCommunications/Packet.java 169 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
5021 src/InterSatelliteCommunications/Packet.java 170 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5022 src/InterSatelliteCommunications/Packet.java 170 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5023 src/InterSatelliteCommunications/Packet.java 171 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5024 src/InterSatelliteCommunications/Packet.java 171 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5025 src/InterSatelliteCommunications/Packet.java 172 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5026 src/InterSatelliteCommunications/Packet.java 172 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5027 src/InterSatelliteCommunications/Packet.java 173 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5028 src/InterSatelliteCommunications/Packet.java 173 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5029 src/InterSatelliteCommunications/Packet.java 174 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5030 src/InterSatelliteCommunications/Packet.java 174 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5031 src/InterSatelliteCommunications/Packet.java 175 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5032 src/InterSatelliteCommunications/Packet.java 175 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5033 src/InterSatelliteCommunications/Packet.java 176 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5034 src/InterSatelliteCommunications/Packet.java 176 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5035 src/InterSatelliteCommunications/Packet.java 177 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5036 src/InterSatelliteCommunications/Packet.java 177 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5037 src/InterSatelliteCommunications/Packet.java 178 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5038 src/InterSatelliteCommunications/Packet.java 178 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
5039 src/InterSatelliteCommunications/Packet.java 181 AvoidUsingShortType: Do not use the short type
5040 src/InterSatelliteCommunications/Packet.java 181 AvoidUsingShortType: Do not use the short type
5041 src/InterSatelliteCommunications/Packet.java 181 CommentRequired: Public method and constructor comments are required
5042 src/InterSatelliteCommunications/Packet.java 181 CommentRequired: Public method and constructor comments are required
5043 src/InterSatelliteCommunications/Packet.java 181 MethodArgumentCouldBeFinal: Parameter 'checksum' is not assigned and could be declared final
5044 src/InterSatelliteCommunications/Packet.java 181 MethodArgumentCouldBeFinal: Parameter 'checksum' is not assigned and could be declared final
5045 src/InterSatelliteCommunications/Packet.java 181 MethodArgumentCouldBeFinal: Parameter 'content' is not assigned and could be declared final
5046 src/InterSatelliteCommunications/Packet.java 181 MethodArgumentCouldBeFinal: Parameter 'content' is not assigned and could be declared final
5047 src/InterSatelliteCommunications/Packet.java 184 AvoidUsingShortType: Do not use the short type
5048 src/InterSatelliteCommunications/Packet.java 184 AvoidUsingShortType: Do not use the short type
5049 src/InterSatelliteCommunications/Packet.java 184 LocalVariableCouldBeFinal: Local variable 'recv_checksum' could be declared final
5050 src/InterSatelliteCommunications/Packet.java 184 LocalVariableCouldBeFinal: Local variable 'recv_checksum' could be declared final
5051 src/InterSatelliteCommunications/Packet.java 186 UselessParentheses: Useless parentheses.
5052 src/InterSatelliteCommunications/Packet.java 186 UselessParentheses: Useless parentheses.
5053 src/InterSatelliteCommunications/Packet.java 189 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
5054 src/InterSatelliteCommunications/Packet.java 189 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
5055 src/InterSatelliteCommunications/Packet.java 211 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5056 src/InterSatelliteCommunications/Packet.java 211 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5057 src/InterSatelliteCommunications/Packet.java 212 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5058 src/InterSatelliteCommunications/Packet.java 212 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5059 src/InterSatelliteCommunications/Packet.java 213 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5060 src/InterSatelliteCommunications/Packet.java 213 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5061 src/InterSatelliteCommunications/Packet.java 214 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5062 src/InterSatelliteCommunications/Packet.java 214 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5063 src/InterSatelliteCommunications/Packet.java 215 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5064 src/InterSatelliteCommunications/Packet.java 215 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5065 src/InterSatelliteCommunications/Packet.java 216 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5066 src/InterSatelliteCommunications/Packet.java 216 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5067 src/InterSatelliteCommunications/Packet.java 217 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5068 src/InterSatelliteCommunications/Packet.java 217 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5069 src/InterSatelliteCommunications/RxISLStorage.java 1 PackageCase: Package name contains upper case characters
5070 src/InterSatelliteCommunications/RxISLStorage.java 1 PackageCase: Package name contains upper case characters
5071 src/InterSatelliteCommunications/RxISLStorage.java 8 CommentRequired: Class comments are required
5072 src/InterSatelliteCommunications/RxISLStorage.java 8 CommentRequired: Class comments are required
5073 src/InterSatelliteCommunications/RxISLStorage.java 9 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5074 src/InterSatelliteCommunications/RxISLStorage.java 9 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5075 src/InterSatelliteCommunications/RxISLStorage.java 9 CommentRequired: Field comments are required
5076 src/InterSatelliteCommunications/RxISLStorage.java 9 CommentRequired: Field comments are required
5077 src/InterSatelliteCommunications/RxISLStorage.java 9 ImmutableField: Private field 'm_writer' could be made final; it is only initialized in the declaration or constructor.
5078 src/InterSatelliteCommunications/RxISLStorage.java 9 ImmutableField: Private field 'm_writer' could be made final; it is only initialized in the declaration or constructor.
5079 src/InterSatelliteCommunications/RxISLStorage.java 11 CommentRequired: Public method and constructor comments are required
5080 src/InterSatelliteCommunications/RxISLStorage.java 11 CommentRequired: Public method and constructor comments are required
5081 src/InterSatelliteCommunications/RxISLStorage.java 11 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
5082 src/InterSatelliteCommunications/RxISLStorage.java 11 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
5083 src/InterSatelliteCommunications/RxISLStorage.java 15 CommentRequired: Public method and constructor comments are required
5084 src/InterSatelliteCommunications/RxISLStorage.java 15 CommentRequired: Public method and constructor comments are required
5085 src/InterSatelliteCommunications/RxISLStorage.java 15 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
5086 src/InterSatelliteCommunications/RxISLStorage.java 15 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
5087 src/InterSatelliteCommunications/RxISLStorage.java 20 CommentRequired: Public method and constructor comments are required
5088 src/InterSatelliteCommunications/RxISLStorage.java 20 CommentRequired: Public method and constructor comments are required
5089 src/InterSatelliteCommunications/RxISLStorage.java 20 MethodArgumentCouldBeFinal: Parameter 'str' is not assigned and could be declared final
5090 src/InterSatelliteCommunications/RxISLStorage.java 20 MethodArgumentCouldBeFinal: Parameter 'str' is not assigned and could be declared final
5091 src/InterSatelliteCommunications/TxISLStorage.java 1 PackageCase: Package name contains upper case characters
5092 src/InterSatelliteCommunications/TxISLStorage.java 1 PackageCase: Package name contains upper case characters
5093 src/InterSatelliteCommunications/TxISLStorage.java 8 CommentRequired: Class comments are required
5094 src/InterSatelliteCommunications/TxISLStorage.java 8 CommentRequired: Class comments are required
5095 src/InterSatelliteCommunications/TxISLStorage.java 9 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5096 src/InterSatelliteCommunications/TxISLStorage.java 9 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5097 src/InterSatelliteCommunications/TxISLStorage.java 9 CommentRequired: Field comments are required
5098 src/InterSatelliteCommunications/TxISLStorage.java 9 CommentRequired: Field comments are required
5099 src/InterSatelliteCommunications/TxISLStorage.java 9 ImmutableField: Private field 'm_writer' could be made final; it is only initialized in the declaration or constructor.
5100 src/InterSatelliteCommunications/TxISLStorage.java 9 ImmutableField: Private field 'm_writer' could be made final; it is only initialized in the declaration or constructor.
5101 src/InterSatelliteCommunications/TxISLStorage.java 11 CommentRequired: Public method and constructor comments are required
5102 src/InterSatelliteCommunications/TxISLStorage.java 11 CommentRequired: Public method and constructor comments are required
5103 src/InterSatelliteCommunications/TxISLStorage.java 11 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
5104 src/InterSatelliteCommunications/TxISLStorage.java 11 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
5105 src/InterSatelliteCommunications/TxISLStorage.java 15 CommentRequired: Public method and constructor comments are required
5106 src/InterSatelliteCommunications/TxISLStorage.java 15 CommentRequired: Public method and constructor comments are required
5107 src/InterSatelliteCommunications/TxISLStorage.java 15 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
5108 src/InterSatelliteCommunications/TxISLStorage.java 15 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
5109 src/InterSatelliteCommunications/TxISLStorage.java 20 CommentRequired: Public method and constructor comments are required
5110 src/InterSatelliteCommunications/TxISLStorage.java 20 CommentRequired: Public method and constructor comments are required
5111 src/InterSatelliteCommunications/TxISLStorage.java 20 MethodArgumentCouldBeFinal: Parameter 'str' is not assigned and could be declared final
5112 src/InterSatelliteCommunications/TxISLStorage.java 20 MethodArgumentCouldBeFinal: Parameter 'str' is not assigned and could be declared final
5113 src/Payload/PayloadDataBlock.java 1 PackageCase: Package name contains upper case characters
5114 src/Payload/PayloadDataBlock.java 1 PackageCase: Package name contains upper case characters
5115 src/Payload/PayloadDataBlock.java 9 CommentRequired: Class comments are required
5116 src/Payload/PayloadDataBlock.java 9 CommentRequired: Class comments are required
5117 src/Payload/PayloadDataBlock.java 11 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5118 src/Payload/PayloadDataBlock.java 11 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5119 src/Payload/PayloadDataBlock.java 11 CommentRequired: Field comments are required
5120 src/Payload/PayloadDataBlock.java 11 CommentRequired: Field comments are required
5121 src/Payload/PayloadDataBlock.java 11 ImmutableField: Private field 'stream' could be made final; it is only initialized in the declaration or constructor.
5122 src/Payload/PayloadDataBlock.java 11 ImmutableField: Private field 'stream' could be made final; it is only initialized in the declaration or constructor.
5123 src/Payload/PayloadDataBlock.java 12 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5124 src/Payload/PayloadDataBlock.java 12 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5125 src/Payload/PayloadDataBlock.java 12 CommentRequired: Field comments are required
5126 src/Payload/PayloadDataBlock.java 12 CommentRequired: Field comments are required
5127 src/Payload/PayloadDataBlock.java 12 ImmutableField: Private field 'm_exp_hk_stream' could be made final; it is only initialized in the declaration or constructor.
5128 src/Payload/PayloadDataBlock.java 12 ImmutableField: Private field 'm_exp_hk_stream' could be made final; it is only initialized in the declaration or constructor.
5129 src/Payload/PayloadDataBlock.java 15 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5130 src/Payload/PayloadDataBlock.java 15 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5131 src/Payload/PayloadDataBlock.java 15 CommentRequired: Field comments are required
5132 src/Payload/PayloadDataBlock.java 15 CommentRequired: Field comments are required
5133 src/Payload/PayloadDataBlock.java 16 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5134 src/Payload/PayloadDataBlock.java 16 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5135 src/Payload/PayloadDataBlock.java 16 CommentRequired: Field comments are required
5136 src/Payload/PayloadDataBlock.java 16 CommentRequired: Field comments are required
5137 src/Payload/PayloadDataBlock.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5138 src/Payload/PayloadDataBlock.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5139 src/Payload/PayloadDataBlock.java 22 CommentRequired: Field comments are required
5140 src/Payload/PayloadDataBlock.java 22 CommentRequired: Field comments are required
5141 src/Payload/PayloadDataBlock.java 25 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5142 src/Payload/PayloadDataBlock.java 25 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5143 src/Payload/PayloadDataBlock.java 25 CommentRequired: Field comments are required
5144 src/Payload/PayloadDataBlock.java 25 CommentRequired: Field comments are required
5145 src/Payload/PayloadDataBlock.java 28 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5146 src/Payload/PayloadDataBlock.java 28 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5147 src/Payload/PayloadDataBlock.java 28 CommentRequired: Field comments are required
5148 src/Payload/PayloadDataBlock.java 28 CommentRequired: Field comments are required
5149 src/Payload/PayloadDataBlock.java 30 CommentRequired: Public method and constructor comments are required
5150 src/Payload/PayloadDataBlock.java 30 CommentRequired: Public method and constructor comments are required
5151 src/Payload/PayloadDataBlock.java 42 CommentRequired: Public method and constructor comments are required
5152 src/Payload/PayloadDataBlock.java 42 CommentRequired: Public method and constructor comments are required
5153 src/Payload/PayloadDataBlock.java 49 CommentRequired: Public method and constructor comments are required
5154 src/Payload/PayloadDataBlock.java 49 CommentRequired: Public method and constructor comments are required
5155 src/Payload/PayloadDataBlock.java 54 CommentRequired: Public method and constructor comments are required
5156 src/Payload/PayloadDataBlock.java 54 CommentRequired: Public method and constructor comments are required
5157 src/Payload/PayloadDataBlock.java 56 SystemPrintln: System.out.println is used
5158 src/Payload/PayloadDataBlock.java 56 SystemPrintln: System.out.println is used
5159 src/Payload/PayloadDataBlock.java 60 CommentRequired: Public method and constructor comments are required
5160 src/Payload/PayloadDataBlock.java 60 CommentRequired: Public method and constructor comments are required
5161 src/Payload/PayloadDataBlock.java 62 UselessParentheses: Useless parentheses.
5162 src/Payload/PayloadDataBlock.java 62 UselessParentheses: Useless parentheses.
5163 src/Payload/PayloadDataBlock.java 62 UselessParentheses: Useless parentheses.
5164 src/Payload/PayloadDataBlock.java 62 UselessParentheses: Useless parentheses.
5165 src/Payload/PayloadDataBlock.java 65 CommentRequired: Public method and constructor comments are required
5166 src/Payload/PayloadDataBlock.java 65 CommentRequired: Public method and constructor comments are required
5167 src/Payload/PayloadDataBlock.java 76 CommentRequired: Public method and constructor comments are required
5168 src/Payload/PayloadDataBlock.java 76 CommentRequired: Public method and constructor comments are required
5169 src/Payload/PayloadDataBlock.java 76 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
5170 src/Payload/PayloadDataBlock.java 76 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
5171 src/Payload/PayloadDataBlock.java 78 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'done' (lines '78'-'89').
5172 src/Payload/PayloadDataBlock.java 78 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'done' (lines '78'-'89').
5173 src/Payload/PayloadDataBlock.java 88 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5174 src/Payload/PayloadDataBlock.java 88 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5175 src/Payload/PayloadDataBlock.java 98 ShortVariable: Avoid variables with short names like s
5176 src/Payload/PayloadDataBlock.java 98 ShortVariable: Avoid variables with short names like s
5177 src/Payload/PayloadDataBlock.java 100 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5178 src/Payload/PayloadDataBlock.java 100 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5179 src/Payload/PayloadDataBlock.java 101 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5180 src/Payload/PayloadDataBlock.java 101 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5181 src/Payload/PayloadDataBlock.java 102 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5182 src/Payload/PayloadDataBlock.java 102 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5183 src/Payload/PayloadStorage.java 1 PackageCase: Package name contains upper case characters
5184 src/Payload/PayloadStorage.java 1 PackageCase: Package name contains upper case characters
5185 src/Payload/PayloadStorage.java 9 CommentRequired: Class comments are required
5186 src/Payload/PayloadStorage.java 9 CommentRequired: Class comments are required
5187 src/Payload/PayloadStorage.java 10 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5188 src/Payload/PayloadStorage.java 10 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5189 src/Payload/PayloadStorage.java 10 CommentRequired: Field comments are required
5190 src/Payload/PayloadStorage.java 10 CommentRequired: Field comments are required
5191 src/Payload/PayloadStorage.java 10 ImmutableField: Private field 'm_writer' could be made final; it is only initialized in the declaration or constructor.
5192 src/Payload/PayloadStorage.java 10 ImmutableField: Private field 'm_writer' could be made final; it is only initialized in the declaration or constructor.
5193 src/Payload/PayloadStorage.java 12 CommentRequired: Public method and constructor comments are required
5194 src/Payload/PayloadStorage.java 12 CommentRequired: Public method and constructor comments are required
5195 src/Payload/PayloadStorage.java 12 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
5196 src/Payload/PayloadStorage.java 12 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
5197 src/Payload/PayloadStorage.java 16 CommentRequired: Public method and constructor comments are required
5198 src/Payload/PayloadStorage.java 16 CommentRequired: Public method and constructor comments are required
5199 src/Payload/PayloadStorage.java 16 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
5200 src/Payload/PayloadStorage.java 16 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
5201 src/Payload/PayloadStorage.java 21 CommentRequired: Public method and constructor comments are required
5202 src/Payload/PayloadStorage.java 21 CommentRequired: Public method and constructor comments are required
5203 src/Payload/PayloadStorage.java 21 MethodArgumentCouldBeFinal: Parameter 'str' is not assigned and could be declared final
5204 src/Payload/PayloadStorage.java 21 MethodArgumentCouldBeFinal: Parameter 'str' is not assigned and could be declared final
5205 src/Storage/FederationPacketsBuffer.java 1 CommentSize: Comment is too large: Line too long
5206 src/Storage/FederationPacketsBuffer.java 1 CommentSize: Comment is too large: Line too long
5207 src/Storage/FederationPacketsBuffer.java 1 CommentSize: Comment is too large: Too many lines
5208 src/Storage/FederationPacketsBuffer.java 1 CommentSize: Comment is too large: Too many lines
5209 src/Storage/FederationPacketsBuffer.java 2 CommentSize: Comment is too large: Line too long
5210 src/Storage/FederationPacketsBuffer.java 2 CommentSize: Comment is too large: Line too long
5211 src/Storage/FederationPacketsBuffer.java 3 CommentSize: Comment is too large: Line too long
5212 src/Storage/FederationPacketsBuffer.java 3 CommentSize: Comment is too large: Line too long
5213 src/Storage/FederationPacketsBuffer.java 4 CommentSize: Comment is too large: Line too long
5214 src/Storage/FederationPacketsBuffer.java 4 CommentSize: Comment is too large: Line too long
5215 src/Storage/FederationPacketsBuffer.java 5 CommentSize: Comment is too large: Line too long
5216 src/Storage/FederationPacketsBuffer.java 5 CommentSize: Comment is too large: Line too long
5217 src/Storage/FederationPacketsBuffer.java 6 CommentSize: Comment is too large: Line too long
5218 src/Storage/FederationPacketsBuffer.java 6 CommentSize: Comment is too large: Line too long
5219 src/Storage/FederationPacketsBuffer.java 7 CommentSize: Comment is too large: Line too long
5220 src/Storage/FederationPacketsBuffer.java 7 CommentSize: Comment is too large: Line too long
5221 src/Storage/FederationPacketsBuffer.java 8 CommentSize: Comment is too large: Line too long
5222 src/Storage/FederationPacketsBuffer.java 8 CommentSize: Comment is too large: Line too long
5223 src/Storage/FederationPacketsBuffer.java 9 CommentSize: Comment is too large: Line too long
5224 src/Storage/FederationPacketsBuffer.java 9 CommentSize: Comment is too large: Line too long
5225 src/Storage/FederationPacketsBuffer.java 10 CommentSize: Comment is too large: Line too long
5226 src/Storage/FederationPacketsBuffer.java 10 CommentSize: Comment is too large: Line too long
5227 src/Storage/FederationPacketsBuffer.java 11 CommentSize: Comment is too large: Line too long
5228 src/Storage/FederationPacketsBuffer.java 11 CommentSize: Comment is too large: Line too long
5229 src/Storage/FederationPacketsBuffer.java 12 CommentSize: Comment is too large: Line too long
5230 src/Storage/FederationPacketsBuffer.java 12 CommentSize: Comment is too large: Line too long
5231 src/Storage/FederationPacketsBuffer.java 13 CommentSize: Comment is too large: Line too long
5232 src/Storage/FederationPacketsBuffer.java 13 CommentSize: Comment is too large: Line too long
5233 src/Storage/FederationPacketsBuffer.java 16 PackageCase: Package name contains upper case characters
5234 src/Storage/FederationPacketsBuffer.java 16 PackageCase: Package name contains upper case characters
5235 src/Storage/FederationPacketsBuffer.java 36 CommentRequired: Class comments are required
5236 src/Storage/FederationPacketsBuffer.java 36 CommentRequired: Class comments are required
5237 src/Storage/FederationPacketsBuffer.java 38 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5238 src/Storage/FederationPacketsBuffer.java 38 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5239 src/Storage/FederationPacketsBuffer.java 38 CommentRequired: Field comments are required
5240 src/Storage/FederationPacketsBuffer.java 38 CommentRequired: Field comments are required
5241 src/Storage/FederationPacketsBuffer.java 38 ImmutableField: Private field 'm_file' could be made final; it is only initialized in the declaration or constructor.
5242 src/Storage/FederationPacketsBuffer.java 38 ImmutableField: Private field 'm_file' could be made final; it is only initialized in the declaration or constructor.
5243 src/Storage/FederationPacketsBuffer.java 39 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5244 src/Storage/FederationPacketsBuffer.java 39 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5245 src/Storage/FederationPacketsBuffer.java 39 CommentRequired: Field comments are required
5246 src/Storage/FederationPacketsBuffer.java 39 CommentRequired: Field comments are required
5247 src/Storage/FederationPacketsBuffer.java 40 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5248 src/Storage/FederationPacketsBuffer.java 40 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5249 src/Storage/FederationPacketsBuffer.java 40 CommentRequired: Field comments are required
5250 src/Storage/FederationPacketsBuffer.java 40 CommentRequired: Field comments are required
5251 src/Storage/FederationPacketsBuffer.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5252 src/Storage/FederationPacketsBuffer.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5253 src/Storage/FederationPacketsBuffer.java 41 CommentRequired: Field comments are required
5254 src/Storage/FederationPacketsBuffer.java 41 CommentRequired: Field comments are required
5255 src/Storage/FederationPacketsBuffer.java 41 ImmutableField: Private field 'm_file_path' could be made final; it is only initialized in the declaration or constructor.
5256 src/Storage/FederationPacketsBuffer.java 41 ImmutableField: Private field 'm_file_path' could be made final; it is only initialized in the declaration or constructor.
5257 src/Storage/FederationPacketsBuffer.java 41 SingularField: Perhaps 'm_file_path' could be replaced by a local variable.
5258 src/Storage/FederationPacketsBuffer.java 41 SingularField: Perhaps 'm_file_path' could be replaced by a local variable.
5259 src/Storage/FederationPacketsBuffer.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5260 src/Storage/FederationPacketsBuffer.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5261 src/Storage/FederationPacketsBuffer.java 42 CommentRequired: Field comments are required
5262 src/Storage/FederationPacketsBuffer.java 42 CommentRequired: Field comments are required
5263 src/Storage/FederationPacketsBuffer.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5264 src/Storage/FederationPacketsBuffer.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5265 src/Storage/FederationPacketsBuffer.java 43 CommentRequired: Field comments are required
5266 src/Storage/FederationPacketsBuffer.java 43 CommentRequired: Field comments are required
5267 src/Storage/FederationPacketsBuffer.java 44 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5268 src/Storage/FederationPacketsBuffer.java 44 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5269 src/Storage/FederationPacketsBuffer.java 44 CommentRequired: Field comments are required
5270 src/Storage/FederationPacketsBuffer.java 44 CommentRequired: Field comments are required
5271 src/Storage/FederationPacketsBuffer.java 44 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
5272 src/Storage/FederationPacketsBuffer.java 44 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
5273 src/Storage/FederationPacketsBuffer.java 44 ProperLogger: Logger should be defined private static final and have the correct class
5274 src/Storage/FederationPacketsBuffer.java 44 ProperLogger: Logger should be defined private static final and have the correct class
5275 src/Storage/FederationPacketsBuffer.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5276 src/Storage/FederationPacketsBuffer.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5277 src/Storage/FederationPacketsBuffer.java 45 CommentRequired: Field comments are required
5278 src/Storage/FederationPacketsBuffer.java 45 CommentRequired: Field comments are required
5279 src/Storage/FederationPacketsBuffer.java 45 ImmutableField: Private field 'm_conf' could be made final; it is only initialized in the declaration or constructor.
5280 src/Storage/FederationPacketsBuffer.java 45 ImmutableField: Private field 'm_conf' could be made final; it is only initialized in the declaration or constructor.
5281 src/Storage/FederationPacketsBuffer.java 45 SingularField: Perhaps 'm_conf' could be replaced by a local variable.
5282 src/Storage/FederationPacketsBuffer.java 45 SingularField: Perhaps 'm_conf' could be replaced by a local variable.
5283 src/Storage/FederationPacketsBuffer.java 45 UnusedPrivateField: Avoid unused private fields such as 'm_conf'.
5284 src/Storage/FederationPacketsBuffer.java 45 UnusedPrivateField: Avoid unused private fields such as 'm_conf'.
5285 src/Storage/FederationPacketsBuffer.java 46 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5286 src/Storage/FederationPacketsBuffer.java 46 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5287 src/Storage/FederationPacketsBuffer.java 46 CommentRequired: Field comments are required
5288 src/Storage/FederationPacketsBuffer.java 46 CommentRequired: Field comments are required
5289 src/Storage/FederationPacketsBuffer.java 46 ImmutableField: Private field 'm_packet_container' could be made final; it is only initialized in the declaration or constructor.
5290 src/Storage/FederationPacketsBuffer.java 46 ImmutableField: Private field 'm_packet_container' could be made final; it is only initialized in the declaration or constructor.
5291 src/Storage/FederationPacketsBuffer.java 46 LongVariable: Avoid excessively long variable names like m_packet_container
5292 src/Storage/FederationPacketsBuffer.java 46 LongVariable: Avoid excessively long variable names like m_packet_container
5293 src/Storage/FederationPacketsBuffer.java 47 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5294 src/Storage/FederationPacketsBuffer.java 47 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5295 src/Storage/FederationPacketsBuffer.java 47 CommentRequired: Field comments are required
5296 src/Storage/FederationPacketsBuffer.java 47 CommentRequired: Field comments are required
5297 src/Storage/FederationPacketsBuffer.java 47 ImmutableField: Private field 'm_packet_stream' could be made final; it is only initialized in the declaration or constructor.
5298 src/Storage/FederationPacketsBuffer.java 47 ImmutableField: Private field 'm_packet_stream' could be made final; it is only initialized in the declaration or constructor.
5299 src/Storage/FederationPacketsBuffer.java 49 CommentRequired: Field comments are required
5300 src/Storage/FederationPacketsBuffer.java 49 CommentRequired: Field comments are required
5301 src/Storage/FederationPacketsBuffer.java 49 ImmutableField: Private field 'TAG' could be made final; it is only initialized in the declaration or constructor.
5302 src/Storage/FederationPacketsBuffer.java 49 ImmutableField: Private field 'TAG' could be made final; it is only initialized in the declaration or constructor.
5303 src/Storage/FederationPacketsBuffer.java 49 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
5304 src/Storage/FederationPacketsBuffer.java 49 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
5305 src/Storage/FederationPacketsBuffer.java 49 UnusedPrivateField: Avoid unused private fields such as 'TAG'.
5306 src/Storage/FederationPacketsBuffer.java 49 UnusedPrivateField: Avoid unused private fields such as 'TAG'.
5307 src/Storage/FederationPacketsBuffer.java 51 CommentRequired: Public method and constructor comments are required
5308 src/Storage/FederationPacketsBuffer.java 51 CommentRequired: Public method and constructor comments are required
5309 src/Storage/FederationPacketsBuffer.java 51 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
5310 src/Storage/FederationPacketsBuffer.java 51 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
5311 src/Storage/FederationPacketsBuffer.java 51 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
5312 src/Storage/FederationPacketsBuffer.java 51 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
5313 src/Storage/FederationPacketsBuffer.java 51 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
5314 src/Storage/FederationPacketsBuffer.java 51 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
5315 src/Storage/FederationPacketsBuffer.java 61 ConstructorCallsOverridableMethod: Overridable method 'setConfiguration' called during object construction
5316 src/Storage/FederationPacketsBuffer.java 61 ConstructorCallsOverridableMethod: Overridable method 'setConfiguration' called during object construction
5317 src/Storage/FederationPacketsBuffer.java 62 ConstructorCallsOverridableMethod: Overridable method 'resetBuffer' called during object construction
5318 src/Storage/FederationPacketsBuffer.java 62 ConstructorCallsOverridableMethod: Overridable method 'resetBuffer' called during object construction
5319 src/Storage/FederationPacketsBuffer.java 65 CommentRequired: Public method and constructor comments are required
5320 src/Storage/FederationPacketsBuffer.java 65 CommentRequired: Public method and constructor comments are required
5321 src/Storage/FederationPacketsBuffer.java 70 CommentRequired: Public method and constructor comments are required
5322 src/Storage/FederationPacketsBuffer.java 70 CommentRequired: Public method and constructor comments are required
5323 src/Storage/FederationPacketsBuffer.java 73 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5324 src/Storage/FederationPacketsBuffer.java 73 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5325 src/Storage/FederationPacketsBuffer.java 79 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5326 src/Storage/FederationPacketsBuffer.java 79 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5327 src/Storage/FederationPacketsBuffer.java 83 CommentRequired: Public method and constructor comments are required
5328 src/Storage/FederationPacketsBuffer.java 83 CommentRequired: Public method and constructor comments are required
5329 src/Storage/FederationPacketsBuffer.java 83 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
5330 src/Storage/FederationPacketsBuffer.java 83 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
5331 src/Storage/FederationPacketsBuffer.java 88 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
5332 src/Storage/FederationPacketsBuffer.java 88 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
5333 src/Storage/FederationPacketsBuffer.java 88 CloseResource: Ensure that resources like this FileOutputStream object are closed after use
5334 src/Storage/FederationPacketsBuffer.java 88 CloseResource: Ensure that resources like this FileOutputStream object are closed after use
5335 src/Storage/FederationPacketsBuffer.java 88 LocalVariableCouldBeFinal: Local variable 'file_stream' could be declared final
5336 src/Storage/FederationPacketsBuffer.java 88 LocalVariableCouldBeFinal: Local variable 'file_stream' could be declared final
5337 src/Storage/FederationPacketsBuffer.java 89 CloseResource: Ensure that resources like this FileOutputStream object are closed after use
5338 src/Storage/FederationPacketsBuffer.java 89 CloseResource: Ensure that resources like this FileOutputStream object are closed after use
5339 src/Storage/FederationPacketsBuffer.java 89 LocalVariableCouldBeFinal: Local variable 'writer' could be declared final
5340 src/Storage/FederationPacketsBuffer.java 89 LocalVariableCouldBeFinal: Local variable 'writer' could be declared final
5341 src/Storage/FederationPacketsBuffer.java 94 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5342 src/Storage/FederationPacketsBuffer.java 94 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5343 src/Storage/FederationPacketsBuffer.java 95 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5344 src/Storage/FederationPacketsBuffer.java 95 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5345 src/Storage/FederationPacketsBuffer.java 96 IdenticalCatchBranches: 'catch' branch identical to 'FileNotFoundException' branch
5346 src/Storage/FederationPacketsBuffer.java 96 IdenticalCatchBranches: 'catch' branch identical to 'FileNotFoundException' branch
5347 src/Storage/FederationPacketsBuffer.java 97 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5348 src/Storage/FederationPacketsBuffer.java 97 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5349 src/Storage/FederationPacketsBuffer.java 98 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5350 src/Storage/FederationPacketsBuffer.java 98 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5351 src/Storage/FederationPacketsBuffer.java 102 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5352 src/Storage/FederationPacketsBuffer.java 102 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5353 src/Storage/FederationPacketsBuffer.java 108 CommentRequired: Public method and constructor comments are required
5354 src/Storage/FederationPacketsBuffer.java 108 CommentRequired: Public method and constructor comments are required
5355 src/Storage/FederationPacketsBuffer.java 108 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
5356 src/Storage/FederationPacketsBuffer.java 108 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
5357 src/Storage/FederationPacketsBuffer.java 113 CommentRequired: Public method and constructor comments are required
5358 src/Storage/FederationPacketsBuffer.java 113 CommentRequired: Public method and constructor comments are required
5359 src/Storage/FederationPacketsBuffer.java 113 ReturnEmptyArrayRatherThanNull: Return an empty array rather than null.
5360 src/Storage/FederationPacketsBuffer.java 113 ReturnEmptyArrayRatherThanNull: Return an empty array rather than null.
5361 src/Storage/FederationPacketsBuffer.java 117 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
5362 src/Storage/FederationPacketsBuffer.java 117 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
5363 src/Storage/FederationPacketsBuffer.java 117 CloseResource: Ensure that resources like this FileInputStream object are closed after use
5364 src/Storage/FederationPacketsBuffer.java 117 CloseResource: Ensure that resources like this FileInputStream object are closed after use
5365 src/Storage/FederationPacketsBuffer.java 117 LocalVariableCouldBeFinal: Local variable 'file_stream' could be declared final
5366 src/Storage/FederationPacketsBuffer.java 117 LocalVariableCouldBeFinal: Local variable 'file_stream' could be declared final
5367 src/Storage/FederationPacketsBuffer.java 118 CloseResource: Ensure that resources like this FileInputStream object are closed after use
5368 src/Storage/FederationPacketsBuffer.java 118 CloseResource: Ensure that resources like this FileInputStream object are closed after use
5369 src/Storage/FederationPacketsBuffer.java 118 LocalVariableCouldBeFinal: Local variable 'reader' could be declared final
5370 src/Storage/FederationPacketsBuffer.java 118 LocalVariableCouldBeFinal: Local variable 'reader' could be declared final
5371 src/Storage/FederationPacketsBuffer.java 122 CheckSkipResult: Check the value returned by the skip() method of an InputStream to see if the requested number of bytes has been skipped.
5372 src/Storage/FederationPacketsBuffer.java 122 CheckSkipResult: Check the value returned by the skip() method of an InputStream to see if the requested number of bytes has been skipped.
5373 src/Storage/FederationPacketsBuffer.java 126 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5374 src/Storage/FederationPacketsBuffer.java 126 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5375 src/Storage/FederationPacketsBuffer.java 133 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5376 src/Storage/FederationPacketsBuffer.java 133 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5377 src/Storage/FederationPacketsBuffer.java 136 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5378 src/Storage/FederationPacketsBuffer.java 136 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5379 src/Storage/FederationPacketsBuffer.java 139 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5380 src/Storage/FederationPacketsBuffer.java 139 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5381 src/Storage/FederationPacketsBuffer.java 143 ReturnEmptyCollectionRatherThanNull: Return an empty collection rather than null.
5382 src/Storage/FederationPacketsBuffer.java 143 ReturnEmptyCollectionRatherThanNull: Return an empty collection rather than null.
5383 src/Storage/FederationPacketsBuffer.java 146 CommentRequired: Public method and constructor comments are required
5384 src/Storage/FederationPacketsBuffer.java 146 CommentRequired: Public method and constructor comments are required
5385 src/Storage/FederationPacketsBuffer.java 155 CommentRequired: Public method and constructor comments are required
5386 src/Storage/FederationPacketsBuffer.java 155 CommentRequired: Public method and constructor comments are required
5387 src/Storage/FederationPacketsBuffer.java 165 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
5388 src/Storage/FederationPacketsBuffer.java 165 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
5389 src/Storage/FederationPacketsBuffer.java 165 MethodArgumentCouldBeFinal: Parameter 'sign' is not assigned and could be declared final
5390 src/Storage/FederationPacketsBuffer.java 165 MethodArgumentCouldBeFinal: Parameter 'sign' is not assigned and could be declared final
5391 src/Storage/FederationPacketsBuffer.java 165 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
5392 src/Storage/FederationPacketsBuffer.java 165 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
5393 src/Storage/FederationPacketsBuffer.java 165 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
5394 src/Storage/FederationPacketsBuffer.java 165 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
5395 src/Storage/FederationPacketsBuffer.java 167 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5396 src/Storage/FederationPacketsBuffer.java 167 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5397 src/Storage/FederationPacketsBuffer.java 174 CommentRequired: Public method and constructor comments are required
5398 src/Storage/FederationPacketsBuffer.java 174 CommentRequired: Public method and constructor comments are required
5399 src/Storage/FederationPacketsBuffer.java 176 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
5400 src/Storage/FederationPacketsBuffer.java 176 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
5401 src/Storage/FederationPacketsBuffer.java 176 CommentRequired: Public method and constructor comments are required
5402 src/Storage/FederationPacketsBuffer.java 176 CommentRequired: Public method and constructor comments are required
5403 src/Storage/FederationPacketsBuffer.java 176 MethodArgumentCouldBeFinal: Parameter 'sign' is not assigned and could be declared final
5404 src/Storage/FederationPacketsBuffer.java 176 MethodArgumentCouldBeFinal: Parameter 'sign' is not assigned and could be declared final
5405 src/Storage/FederationPacketsBuffer.java 176 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
5406 src/Storage/FederationPacketsBuffer.java 176 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
5407 src/Storage/FederationPacketsBuffer.java 176 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
5408 src/Storage/FederationPacketsBuffer.java 176 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
5409 src/Storage/FederationPacketsBuffer.java 177 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5410 src/Storage/FederationPacketsBuffer.java 177 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5411 src/Storage/FederationPacketsBuffer.java 184 CommentRequired: Public method and constructor comments are required
5412 src/Storage/FederationPacketsBuffer.java 184 CommentRequired: Public method and constructor comments are required
5413 src/Storage/PacketExchangeBuffer.java 1 PackageCase: Package name contains upper case characters
5414 src/Storage/PacketExchangeBuffer.java 1 PackageCase: Package name contains upper case characters
5415 src/Storage/PacketExchangeBuffer.java 16 CommentRequired: Class comments are required
5416 src/Storage/PacketExchangeBuffer.java 16 CommentRequired: Class comments are required
5417 src/Storage/PacketExchangeBuffer.java 18 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5418 src/Storage/PacketExchangeBuffer.java 18 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5419 src/Storage/PacketExchangeBuffer.java 18 CommentRequired: Field comments are required
5420 src/Storage/PacketExchangeBuffer.java 18 CommentRequired: Field comments are required
5421 src/Storage/PacketExchangeBuffer.java 18 ImmutableField: Private field 'm_tx_file' could be made final; it is only initialized in the declaration or constructor.
5422 src/Storage/PacketExchangeBuffer.java 18 ImmutableField: Private field 'm_tx_file' could be made final; it is only initialized in the declaration or constructor.
5423 src/Storage/PacketExchangeBuffer.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5424 src/Storage/PacketExchangeBuffer.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5425 src/Storage/PacketExchangeBuffer.java 19 CommentRequired: Field comments are required
5426 src/Storage/PacketExchangeBuffer.java 19 CommentRequired: Field comments are required
5427 src/Storage/PacketExchangeBuffer.java 19 ImmutableField: Private field 'm_rx_file' could be made final; it is only initialized in the declaration or constructor.
5428 src/Storage/PacketExchangeBuffer.java 19 ImmutableField: Private field 'm_rx_file' could be made final; it is only initialized in the declaration or constructor.
5429 src/Storage/PacketExchangeBuffer.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5430 src/Storage/PacketExchangeBuffer.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5431 src/Storage/PacketExchangeBuffer.java 20 CommentRequired: Field comments are required
5432 src/Storage/PacketExchangeBuffer.java 20 CommentRequired: Field comments are required
5433 src/Storage/PacketExchangeBuffer.java 20 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
5434 src/Storage/PacketExchangeBuffer.java 20 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
5435 src/Storage/PacketExchangeBuffer.java 20 ProperLogger: Logger should be defined private static final and have the correct class
5436 src/Storage/PacketExchangeBuffer.java 20 ProperLogger: Logger should be defined private static final and have the correct class
5437 src/Storage/PacketExchangeBuffer.java 21 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5438 src/Storage/PacketExchangeBuffer.java 21 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5439 src/Storage/PacketExchangeBuffer.java 21 CommentRequired: Field comments are required
5440 src/Storage/PacketExchangeBuffer.java 21 CommentRequired: Field comments are required
5441 src/Storage/PacketExchangeBuffer.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5442 src/Storage/PacketExchangeBuffer.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5443 src/Storage/PacketExchangeBuffer.java 22 CommentRequired: Field comments are required
5444 src/Storage/PacketExchangeBuffer.java 22 CommentRequired: Field comments are required
5445 src/Storage/PacketExchangeBuffer.java 23 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5446 src/Storage/PacketExchangeBuffer.java 23 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5447 src/Storage/PacketExchangeBuffer.java 23 CommentRequired: Field comments are required
5448 src/Storage/PacketExchangeBuffer.java 23 CommentRequired: Field comments are required
5449 src/Storage/PacketExchangeBuffer.java 23 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
5450 src/Storage/PacketExchangeBuffer.java 23 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
5451 src/Storage/PacketExchangeBuffer.java 24 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5452 src/Storage/PacketExchangeBuffer.java 24 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5453 src/Storage/PacketExchangeBuffer.java 24 CommentRequired: Field comments are required
5454 src/Storage/PacketExchangeBuffer.java 24 CommentRequired: Field comments are required
5455 src/Storage/PacketExchangeBuffer.java 24 ImmutableField: Private field 'm_data_block' could be made final; it is only initialized in the declaration or constructor.
5456 src/Storage/PacketExchangeBuffer.java 24 ImmutableField: Private field 'm_data_block' could be made final; it is only initialized in the declaration or constructor.
5457 src/Storage/PacketExchangeBuffer.java 25 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5458 src/Storage/PacketExchangeBuffer.java 25 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5459 src/Storage/PacketExchangeBuffer.java 25 CommentRequired: Field comments are required
5460 src/Storage/PacketExchangeBuffer.java 25 CommentRequired: Field comments are required
5461 src/Storage/PacketExchangeBuffer.java 25 ImmutableField: Private field 'm_publish_data_stream' could be made final; it is only initialized in the declaration or constructor.
5462 src/Storage/PacketExchangeBuffer.java 25 ImmutableField: Private field 'm_publish_data_stream' could be made final; it is only initialized in the declaration or constructor.
5463 src/Storage/PacketExchangeBuffer.java 25 LongVariable: Avoid excessively long variable names like m_publish_data_stream
5464 src/Storage/PacketExchangeBuffer.java 25 LongVariable: Avoid excessively long variable names like m_publish_data_stream
5465 src/Storage/PacketExchangeBuffer.java 27 CommentRequired: Field comments are required
5466 src/Storage/PacketExchangeBuffer.java 27 CommentRequired: Field comments are required
5467 src/Storage/PacketExchangeBuffer.java 27 ImmutableField: Private field 'TAG' could be made final; it is only initialized in the declaration or constructor.
5468 src/Storage/PacketExchangeBuffer.java 27 ImmutableField: Private field 'TAG' could be made final; it is only initialized in the declaration or constructor.
5469 src/Storage/PacketExchangeBuffer.java 27 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
5470 src/Storage/PacketExchangeBuffer.java 27 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
5471 src/Storage/PacketExchangeBuffer.java 27 UnusedPrivateField: Avoid unused private fields such as 'TAG'.
5472 src/Storage/PacketExchangeBuffer.java 27 UnusedPrivateField: Avoid unused private fields such as 'TAG'.
5473 src/Storage/PacketExchangeBuffer.java 29 CommentRequired: Public method and constructor comments are required
5474 src/Storage/PacketExchangeBuffer.java 29 CommentRequired: Public method and constructor comments are required
5475 src/Storage/PacketExchangeBuffer.java 29 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
5476 src/Storage/PacketExchangeBuffer.java 29 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
5477 src/Storage/PacketExchangeBuffer.java 29 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
5478 src/Storage/PacketExchangeBuffer.java 29 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
5479 src/Storage/PacketExchangeBuffer.java 29 MethodArgumentCouldBeFinal: Parameter 'time' is not assigned and could be declared final
5480 src/Storage/PacketExchangeBuffer.java 29 MethodArgumentCouldBeFinal: Parameter 'time' is not assigned and could be declared final
5481 src/Storage/PacketExchangeBuffer.java 35 ConstructorCallsOverridableMethod: Overridable method 'resetBuffer' called during object construction
5482 src/Storage/PacketExchangeBuffer.java 35 ConstructorCallsOverridableMethod: Overridable method 'resetBuffer' called during object construction
5483 src/Storage/PacketExchangeBuffer.java 40 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
5484 src/Storage/PacketExchangeBuffer.java 40 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
5485 src/Storage/PacketExchangeBuffer.java 41 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
5486 src/Storage/PacketExchangeBuffer.java 41 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
5487 src/Storage/PacketExchangeBuffer.java 43 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5488 src/Storage/PacketExchangeBuffer.java 43 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5489 src/Storage/PacketExchangeBuffer.java 47 CommentRequired: Public method and constructor comments are required
5490 src/Storage/PacketExchangeBuffer.java 47 CommentRequired: Public method and constructor comments are required
5491 src/Storage/PacketExchangeBuffer.java 49 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5492 src/Storage/PacketExchangeBuffer.java 49 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5493 src/Storage/PacketExchangeBuffer.java 55 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5494 src/Storage/PacketExchangeBuffer.java 55 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5495 src/Storage/PacketExchangeBuffer.java 59 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5496 src/Storage/PacketExchangeBuffer.java 59 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5497 src/Storage/PacketExchangeBuffer.java 65 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5498 src/Storage/PacketExchangeBuffer.java 65 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5499 src/Storage/PacketExchangeBuffer.java 69 CommentRequired: Public method and constructor comments are required
5500 src/Storage/PacketExchangeBuffer.java 69 CommentRequired: Public method and constructor comments are required
5501 src/Storage/PacketExchangeBuffer.java 69 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
5502 src/Storage/PacketExchangeBuffer.java 69 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
5503 src/Storage/PacketExchangeBuffer.java 74 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5504 src/Storage/PacketExchangeBuffer.java 74 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5505 src/Storage/PacketExchangeBuffer.java 78 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5506 src/Storage/PacketExchangeBuffer.java 78 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5507 src/Storage/PacketExchangeBuffer.java 83 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5508 src/Storage/PacketExchangeBuffer.java 83 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5509 src/Storage/PacketExchangeBuffer.java 88 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5510 src/Storage/PacketExchangeBuffer.java 88 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5511 src/Storage/PacketExchangeBuffer.java 91 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5512 src/Storage/PacketExchangeBuffer.java 91 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5513 src/Storage/PacketExchangeBuffer.java 96 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5514 src/Storage/PacketExchangeBuffer.java 96 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5515 src/Storage/PacketExchangeBuffer.java 101 CommentRequired: Public method and constructor comments are required
5516 src/Storage/PacketExchangeBuffer.java 101 CommentRequired: Public method and constructor comments are required
5517 src/Storage/PacketExchangeBuffer.java 101 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
5518 src/Storage/PacketExchangeBuffer.java 101 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
5519 src/Storage/PacketExchangeBuffer.java 106 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5520 src/Storage/PacketExchangeBuffer.java 106 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5521 src/Storage/PacketExchangeBuffer.java 110 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5522 src/Storage/PacketExchangeBuffer.java 110 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5523 src/Storage/PacketExchangeBuffer.java 115 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5524 src/Storage/PacketExchangeBuffer.java 115 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5525 src/Storage/PacketExchangeBuffer.java 120 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5526 src/Storage/PacketExchangeBuffer.java 120 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5527 src/Storage/PacketExchangeBuffer.java 123 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5528 src/Storage/PacketExchangeBuffer.java 123 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5529 src/Storage/PacketExchangeBuffer.java 128 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5530 src/Storage/PacketExchangeBuffer.java 128 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5531 src/Storage/PacketSnifferBuffer.java 1 PackageCase: Package name contains upper case characters
5532 src/Storage/PacketSnifferBuffer.java 1 PackageCase: Package name contains upper case characters
5533 src/Storage/PacketSnifferBuffer.java 16 CommentRequired: Class comments are required
5534 src/Storage/PacketSnifferBuffer.java 16 CommentRequired: Class comments are required
5535 src/Storage/PacketSnifferBuffer.java 18 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5536 src/Storage/PacketSnifferBuffer.java 18 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5537 src/Storage/PacketSnifferBuffer.java 18 CommentRequired: Field comments are required
5538 src/Storage/PacketSnifferBuffer.java 18 CommentRequired: Field comments are required
5539 src/Storage/PacketSnifferBuffer.java 18 ImmutableField: Private field 'm_file' could be made final; it is only initialized in the declaration or constructor.
5540 src/Storage/PacketSnifferBuffer.java 18 ImmutableField: Private field 'm_file' could be made final; it is only initialized in the declaration or constructor.
5541 src/Storage/PacketSnifferBuffer.java 18 SingularField: Perhaps 'm_file' could be replaced by a local variable.
5542 src/Storage/PacketSnifferBuffer.java 18 SingularField: Perhaps 'm_file' could be replaced by a local variable.
5543 src/Storage/PacketSnifferBuffer.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5544 src/Storage/PacketSnifferBuffer.java 19 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5545 src/Storage/PacketSnifferBuffer.java 19 CommentRequired: Field comments are required
5546 src/Storage/PacketSnifferBuffer.java 19 CommentRequired: Field comments are required
5547 src/Storage/PacketSnifferBuffer.java 19 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
5548 src/Storage/PacketSnifferBuffer.java 19 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
5549 src/Storage/PacketSnifferBuffer.java 19 ProperLogger: Logger should be defined private static final and have the correct class
5550 src/Storage/PacketSnifferBuffer.java 19 ProperLogger: Logger should be defined private static final and have the correct class
5551 src/Storage/PacketSnifferBuffer.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5552 src/Storage/PacketSnifferBuffer.java 20 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5553 src/Storage/PacketSnifferBuffer.java 20 CommentRequired: Field comments are required
5554 src/Storage/PacketSnifferBuffer.java 20 CommentRequired: Field comments are required
5555 src/Storage/PacketSnifferBuffer.java 20 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
5556 src/Storage/PacketSnifferBuffer.java 20 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
5557 src/Storage/PacketSnifferBuffer.java 21 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5558 src/Storage/PacketSnifferBuffer.java 21 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5559 src/Storage/PacketSnifferBuffer.java 21 CommentRequired: Field comments are required
5560 src/Storage/PacketSnifferBuffer.java 21 CommentRequired: Field comments are required
5561 src/Storage/PacketSnifferBuffer.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5562 src/Storage/PacketSnifferBuffer.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5563 src/Storage/PacketSnifferBuffer.java 22 CommentRequired: Field comments are required
5564 src/Storage/PacketSnifferBuffer.java 22 CommentRequired: Field comments are required
5565 src/Storage/PacketSnifferBuffer.java 22 ImmutableField: Private field 'm_data_block' could be made final; it is only initialized in the declaration or constructor.
5566 src/Storage/PacketSnifferBuffer.java 22 ImmutableField: Private field 'm_data_block' could be made final; it is only initialized in the declaration or constructor.
5567 src/Storage/PacketSnifferBuffer.java 23 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5568 src/Storage/PacketSnifferBuffer.java 23 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5569 src/Storage/PacketSnifferBuffer.java 23 CommentRequired: Field comments are required
5570 src/Storage/PacketSnifferBuffer.java 23 CommentRequired: Field comments are required
5571 src/Storage/PacketSnifferBuffer.java 23 ImmutableField: Private field 'm_publish_data_stream' could be made final; it is only initialized in the declaration or constructor.
5572 src/Storage/PacketSnifferBuffer.java 23 ImmutableField: Private field 'm_publish_data_stream' could be made final; it is only initialized in the declaration or constructor.
5573 src/Storage/PacketSnifferBuffer.java 23 LongVariable: Avoid excessively long variable names like m_publish_data_stream
5574 src/Storage/PacketSnifferBuffer.java 23 LongVariable: Avoid excessively long variable names like m_publish_data_stream
5575 src/Storage/PacketSnifferBuffer.java 25 CommentRequired: Field comments are required
5576 src/Storage/PacketSnifferBuffer.java 25 CommentRequired: Field comments are required
5577 src/Storage/PacketSnifferBuffer.java 25 ImmutableField: Private field 'TAG' could be made final; it is only initialized in the declaration or constructor.
5578 src/Storage/PacketSnifferBuffer.java 25 ImmutableField: Private field 'TAG' could be made final; it is only initialized in the declaration or constructor.
5579 src/Storage/PacketSnifferBuffer.java 25 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
5580 src/Storage/PacketSnifferBuffer.java 25 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
5581 src/Storage/PacketSnifferBuffer.java 25 UnusedPrivateField: Avoid unused private fields such as 'TAG'.
5582 src/Storage/PacketSnifferBuffer.java 25 UnusedPrivateField: Avoid unused private fields such as 'TAG'.
5583 src/Storage/PacketSnifferBuffer.java 27 CommentRequired: Public method and constructor comments are required
5584 src/Storage/PacketSnifferBuffer.java 27 CommentRequired: Public method and constructor comments are required
5585 src/Storage/PacketSnifferBuffer.java 27 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
5586 src/Storage/PacketSnifferBuffer.java 27 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
5587 src/Storage/PacketSnifferBuffer.java 27 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
5588 src/Storage/PacketSnifferBuffer.java 27 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
5589 src/Storage/PacketSnifferBuffer.java 27 MethodArgumentCouldBeFinal: Parameter 'time' is not assigned and could be declared final
5590 src/Storage/PacketSnifferBuffer.java 27 MethodArgumentCouldBeFinal: Parameter 'time' is not assigned and could be declared final
5591 src/Storage/PacketSnifferBuffer.java 34 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5592 src/Storage/PacketSnifferBuffer.java 34 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5593 src/Storage/PacketSnifferBuffer.java 38 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
5594 src/Storage/PacketSnifferBuffer.java 38 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
5595 src/Storage/PacketSnifferBuffer.java 43 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
5596 src/Storage/PacketSnifferBuffer.java 43 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
5597 src/Storage/PacketSnifferBuffer.java 45 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5598 src/Storage/PacketSnifferBuffer.java 45 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5599 src/Storage/PacketSnifferBuffer.java 49 CommentRequired: Public method and constructor comments are required
5600 src/Storage/PacketSnifferBuffer.java 49 CommentRequired: Public method and constructor comments are required
5601 src/Storage/PacketSnifferBuffer.java 49 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
5602 src/Storage/PacketSnifferBuffer.java 49 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
5603 src/Storage/PacketSnifferBuffer.java 54 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5604 src/Storage/PacketSnifferBuffer.java 54 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5605 src/Storage/PacketSnifferBuffer.java 58 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5606 src/Storage/PacketSnifferBuffer.java 58 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5607 src/Storage/PacketSnifferBuffer.java 63 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5608 src/Storage/PacketSnifferBuffer.java 63 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5609 src/Storage/PacketSnifferBuffer.java 68 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5610 src/Storage/PacketSnifferBuffer.java 68 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5611 src/Storage/PacketSnifferBuffer.java 71 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5612 src/Storage/PacketSnifferBuffer.java 71 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
5613 src/Storage/PacketSnifferBuffer.java 76 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5614 src/Storage/PacketSnifferBuffer.java 76 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5615 src/Storage/PayloadBuffer.java 1 CommentSize: Comment is too large: Line too long
5616 src/Storage/PayloadBuffer.java 1 CommentSize: Comment is too large: Line too long
5617 src/Storage/PayloadBuffer.java 1 CommentSize: Comment is too large: Too many lines
5618 src/Storage/PayloadBuffer.java 1 CommentSize: Comment is too large: Too many lines
5619 src/Storage/PayloadBuffer.java 2 CommentSize: Comment is too large: Line too long
5620 src/Storage/PayloadBuffer.java 2 CommentSize: Comment is too large: Line too long
5621 src/Storage/PayloadBuffer.java 3 CommentSize: Comment is too large: Line too long
5622 src/Storage/PayloadBuffer.java 3 CommentSize: Comment is too large: Line too long
5623 src/Storage/PayloadBuffer.java 4 CommentSize: Comment is too large: Line too long
5624 src/Storage/PayloadBuffer.java 4 CommentSize: Comment is too large: Line too long
5625 src/Storage/PayloadBuffer.java 5 CommentSize: Comment is too large: Line too long
5626 src/Storage/PayloadBuffer.java 5 CommentSize: Comment is too large: Line too long
5627 src/Storage/PayloadBuffer.java 6 CommentSize: Comment is too large: Line too long
5628 src/Storage/PayloadBuffer.java 6 CommentSize: Comment is too large: Line too long
5629 src/Storage/PayloadBuffer.java 7 CommentSize: Comment is too large: Line too long
5630 src/Storage/PayloadBuffer.java 7 CommentSize: Comment is too large: Line too long
5631 src/Storage/PayloadBuffer.java 8 CommentSize: Comment is too large: Line too long
5632 src/Storage/PayloadBuffer.java 8 CommentSize: Comment is too large: Line too long
5633 src/Storage/PayloadBuffer.java 9 CommentSize: Comment is too large: Line too long
5634 src/Storage/PayloadBuffer.java 9 CommentSize: Comment is too large: Line too long
5635 src/Storage/PayloadBuffer.java 10 CommentSize: Comment is too large: Line too long
5636 src/Storage/PayloadBuffer.java 10 CommentSize: Comment is too large: Line too long
5637 src/Storage/PayloadBuffer.java 11 CommentSize: Comment is too large: Line too long
5638 src/Storage/PayloadBuffer.java 11 CommentSize: Comment is too large: Line too long
5639 src/Storage/PayloadBuffer.java 12 CommentSize: Comment is too large: Line too long
5640 src/Storage/PayloadBuffer.java 12 CommentSize: Comment is too large: Line too long
5641 src/Storage/PayloadBuffer.java 13 CommentSize: Comment is too large: Line too long
5642 src/Storage/PayloadBuffer.java 13 CommentSize: Comment is too large: Line too long
5643 src/Storage/PayloadBuffer.java 16 PackageCase: Package name contains upper case characters
5644 src/Storage/PayloadBuffer.java 16 PackageCase: Package name contains upper case characters
5645 src/Storage/PayloadBuffer.java 35 CommentRequired: Class comments are required
5646 src/Storage/PayloadBuffer.java 35 CommentRequired: Class comments are required
5647 src/Storage/PayloadBuffer.java 37 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5648 src/Storage/PayloadBuffer.java 37 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5649 src/Storage/PayloadBuffer.java 37 CommentRequired: Field comments are required
5650 src/Storage/PayloadBuffer.java 37 CommentRequired: Field comments are required
5651 src/Storage/PayloadBuffer.java 37 ImmutableField: Private field 'm_file' could be made final; it is only initialized in the declaration or constructor.
5652 src/Storage/PayloadBuffer.java 37 ImmutableField: Private field 'm_file' could be made final; it is only initialized in the declaration or constructor.
5653 src/Storage/PayloadBuffer.java 38 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5654 src/Storage/PayloadBuffer.java 38 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5655 src/Storage/PayloadBuffer.java 38 CommentRequired: Field comments are required
5656 src/Storage/PayloadBuffer.java 38 CommentRequired: Field comments are required
5657 src/Storage/PayloadBuffer.java 39 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5658 src/Storage/PayloadBuffer.java 39 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5659 src/Storage/PayloadBuffer.java 39 CommentRequired: Field comments are required
5660 src/Storage/PayloadBuffer.java 39 CommentRequired: Field comments are required
5661 src/Storage/PayloadBuffer.java 40 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5662 src/Storage/PayloadBuffer.java 40 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5663 src/Storage/PayloadBuffer.java 40 CommentRequired: Field comments are required
5664 src/Storage/PayloadBuffer.java 40 CommentRequired: Field comments are required
5665 src/Storage/PayloadBuffer.java 40 ImmutableField: Private field 'm_file_path' could be made final; it is only initialized in the declaration or constructor.
5666 src/Storage/PayloadBuffer.java 40 ImmutableField: Private field 'm_file_path' could be made final; it is only initialized in the declaration or constructor.
5667 src/Storage/PayloadBuffer.java 40 SingularField: Perhaps 'm_file_path' could be replaced by a local variable.
5668 src/Storage/PayloadBuffer.java 40 SingularField: Perhaps 'm_file_path' could be replaced by a local variable.
5669 src/Storage/PayloadBuffer.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5670 src/Storage/PayloadBuffer.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5671 src/Storage/PayloadBuffer.java 41 CommentRequired: Field comments are required
5672 src/Storage/PayloadBuffer.java 41 CommentRequired: Field comments are required
5673 src/Storage/PayloadBuffer.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5674 src/Storage/PayloadBuffer.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5675 src/Storage/PayloadBuffer.java 42 CommentRequired: Field comments are required
5676 src/Storage/PayloadBuffer.java 42 CommentRequired: Field comments are required
5677 src/Storage/PayloadBuffer.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5678 src/Storage/PayloadBuffer.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5679 src/Storage/PayloadBuffer.java 43 CommentRequired: Field comments are required
5680 src/Storage/PayloadBuffer.java 43 CommentRequired: Field comments are required
5681 src/Storage/PayloadBuffer.java 43 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
5682 src/Storage/PayloadBuffer.java 43 ImmutableField: Private field 'm_logger' could be made final; it is only initialized in the declaration or constructor.
5683 src/Storage/PayloadBuffer.java 43 ProperLogger: Logger should be defined private static final and have the correct class
5684 src/Storage/PayloadBuffer.java 43 ProperLogger: Logger should be defined private static final and have the correct class
5685 src/Storage/PayloadBuffer.java 44 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5686 src/Storage/PayloadBuffer.java 44 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5687 src/Storage/PayloadBuffer.java 44 CommentRequired: Field comments are required
5688 src/Storage/PayloadBuffer.java 44 CommentRequired: Field comments are required
5689 src/Storage/PayloadBuffer.java 44 ImmutableField: Private field 'm_conf' could be made final; it is only initialized in the declaration or constructor.
5690 src/Storage/PayloadBuffer.java 44 ImmutableField: Private field 'm_conf' could be made final; it is only initialized in the declaration or constructor.
5691 src/Storage/PayloadBuffer.java 44 SingularField: Perhaps 'm_conf' could be replaced by a local variable.
5692 src/Storage/PayloadBuffer.java 44 SingularField: Perhaps 'm_conf' could be replaced by a local variable.
5693 src/Storage/PayloadBuffer.java 44 UnusedPrivateField: Avoid unused private fields such as 'm_conf'.
5694 src/Storage/PayloadBuffer.java 44 UnusedPrivateField: Avoid unused private fields such as 'm_conf'.
5695 src/Storage/PayloadBuffer.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5696 src/Storage/PayloadBuffer.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5697 src/Storage/PayloadBuffer.java 45 CommentRequired: Field comments are required
5698 src/Storage/PayloadBuffer.java 45 CommentRequired: Field comments are required
5699 src/Storage/PayloadBuffer.java 45 ImmutableField: Private field 'm_data_container' could be made final; it is only initialized in the declaration or constructor.
5700 src/Storage/PayloadBuffer.java 45 ImmutableField: Private field 'm_data_container' could be made final; it is only initialized in the declaration or constructor.
5701 src/Storage/PayloadBuffer.java 46 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5702 src/Storage/PayloadBuffer.java 46 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5703 src/Storage/PayloadBuffer.java 46 CommentRequired: Field comments are required
5704 src/Storage/PayloadBuffer.java 46 CommentRequired: Field comments are required
5705 src/Storage/PayloadBuffer.java 46 ImmutableField: Private field 'm_data_byte_buffer' could be made final; it is only initialized in the declaration or constructor.
5706 src/Storage/PayloadBuffer.java 46 ImmutableField: Private field 'm_data_byte_buffer' could be made final; it is only initialized in the declaration or constructor.
5707 src/Storage/PayloadBuffer.java 46 LongVariable: Avoid excessively long variable names like m_data_byte_buffer
5708 src/Storage/PayloadBuffer.java 46 LongVariable: Avoid excessively long variable names like m_data_byte_buffer
5709 src/Storage/PayloadBuffer.java 48 CommentRequired: Field comments are required
5710 src/Storage/PayloadBuffer.java 48 CommentRequired: Field comments are required
5711 src/Storage/PayloadBuffer.java 48 ImmutableField: Private field 'TAG' could be made final; it is only initialized in the declaration or constructor.
5712 src/Storage/PayloadBuffer.java 48 ImmutableField: Private field 'TAG' could be made final; it is only initialized in the declaration or constructor.
5713 src/Storage/PayloadBuffer.java 48 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
5714 src/Storage/PayloadBuffer.java 48 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
5715 src/Storage/PayloadBuffer.java 48 UnusedPrivateField: Avoid unused private fields such as 'TAG'.
5716 src/Storage/PayloadBuffer.java 48 UnusedPrivateField: Avoid unused private fields such as 'TAG'.
5717 src/Storage/PayloadBuffer.java 50 CommentRequired: Public method and constructor comments are required
5718 src/Storage/PayloadBuffer.java 50 CommentRequired: Public method and constructor comments are required
5719 src/Storage/PayloadBuffer.java 50 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
5720 src/Storage/PayloadBuffer.java 50 MethodArgumentCouldBeFinal: Parameter 'conf' is not assigned and could be declared final
5721 src/Storage/PayloadBuffer.java 50 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
5722 src/Storage/PayloadBuffer.java 50 MethodArgumentCouldBeFinal: Parameter 'folder' is not assigned and could be declared final
5723 src/Storage/PayloadBuffer.java 50 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
5724 src/Storage/PayloadBuffer.java 50 MethodArgumentCouldBeFinal: Parameter 'log' is not assigned and could be declared final
5725 src/Storage/PayloadBuffer.java 60 ConstructorCallsOverridableMethod: Overridable method 'setConfiguration' called during object construction
5726 src/Storage/PayloadBuffer.java 60 ConstructorCallsOverridableMethod: Overridable method 'setConfiguration' called during object construction
5727 src/Storage/PayloadBuffer.java 61 ConstructorCallsOverridableMethod: Overridable method 'resetBuffer' called during object construction
5728 src/Storage/PayloadBuffer.java 61 ConstructorCallsOverridableMethod: Overridable method 'resetBuffer' called during object construction
5729 src/Storage/PayloadBuffer.java 64 CommentRequired: Public method and constructor comments are required
5730 src/Storage/PayloadBuffer.java 64 CommentRequired: Public method and constructor comments are required
5731 src/Storage/PayloadBuffer.java 69 CommentRequired: Public method and constructor comments are required
5732 src/Storage/PayloadBuffer.java 69 CommentRequired: Public method and constructor comments are required
5733 src/Storage/PayloadBuffer.java 72 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5734 src/Storage/PayloadBuffer.java 72 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5735 src/Storage/PayloadBuffer.java 78 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5736 src/Storage/PayloadBuffer.java 78 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5737 src/Storage/PayloadBuffer.java 82 CommentRequired: Public method and constructor comments are required
5738 src/Storage/PayloadBuffer.java 82 CommentRequired: Public method and constructor comments are required
5739 src/Storage/PayloadBuffer.java 82 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
5740 src/Storage/PayloadBuffer.java 82 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
5741 src/Storage/PayloadBuffer.java 87 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
5742 src/Storage/PayloadBuffer.java 87 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
5743 src/Storage/PayloadBuffer.java 87 CloseResource: Ensure that resources like this FileOutputStream object are closed after use
5744 src/Storage/PayloadBuffer.java 87 CloseResource: Ensure that resources like this FileOutputStream object are closed after use
5745 src/Storage/PayloadBuffer.java 87 LocalVariableCouldBeFinal: Local variable 'file_stream' could be declared final
5746 src/Storage/PayloadBuffer.java 87 LocalVariableCouldBeFinal: Local variable 'file_stream' could be declared final
5747 src/Storage/PayloadBuffer.java 88 CloseResource: Ensure that resources like this FileOutputStream object are closed after use
5748 src/Storage/PayloadBuffer.java 88 CloseResource: Ensure that resources like this FileOutputStream object are closed after use
5749 src/Storage/PayloadBuffer.java 88 LocalVariableCouldBeFinal: Local variable 'writer' could be declared final
5750 src/Storage/PayloadBuffer.java 88 LocalVariableCouldBeFinal: Local variable 'writer' could be declared final
5751 src/Storage/PayloadBuffer.java 93 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5752 src/Storage/PayloadBuffer.java 93 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5753 src/Storage/PayloadBuffer.java 94 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5754 src/Storage/PayloadBuffer.java 94 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5755 src/Storage/PayloadBuffer.java 95 IdenticalCatchBranches: 'catch' branch identical to 'FileNotFoundException' branch
5756 src/Storage/PayloadBuffer.java 95 IdenticalCatchBranches: 'catch' branch identical to 'FileNotFoundException' branch
5757 src/Storage/PayloadBuffer.java 96 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5758 src/Storage/PayloadBuffer.java 96 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5759 src/Storage/PayloadBuffer.java 97 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5760 src/Storage/PayloadBuffer.java 97 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5761 src/Storage/PayloadBuffer.java 101 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5762 src/Storage/PayloadBuffer.java 101 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5763 src/Storage/PayloadBuffer.java 107 CommentRequired: Public method and constructor comments are required
5764 src/Storage/PayloadBuffer.java 107 CommentRequired: Public method and constructor comments are required
5765 src/Storage/PayloadBuffer.java 107 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
5766 src/Storage/PayloadBuffer.java 107 MethodArgumentCouldBeFinal: Parameter 'data' is not assigned and could be declared final
5767 src/Storage/PayloadBuffer.java 109 LocalVariableCouldBeFinal: Local variable 'done' could be declared final
5768 src/Storage/PayloadBuffer.java 109 LocalVariableCouldBeFinal: Local variable 'done' could be declared final
5769 src/Storage/PayloadBuffer.java 110 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'done'
5770 src/Storage/PayloadBuffer.java 110 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'done'
5771 src/Storage/PayloadBuffer.java 113 CommentRequired: Public method and constructor comments are required
5772 src/Storage/PayloadBuffer.java 113 CommentRequired: Public method and constructor comments are required
5773 src/Storage/PayloadBuffer.java 113 ReturnEmptyArrayRatherThanNull: Return an empty array rather than null.
5774 src/Storage/PayloadBuffer.java 113 ReturnEmptyArrayRatherThanNull: Return an empty array rather than null.
5775 src/Storage/PayloadBuffer.java 117 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
5776 src/Storage/PayloadBuffer.java 117 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
5777 src/Storage/PayloadBuffer.java 117 CloseResource: Ensure that resources like this FileInputStream object are closed after use
5778 src/Storage/PayloadBuffer.java 117 CloseResource: Ensure that resources like this FileInputStream object are closed after use
5779 src/Storage/PayloadBuffer.java 117 LocalVariableCouldBeFinal: Local variable 'file_stream' could be declared final
5780 src/Storage/PayloadBuffer.java 117 LocalVariableCouldBeFinal: Local variable 'file_stream' could be declared final
5781 src/Storage/PayloadBuffer.java 118 CloseResource: Ensure that resources like this FileInputStream object are closed after use
5782 src/Storage/PayloadBuffer.java 118 CloseResource: Ensure that resources like this FileInputStream object are closed after use
5783 src/Storage/PayloadBuffer.java 118 LocalVariableCouldBeFinal: Local variable 'reader' could be declared final
5784 src/Storage/PayloadBuffer.java 118 LocalVariableCouldBeFinal: Local variable 'reader' could be declared final
5785 src/Storage/PayloadBuffer.java 121 CheckSkipResult: Check the value returned by the skip() method of an InputStream to see if the requested number of bytes has been skipped.
5786 src/Storage/PayloadBuffer.java 121 CheckSkipResult: Check the value returned by the skip() method of an InputStream to see if the requested number of bytes has been skipped.
5787 src/Storage/PayloadBuffer.java 124 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5788 src/Storage/PayloadBuffer.java 124 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5789 src/Storage/PayloadBuffer.java 131 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5790 src/Storage/PayloadBuffer.java 131 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5791 src/Storage/PayloadBuffer.java 134 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5792 src/Storage/PayloadBuffer.java 134 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5793 src/Storage/PayloadBuffer.java 137 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5794 src/Storage/PayloadBuffer.java 137 UseCorrectExceptionLogging: Use the correct logging statement for logging exceptions
5795 src/Storage/PayloadBuffer.java 141 ReturnEmptyCollectionRatherThanNull: Return an empty collection rather than null.
5796 src/Storage/PayloadBuffer.java 141 ReturnEmptyCollectionRatherThanNull: Return an empty collection rather than null.
5797 src/Storage/PayloadBuffer.java 144 CommentRequired: Public method and constructor comments are required
5798 src/Storage/PayloadBuffer.java 144 CommentRequired: Public method and constructor comments are required
5799 src/Storage/PayloadBuffer.java 153 CommentRequired: Public method and constructor comments are required
5800 src/Storage/PayloadBuffer.java 153 CommentRequired: Public method and constructor comments are required
5801 src/Storage/PayloadBuffer.java 163 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
5802 src/Storage/PayloadBuffer.java 163 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
5803 src/Storage/PayloadBuffer.java 163 MethodArgumentCouldBeFinal: Parameter 'sign' is not assigned and could be declared final
5804 src/Storage/PayloadBuffer.java 163 MethodArgumentCouldBeFinal: Parameter 'sign' is not assigned and could be declared final
5805 src/Storage/PayloadBuffer.java 163 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
5806 src/Storage/PayloadBuffer.java 163 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
5807 src/Storage/PayloadBuffer.java 163 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
5808 src/Storage/PayloadBuffer.java 163 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
5809 src/Storage/PayloadBuffer.java 165 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5810 src/Storage/PayloadBuffer.java 165 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5811 src/Storage/PayloadBuffer.java 172 CommentRequired: Public method and constructor comments are required
5812 src/Storage/PayloadBuffer.java 172 CommentRequired: Public method and constructor comments are required
5813 src/Storage/PayloadBuffer.java 174 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
5814 src/Storage/PayloadBuffer.java 174 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
5815 src/Storage/PayloadBuffer.java 174 CommentRequired: Public method and constructor comments are required
5816 src/Storage/PayloadBuffer.java 174 CommentRequired: Public method and constructor comments are required
5817 src/Storage/PayloadBuffer.java 174 MethodArgumentCouldBeFinal: Parameter 'sign' is not assigned and could be declared final
5818 src/Storage/PayloadBuffer.java 174 MethodArgumentCouldBeFinal: Parameter 'sign' is not assigned and could be declared final
5819 src/Storage/PayloadBuffer.java 174 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
5820 src/Storage/PayloadBuffer.java 174 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
5821 src/Storage/PayloadBuffer.java 174 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
5822 src/Storage/PayloadBuffer.java 174 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
5823 src/Storage/PayloadBuffer.java 175 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5824 src/Storage/PayloadBuffer.java 175 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
5825 src/Storage/PayloadBuffer.java 182 CommentRequired: Public method and constructor comments are required
5826 src/Storage/PayloadBuffer.java 182 CommentRequired: Public method and constructor comments are required
5827 src/TAR/Octal.java 1 CommentSize: Comment is too large: Too many lines
5828 src/TAR/Octal.java 1 CommentSize: Comment is too large: Too many lines
5829 src/TAR/Octal.java 18 PackageCase: Package name contains upper case characters
5830 src/TAR/Octal.java 18 PackageCase: Package name contains upper case characters
5831 src/TAR/Octal.java 24 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
5832 src/TAR/Octal.java 24 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
5833 src/TAR/Octal.java 26 CommentSize: Comment is too large: Too many lines
5834 src/TAR/Octal.java 26 CommentSize: Comment is too large: Too many lines
5835 src/TAR/Octal.java 39 MethodArgumentCouldBeFinal: Parameter 'header' is not assigned and could be declared final
5836 src/TAR/Octal.java 39 MethodArgumentCouldBeFinal: Parameter 'header' is not assigned and could be declared final
5837 src/TAR/Octal.java 39 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
5838 src/TAR/Octal.java 39 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
5839 src/TAR/Octal.java 39 MethodArgumentCouldBeFinal: Parameter 'offset' is not assigned and could be declared final
5840 src/TAR/Octal.java 39 MethodArgumentCouldBeFinal: Parameter 'offset' is not assigned and could be declared final
5841 src/TAR/Octal.java 41 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'stillPadding' (lines '41'-'56').
5842 src/TAR/Octal.java 41 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'stillPadding' (lines '41'-'56').
5843 src/TAR/Octal.java 41 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'stillPadding' (lines '41'-'62').
5844 src/TAR/Octal.java 41 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'stillPadding' (lines '41'-'62').
5845 src/TAR/Octal.java 43 LocalVariableCouldBeFinal: Local variable 'end' could be declared final
5846 src/TAR/Octal.java 43 LocalVariableCouldBeFinal: Local variable 'end' could be declared final
5847 src/TAR/Octal.java 46 ControlStatementBraces: This statement should have braces
5848 src/TAR/Octal.java 46 ControlStatementBraces: This statement should have braces
5849 src/TAR/Octal.java 50 ControlStatementBraces: This statement should have braces
5850 src/TAR/Octal.java 50 ControlStatementBraces: This statement should have braces
5851 src/TAR/Octal.java 53 ControlStatementBraces: This statement should have braces
5852 src/TAR/Octal.java 53 ControlStatementBraces: This statement should have braces
5853 src/TAR/Octal.java 56 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'stillPadding' (lines '56'-'56').
5854 src/TAR/Octal.java 56 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'stillPadding' (lines '56'-'56').
5855 src/TAR/Octal.java 56 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'stillPadding' (lines '56'-'62').
5856 src/TAR/Octal.java 56 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'stillPadding' (lines '56'-'62').
5857 src/TAR/Octal.java 64 CommentSize: Comment is too large: Too many lines
5858 src/TAR/Octal.java 64 CommentSize: Comment is too large: Too many lines
5859 src/TAR/Octal.java 78 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
5860 src/TAR/Octal.java 78 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
5861 src/TAR/Octal.java 78 MethodArgumentCouldBeFinal: Parameter 'offset' is not assigned and could be declared final
5862 src/TAR/Octal.java 78 MethodArgumentCouldBeFinal: Parameter 'offset' is not assigned and could be declared final
5863 src/TAR/Octal.java 78 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
5864 src/TAR/Octal.java 78 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
5865 src/TAR/Octal.java 92 AvoidReassigningLoopVariables: Avoid reassigning the loop control variable 'val'
5866 src/TAR/Octal.java 92 AvoidReassigningLoopVariables: Avoid reassigning the loop control variable 'val'
5867 src/TAR/Octal.java 103 CommentSize: Comment is too large: Too many lines
5868 src/TAR/Octal.java 103 CommentSize: Comment is too large: Too many lines
5869 src/TAR/Octal.java 116 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
5870 src/TAR/Octal.java 116 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
5871 src/TAR/Octal.java 116 MethodArgumentCouldBeFinal: Parameter 'offset' is not assigned and could be declared final
5872 src/TAR/Octal.java 116 MethodArgumentCouldBeFinal: Parameter 'offset' is not assigned and could be declared final
5873 src/TAR/Octal.java 116 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
5874 src/TAR/Octal.java 116 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
5875 src/TAR/Octal.java 123 CommentSize: Comment is too large: Too many lines
5876 src/TAR/Octal.java 123 CommentSize: Comment is too large: Too many lines
5877 src/TAR/Octal.java 137 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
5878 src/TAR/Octal.java 137 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
5879 src/TAR/Octal.java 137 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
5880 src/TAR/Octal.java 137 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
5881 src/TAR/Octal.java 137 MethodArgumentCouldBeFinal: Parameter 'offset' is not assigned and could be declared final
5882 src/TAR/Octal.java 137 MethodArgumentCouldBeFinal: Parameter 'offset' is not assigned and could be declared final
5883 src/TAR/Octal.java 137 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
5884 src/TAR/Octal.java 137 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
5885 src/TAR/Octal.java 138 LocalVariableCouldBeFinal: Local variable 'temp' could be declared final
5886 src/TAR/Octal.java 138 LocalVariableCouldBeFinal: Local variable 'temp' could be declared final
5887 src/TAR/TarConstants.java 1 CommentSize: Comment is too large: Too many lines
5888 src/TAR/TarConstants.java 1 CommentSize: Comment is too large: Too many lines
5889 src/TAR/TarConstants.java 18 PackageCase: Package name contains upper case characters
5890 src/TAR/TarConstants.java 18 PackageCase: Package name contains upper case characters
5891 src/TAR/TarConstants.java 25 CommentRequired: Field comments are required
5892 src/TAR/TarConstants.java 25 CommentRequired: Field comments are required
5893 src/TAR/TarConstants.java 26 CommentRequired: Field comments are required
5894 src/TAR/TarConstants.java 26 CommentRequired: Field comments are required
5895 src/TAR/TarConstants.java 27 CommentRequired: Field comments are required
5896 src/TAR/TarConstants.java 27 CommentRequired: Field comments are required
5897 src/TAR/TarEntry.java 1 CommentSize: Comment is too large: Too many lines
5898 src/TAR/TarEntry.java 1 CommentSize: Comment is too large: Too many lines
5899 src/TAR/TarEntry.java 18 PackageCase: Package name contains upper case characters
5900 src/TAR/TarEntry.java 18 PackageCase: Package name contains upper case characters
5901 src/TAR/TarEntry.java 28 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5902 src/TAR/TarEntry.java 28 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5903 src/TAR/TarEntry.java 28 CommentRequired: Field comments are required
5904 src/TAR/TarEntry.java 28 CommentRequired: Field comments are required
5905 src/TAR/TarEntry.java 29 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5906 src/TAR/TarEntry.java 29 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
5907 src/TAR/TarEntry.java 29 CommentRequired: Field comments are required
5908 src/TAR/TarEntry.java 29 CommentRequired: Field comments are required
5909 src/TAR/TarEntry.java 32 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
5910 src/TAR/TarEntry.java 32 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
5911 src/TAR/TarEntry.java 36 CommentRequired: Public method and constructor comments are required
5912 src/TAR/TarEntry.java 36 CommentRequired: Public method and constructor comments are required
5913 src/TAR/TarEntry.java 36 MethodArgumentCouldBeFinal: Parameter 'entryName' is not assigned and could be declared final
5914 src/TAR/TarEntry.java 36 MethodArgumentCouldBeFinal: Parameter 'entryName' is not assigned and could be declared final
5915 src/TAR/TarEntry.java 36 MethodArgumentCouldBeFinal: Parameter 'file' is not assigned and could be declared final
5916 src/TAR/TarEntry.java 36 MethodArgumentCouldBeFinal: Parameter 'file' is not assigned and could be declared final
5917 src/TAR/TarEntry.java 39 ConstructorCallsOverridableMethod: Overridable method 'extractTarHeader' called during object construction
5918 src/TAR/TarEntry.java 39 ConstructorCallsOverridableMethod: Overridable method 'extractTarHeader' called during object construction
5919 src/TAR/TarEntry.java 42 CommentRequired: Public method and constructor comments are required
5920 src/TAR/TarEntry.java 42 CommentRequired: Public method and constructor comments are required
5921 src/TAR/TarEntry.java 42 MethodArgumentCouldBeFinal: Parameter 'headerBuf' is not assigned and could be declared final
5922 src/TAR/TarEntry.java 42 MethodArgumentCouldBeFinal: Parameter 'headerBuf' is not assigned and could be declared final
5923 src/TAR/TarEntry.java 44 ConstructorCallsOverridableMethod: Overridable method 'parseTarHeader' called during object construction
5924 src/TAR/TarEntry.java 44 ConstructorCallsOverridableMethod: Overridable method 'parseTarHeader' called during object construction
5925 src/TAR/TarEntry.java 53 MethodArgumentCouldBeFinal: Parameter 'header' is not assigned and could be declared final
5926 src/TAR/TarEntry.java 53 MethodArgumentCouldBeFinal: Parameter 'header' is not assigned and could be declared final
5927 src/TAR/TarEntry.java 54 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
5928 src/TAR/TarEntry.java 54 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
5929 src/TAR/TarEntry.java 59 MethodArgumentCouldBeFinal: Parameter 'it' is not assigned and could be declared final
5930 src/TAR/TarEntry.java 59 MethodArgumentCouldBeFinal: Parameter 'it' is not assigned and could be declared final
5931 src/TAR/TarEntry.java 59 ShortVariable: Avoid variables with short names like it
5932 src/TAR/TarEntry.java 59 ShortVariable: Avoid variables with short names like it
5933 src/TAR/TarEntry.java 61 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5934 src/TAR/TarEntry.java 61 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
5935 src/TAR/TarEntry.java 63 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5936 src/TAR/TarEntry.java 63 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5937 src/TAR/TarEntry.java 69 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5938 src/TAR/TarEntry.java 69 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5939 src/TAR/TarEntry.java 72 CommentRequired: Public method and constructor comments are required
5940 src/TAR/TarEntry.java 72 CommentRequired: Public method and constructor comments are required
5941 src/TAR/TarEntry.java 72 MethodArgumentCouldBeFinal: Parameter 'desc' is not assigned and could be declared final
5942 src/TAR/TarEntry.java 72 MethodArgumentCouldBeFinal: Parameter 'desc' is not assigned and could be declared final
5943 src/TAR/TarEntry.java 73 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
5944 src/TAR/TarEntry.java 73 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
5945 src/TAR/TarEntry.java 73 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5946 src/TAR/TarEntry.java 73 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5947 src/TAR/TarEntry.java 73 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5948 src/TAR/TarEntry.java 73 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5949 src/TAR/TarEntry.java 80 CommentRequired: Public method and constructor comments are required
5950 src/TAR/TarEntry.java 80 CommentRequired: Public method and constructor comments are required
5951 src/TAR/TarEntry.java 81 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5952 src/TAR/TarEntry.java 81 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5953 src/TAR/TarEntry.java 82 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
5954 src/TAR/TarEntry.java 82 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
5955 src/TAR/TarEntry.java 82 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5956 src/TAR/TarEntry.java 82 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5957 src/TAR/TarEntry.java 83 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5958 src/TAR/TarEntry.java 83 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5959 src/TAR/TarEntry.java 89 CommentRequired: Public method and constructor comments are required
5960 src/TAR/TarEntry.java 89 CommentRequired: Public method and constructor comments are required
5961 src/TAR/TarEntry.java 89 MethodArgumentCouldBeFinal: Parameter 'name' is not assigned and could be declared final
5962 src/TAR/TarEntry.java 89 MethodArgumentCouldBeFinal: Parameter 'name' is not assigned and could be declared final
5963 src/TAR/TarEntry.java 93 CommentRequired: Public method and constructor comments are required
5964 src/TAR/TarEntry.java 93 CommentRequired: Public method and constructor comments are required
5965 src/TAR/TarEntry.java 97 CommentRequired: Public method and constructor comments are required
5966 src/TAR/TarEntry.java 97 CommentRequired: Public method and constructor comments are required
5967 src/TAR/TarEntry.java 97 MethodArgumentCouldBeFinal: Parameter 'userId' is not assigned and could be declared final
5968 src/TAR/TarEntry.java 97 MethodArgumentCouldBeFinal: Parameter 'userId' is not assigned and could be declared final
5969 src/TAR/TarEntry.java 101 CommentRequired: Public method and constructor comments are required
5970 src/TAR/TarEntry.java 101 CommentRequired: Public method and constructor comments are required
5971 src/TAR/TarEntry.java 105 CommentRequired: Public method and constructor comments are required
5972 src/TAR/TarEntry.java 105 CommentRequired: Public method and constructor comments are required
5973 src/TAR/TarEntry.java 105 MethodArgumentCouldBeFinal: Parameter 'groupId' is not assigned and could be declared final
5974 src/TAR/TarEntry.java 105 MethodArgumentCouldBeFinal: Parameter 'groupId' is not assigned and could be declared final
5975 src/TAR/TarEntry.java 109 CommentRequired: Public method and constructor comments are required
5976 src/TAR/TarEntry.java 109 CommentRequired: Public method and constructor comments are required
5977 src/TAR/TarEntry.java 110 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5978 src/TAR/TarEntry.java 110 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5979 src/TAR/TarEntry.java 113 CommentRequired: Public method and constructor comments are required
5980 src/TAR/TarEntry.java 113 CommentRequired: Public method and constructor comments are required
5981 src/TAR/TarEntry.java 113 MethodArgumentCouldBeFinal: Parameter 'userName' is not assigned and could be declared final
5982 src/TAR/TarEntry.java 113 MethodArgumentCouldBeFinal: Parameter 'userName' is not assigned and could be declared final
5983 src/TAR/TarEntry.java 117 CommentRequired: Public method and constructor comments are required
5984 src/TAR/TarEntry.java 117 CommentRequired: Public method and constructor comments are required
5985 src/TAR/TarEntry.java 118 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5986 src/TAR/TarEntry.java 118 LawOfDemeter: Potential violation of Law of Demeter (static property access)
5987 src/TAR/TarEntry.java 121 CommentRequired: Public method and constructor comments are required
5988 src/TAR/TarEntry.java 121 CommentRequired: Public method and constructor comments are required
5989 src/TAR/TarEntry.java 121 MethodArgumentCouldBeFinal: Parameter 'groupName' is not assigned and could be declared final
5990 src/TAR/TarEntry.java 121 MethodArgumentCouldBeFinal: Parameter 'groupName' is not assigned and could be declared final
5991 src/TAR/TarEntry.java 125 CommentRequired: Public method and constructor comments are required
5992 src/TAR/TarEntry.java 125 CommentRequired: Public method and constructor comments are required
5993 src/TAR/TarEntry.java 125 MethodArgumentCouldBeFinal: Parameter 'groupId' is not assigned and could be declared final
5994 src/TAR/TarEntry.java 125 MethodArgumentCouldBeFinal: Parameter 'groupId' is not assigned and could be declared final
5995 src/TAR/TarEntry.java 125 MethodArgumentCouldBeFinal: Parameter 'userId' is not assigned and could be declared final
5996 src/TAR/TarEntry.java 125 MethodArgumentCouldBeFinal: Parameter 'userId' is not assigned and could be declared final
5997 src/TAR/TarEntry.java 130 CommentRequired: Public method and constructor comments are required
5998 src/TAR/TarEntry.java 130 CommentRequired: Public method and constructor comments are required
5999 src/TAR/TarEntry.java 130 MethodArgumentCouldBeFinal: Parameter 'time' is not assigned and could be declared final
6000 src/TAR/TarEntry.java 130 MethodArgumentCouldBeFinal: Parameter 'time' is not assigned and could be declared final
6001 src/TAR/TarEntry.java 134 CommentRequired: Public method and constructor comments are required
6002 src/TAR/TarEntry.java 134 CommentRequired: Public method and constructor comments are required
6003 src/TAR/TarEntry.java 134 MethodArgumentCouldBeFinal: Parameter 'time' is not assigned and could be declared final
6004 src/TAR/TarEntry.java 134 MethodArgumentCouldBeFinal: Parameter 'time' is not assigned and could be declared final
6005 src/TAR/TarEntry.java 138 CommentRequired: Public method and constructor comments are required
6006 src/TAR/TarEntry.java 138 CommentRequired: Public method and constructor comments are required
6007 src/TAR/TarEntry.java 146 CommentRequired: Public method and constructor comments are required
6008 src/TAR/TarEntry.java 146 CommentRequired: Public method and constructor comments are required
6009 src/TAR/TarEntry.java 150 CommentRequired: Public method and constructor comments are required
6010 src/TAR/TarEntry.java 150 CommentRequired: Public method and constructor comments are required
6011 src/TAR/TarEntry.java 150 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
6012 src/TAR/TarEntry.java 150 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
6013 src/TAR/TarEntry.java 159 ControlStatementBraces: This statement should have braces
6014 src/TAR/TarEntry.java 159 ControlStatementBraces: This statement should have braces
6015 src/TAR/TarEntry.java 159 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6016 src/TAR/TarEntry.java 159 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6017 src/TAR/TarEntry.java 163 ControlStatementBraces: This statement should have braces
6018 src/TAR/TarEntry.java 163 ControlStatementBraces: This statement should have braces
6019 src/TAR/TarEntry.java 163 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6020 src/TAR/TarEntry.java 163 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6021 src/TAR/TarEntry.java 165 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6022 src/TAR/TarEntry.java 165 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6023 src/TAR/TarEntry.java 165 LawOfDemeter: Potential violation of Law of Demeter (static property access)
6024 src/TAR/TarEntry.java 165 LawOfDemeter: Potential violation of Law of Demeter (static property access)
6025 src/TAR/TarEntry.java 166 ControlStatementBraces: This statement should have braces
6026 src/TAR/TarEntry.java 166 ControlStatementBraces: This statement should have braces
6027 src/TAR/TarEntry.java 166 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6028 src/TAR/TarEntry.java 166 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6029 src/TAR/TarEntry.java 175 MethodArgumentCouldBeFinal: Parameter 'entryName' is not assigned and could be declared final
6030 src/TAR/TarEntry.java 175 MethodArgumentCouldBeFinal: Parameter 'entryName' is not assigned and could be declared final
6031 src/TAR/TarEntry.java 177 AvoidUsingOctalValues: Do not start a literal by 0 unless its an octal value
6032 src/TAR/TarEntry.java 177 AvoidUsingOctalValues: Do not start a literal by 0 unless its an octal value
6033 src/TAR/TarEntry.java 177 LocalVariableCouldBeFinal: Local variable 'permissions' could be declared final
6034 src/TAR/TarEntry.java 177 LocalVariableCouldBeFinal: Local variable 'permissions' could be declared final
6035 src/TAR/TarEntry.java 184 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
6036 src/TAR/TarEntry.java 184 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
6037 src/TAR/TarEntry.java 187 ForLoopCanBeForeach: This for loop can be replaced by a foreach loop
6038 src/TAR/TarEntry.java 187 ForLoopCanBeForeach: This for loop can be replaced by a foreach loop
6039 src/TAR/TarEntry.java 205 LocalVariableCouldBeFinal: Local variable 'size' could be declared final
6040 src/TAR/TarEntry.java 205 LocalVariableCouldBeFinal: Local variable 'size' could be declared final
6041 src/TAR/TarEntry.java 210 LocalVariableCouldBeFinal: Local variable 'csOffset' could be declared final
6042 src/TAR/TarEntry.java 210 LocalVariableCouldBeFinal: Local variable 'csOffset' could be declared final
6043 src/TAR/TarEntry.java 211 ControlStatementBraces: This statement should have braces
6044 src/TAR/TarEntry.java 211 ControlStatementBraces: This statement should have braces
6045 src/TAR/TarEntry.java 224 ControlStatementBraces: This statement should have braces
6046 src/TAR/TarEntry.java 224 ControlStatementBraces: This statement should have braces
6047 src/TAR/TarEntry.java 224 ForLoopShouldBeWhileLoop: This for loop could be simplified to a while loop
6048 src/TAR/TarEntry.java 224 ForLoopShouldBeWhileLoop: This for loop could be simplified to a while loop
6049 src/TAR/TarEntry.java 227 LocalVariableCouldBeFinal: Local variable 'checkSum' could be declared final
6050 src/TAR/TarEntry.java 227 LocalVariableCouldBeFinal: Local variable 'checkSum' could be declared final
6051 src/TAR/TarEntry.java 235 MethodArgumentCouldBeFinal: Parameter 'bh' is not assigned and could be declared final
6052 src/TAR/TarEntry.java 235 MethodArgumentCouldBeFinal: Parameter 'bh' is not assigned and could be declared final
6053 src/TAR/TarEntry.java 235 ShortVariable: Avoid variables with short names like bh
6054 src/TAR/TarEntry.java 235 ShortVariable: Avoid variables with short names like bh
6055 src/TAR/TarHeader.java 1 CommentSize: Comment is too large: Too many lines
6056 src/TAR/TarHeader.java 1 CommentSize: Comment is too large: Too many lines
6057 src/TAR/TarHeader.java 18 PackageCase: Package name contains upper case characters
6058 src/TAR/TarHeader.java 18 PackageCase: Package name contains upper case characters
6059 src/TAR/TarHeader.java 22 CommentSize: Comment is too large: Too many lines
6060 src/TAR/TarHeader.java 22 CommentSize: Comment is too large: Too many lines
6061 src/TAR/TarHeader.java 75 CommentRequired: Field comments are required
6062 src/TAR/TarHeader.java 75 CommentRequired: Field comments are required
6063 src/TAR/TarHeader.java 76 CommentRequired: Field comments are required
6064 src/TAR/TarHeader.java 76 CommentRequired: Field comments are required
6065 src/TAR/TarHeader.java 77 CommentRequired: Field comments are required
6066 src/TAR/TarHeader.java 77 CommentRequired: Field comments are required
6067 src/TAR/TarHeader.java 78 CommentRequired: Field comments are required
6068 src/TAR/TarHeader.java 78 CommentRequired: Field comments are required
6069 src/TAR/TarHeader.java 79 CommentRequired: Field comments are required
6070 src/TAR/TarHeader.java 79 CommentRequired: Field comments are required
6071 src/TAR/TarHeader.java 80 CommentRequired: Field comments are required
6072 src/TAR/TarHeader.java 80 CommentRequired: Field comments are required
6073 src/TAR/TarHeader.java 81 CommentRequired: Field comments are required
6074 src/TAR/TarHeader.java 81 CommentRequired: Field comments are required
6075 src/TAR/TarHeader.java 82 CommentRequired: Field comments are required
6076 src/TAR/TarHeader.java 82 CommentRequired: Field comments are required
6077 src/TAR/TarHeader.java 87 CommentRequired: Field comments are required
6078 src/TAR/TarHeader.java 87 CommentRequired: Field comments are required
6079 src/TAR/TarHeader.java 88 CommentRequired: Field comments are required
6080 src/TAR/TarHeader.java 88 CommentRequired: Field comments are required
6081 src/TAR/TarHeader.java 89 CommentRequired: Field comments are required
6082 src/TAR/TarHeader.java 89 CommentRequired: Field comments are required
6083 src/TAR/TarHeader.java 90 CommentRequired: Field comments are required
6084 src/TAR/TarHeader.java 90 CommentRequired: Field comments are required
6085 src/TAR/TarHeader.java 91 CommentRequired: Field comments are required
6086 src/TAR/TarHeader.java 91 CommentRequired: Field comments are required
6087 src/TAR/TarHeader.java 92 CommentRequired: Field comments are required
6088 src/TAR/TarHeader.java 92 CommentRequired: Field comments are required
6089 src/TAR/TarHeader.java 93 CommentRequired: Field comments are required
6090 src/TAR/TarHeader.java 93 CommentRequired: Field comments are required
6091 src/TAR/TarHeader.java 94 CommentRequired: Field comments are required
6092 src/TAR/TarHeader.java 94 CommentRequired: Field comments are required
6093 src/TAR/TarHeader.java 100 CommentRequired: Field comments are required
6094 src/TAR/TarHeader.java 100 CommentRequired: Field comments are required
6095 src/TAR/TarHeader.java 102 CommentRequired: Field comments are required
6096 src/TAR/TarHeader.java 102 CommentRequired: Field comments are required
6097 src/TAR/TarHeader.java 103 CommentRequired: Field comments are required
6098 src/TAR/TarHeader.java 103 CommentRequired: Field comments are required
6099 src/TAR/TarHeader.java 103 LongVariable: Avoid excessively long variable names like USTAR_USER_NAMELEN
6100 src/TAR/TarHeader.java 103 LongVariable: Avoid excessively long variable names like USTAR_USER_NAMELEN
6101 src/TAR/TarHeader.java 104 CommentRequired: Field comments are required
6102 src/TAR/TarHeader.java 104 CommentRequired: Field comments are required
6103 src/TAR/TarHeader.java 104 LongVariable: Avoid excessively long variable names like USTAR_GROUP_NAMELEN
6104 src/TAR/TarHeader.java 104 LongVariable: Avoid excessively long variable names like USTAR_GROUP_NAMELEN
6105 src/TAR/TarHeader.java 105 CommentRequired: Field comments are required
6106 src/TAR/TarHeader.java 105 CommentRequired: Field comments are required
6107 src/TAR/TarHeader.java 106 CommentRequired: Field comments are required
6108 src/TAR/TarHeader.java 106 CommentRequired: Field comments are required
6109 src/TAR/TarHeader.java 106 LongVariable: Avoid excessively long variable names like USTAR_FILENAME_PREFIX
6110 src/TAR/TarHeader.java 106 LongVariable: Avoid excessively long variable names like USTAR_FILENAME_PREFIX
6111 src/TAR/TarHeader.java 109 AvoidStringBufferField: StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
6112 src/TAR/TarHeader.java 109 AvoidStringBufferField: StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
6113 src/TAR/TarHeader.java 109 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6114 src/TAR/TarHeader.java 109 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6115 src/TAR/TarHeader.java 109 CommentRequired: Field comments are required
6116 src/TAR/TarHeader.java 109 CommentRequired: Field comments are required
6117 src/TAR/TarHeader.java 110 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6118 src/TAR/TarHeader.java 110 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6119 src/TAR/TarHeader.java 110 CommentRequired: Field comments are required
6120 src/TAR/TarHeader.java 110 CommentRequired: Field comments are required
6121 src/TAR/TarHeader.java 111 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6122 src/TAR/TarHeader.java 111 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6123 src/TAR/TarHeader.java 111 CommentRequired: Field comments are required
6124 src/TAR/TarHeader.java 111 CommentRequired: Field comments are required
6125 src/TAR/TarHeader.java 112 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6126 src/TAR/TarHeader.java 112 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6127 src/TAR/TarHeader.java 112 CommentRequired: Field comments are required
6128 src/TAR/TarHeader.java 112 CommentRequired: Field comments are required
6129 src/TAR/TarHeader.java 113 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6130 src/TAR/TarHeader.java 113 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6131 src/TAR/TarHeader.java 113 CommentRequired: Field comments are required
6132 src/TAR/TarHeader.java 113 CommentRequired: Field comments are required
6133 src/TAR/TarHeader.java 114 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6134 src/TAR/TarHeader.java 114 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6135 src/TAR/TarHeader.java 114 CommentRequired: Field comments are required
6136 src/TAR/TarHeader.java 114 CommentRequired: Field comments are required
6137 src/TAR/TarHeader.java 115 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6138 src/TAR/TarHeader.java 115 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6139 src/TAR/TarHeader.java 115 CommentRequired: Field comments are required
6140 src/TAR/TarHeader.java 115 CommentRequired: Field comments are required
6141 src/TAR/TarHeader.java 116 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6142 src/TAR/TarHeader.java 116 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6143 src/TAR/TarHeader.java 116 CommentRequired: Field comments are required
6144 src/TAR/TarHeader.java 116 CommentRequired: Field comments are required
6145 src/TAR/TarHeader.java 117 AvoidStringBufferField: StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
6146 src/TAR/TarHeader.java 117 AvoidStringBufferField: StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
6147 src/TAR/TarHeader.java 117 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6148 src/TAR/TarHeader.java 117 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6149 src/TAR/TarHeader.java 117 CommentRequired: Field comments are required
6150 src/TAR/TarHeader.java 117 CommentRequired: Field comments are required
6151 src/TAR/TarHeader.java 118 AvoidStringBufferField: StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
6152 src/TAR/TarHeader.java 118 AvoidStringBufferField: StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
6153 src/TAR/TarHeader.java 118 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6154 src/TAR/TarHeader.java 118 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6155 src/TAR/TarHeader.java 118 CommentRequired: Field comments are required
6156 src/TAR/TarHeader.java 118 CommentRequired: Field comments are required
6157 src/TAR/TarHeader.java 119 AvoidStringBufferField: StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
6158 src/TAR/TarHeader.java 119 AvoidStringBufferField: StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
6159 src/TAR/TarHeader.java 119 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6160 src/TAR/TarHeader.java 119 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6161 src/TAR/TarHeader.java 119 CommentRequired: Field comments are required
6162 src/TAR/TarHeader.java 119 CommentRequired: Field comments are required
6163 src/TAR/TarHeader.java 120 AvoidStringBufferField: StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
6164 src/TAR/TarHeader.java 120 AvoidStringBufferField: StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
6165 src/TAR/TarHeader.java 120 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6166 src/TAR/TarHeader.java 120 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6167 src/TAR/TarHeader.java 120 CommentRequired: Field comments are required
6168 src/TAR/TarHeader.java 120 CommentRequired: Field comments are required
6169 src/TAR/TarHeader.java 121 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6170 src/TAR/TarHeader.java 121 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6171 src/TAR/TarHeader.java 121 CommentRequired: Field comments are required
6172 src/TAR/TarHeader.java 121 CommentRequired: Field comments are required
6173 src/TAR/TarHeader.java 122 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6174 src/TAR/TarHeader.java 122 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6175 src/TAR/TarHeader.java 122 CommentRequired: Field comments are required
6176 src/TAR/TarHeader.java 122 CommentRequired: Field comments are required
6177 src/TAR/TarHeader.java 123 AvoidStringBufferField: StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
6178 src/TAR/TarHeader.java 123 AvoidStringBufferField: StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
6179 src/TAR/TarHeader.java 123 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6180 src/TAR/TarHeader.java 123 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6181 src/TAR/TarHeader.java 123 CommentRequired: Field comments are required
6182 src/TAR/TarHeader.java 123 CommentRequired: Field comments are required
6183 src/TAR/TarHeader.java 125 CommentRequired: Public method and constructor comments are required
6184 src/TAR/TarHeader.java 125 CommentRequired: Public method and constructor comments are required
6185 src/TAR/TarHeader.java 133 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
6186 src/TAR/TarHeader.java 133 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
6187 src/TAR/TarHeader.java 134 ControlStatementBraces: This statement should have braces
6188 src/TAR/TarHeader.java 134 ControlStatementBraces: This statement should have braces
6189 src/TAR/TarHeader.java 143 CommentSize: Comment is too large: Too many lines
6190 src/TAR/TarHeader.java 143 CommentSize: Comment is too large: Too many lines
6191 src/TAR/TarHeader.java 154 MethodArgumentCouldBeFinal: Parameter 'header' is not assigned and could be declared final
6192 src/TAR/TarHeader.java 154 MethodArgumentCouldBeFinal: Parameter 'header' is not assigned and could be declared final
6193 src/TAR/TarHeader.java 154 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
6194 src/TAR/TarHeader.java 154 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
6195 src/TAR/TarHeader.java 154 MethodArgumentCouldBeFinal: Parameter 'offset' is not assigned and could be declared final
6196 src/TAR/TarHeader.java 154 MethodArgumentCouldBeFinal: Parameter 'offset' is not assigned and could be declared final
6197 src/TAR/TarHeader.java 155 LocalVariableCouldBeFinal: Local variable 'result' could be declared final
6198 src/TAR/TarHeader.java 155 LocalVariableCouldBeFinal: Local variable 'result' could be declared final
6199 src/TAR/TarHeader.java 157 LocalVariableCouldBeFinal: Local variable 'end' could be declared final
6200 src/TAR/TarHeader.java 157 LocalVariableCouldBeFinal: Local variable 'end' could be declared final
6201 src/TAR/TarHeader.java 160 ControlStatementBraces: This statement should have braces
6202 src/TAR/TarHeader.java 160 ControlStatementBraces: This statement should have braces
6203 src/TAR/TarHeader.java 167 CommentSize: Comment is too large: Too many lines
6204 src/TAR/TarHeader.java 167 CommentSize: Comment is too large: Too many lines
6205 src/TAR/TarHeader.java 178 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
6206 src/TAR/TarHeader.java 178 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
6207 src/TAR/TarHeader.java 178 MethodArgumentCouldBeFinal: Parameter 'name' is not assigned and could be declared final
6208 src/TAR/TarHeader.java 178 MethodArgumentCouldBeFinal: Parameter 'name' is not assigned and could be declared final
6209 src/TAR/TarHeader.java 178 MethodArgumentCouldBeFinal: Parameter 'offset' is not assigned and could be declared final
6210 src/TAR/TarHeader.java 178 MethodArgumentCouldBeFinal: Parameter 'offset' is not assigned and could be declared final
6211 src/TAR/TarHeader.java 179 ShortVariable: Avoid variables with short names like i
6212 src/TAR/TarHeader.java 179 ShortVariable: Avoid variables with short names like i
6213 src/TAR/TarHeader.java 192 CommentSize: Comment is too large: Too many lines
6214 src/TAR/TarHeader.java 192 CommentSize: Comment is too large: Too many lines
6215 src/TAR/TarHeader.java 205 MethodArgumentCouldBeFinal: Parameter 'dir' is not assigned and could be declared final
6216 src/TAR/TarHeader.java 205 MethodArgumentCouldBeFinal: Parameter 'dir' is not assigned and could be declared final
6217 src/TAR/TarHeader.java 205 MethodArgumentCouldBeFinal: Parameter 'entryName' is not assigned and could be declared final
6218 src/TAR/TarHeader.java 205 MethodArgumentCouldBeFinal: Parameter 'entryName' is not assigned and could be declared final
6219 src/TAR/TarHeader.java 205 MethodArgumentCouldBeFinal: Parameter 'modTime' is not assigned and could be declared final
6220 src/TAR/TarHeader.java 205 MethodArgumentCouldBeFinal: Parameter 'modTime' is not assigned and could be declared final
6221 src/TAR/TarHeader.java 205 MethodArgumentCouldBeFinal: Parameter 'permissions' is not assigned and could be declared final
6222 src/TAR/TarHeader.java 205 MethodArgumentCouldBeFinal: Parameter 'permissions' is not assigned and could be declared final
6223 src/TAR/TarHeader.java 205 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
6224 src/TAR/TarHeader.java 205 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
6225 src/TAR/TarHeader.java 207 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
6226 src/TAR/TarHeader.java 207 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
6227 src/TAR/TarHeader.java 209 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
6228 src/TAR/TarHeader.java 209 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
6229 src/TAR/TarHeader.java 213 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
6230 src/TAR/TarHeader.java 213 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
6231 src/TAR/TarHeader.java 213 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
6232 src/TAR/TarHeader.java 213 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
6233 src/TAR/TarHeader.java 221 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
6234 src/TAR/TarHeader.java 221 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
6235 src/TAR/TarHeader.java 221 LawOfDemeter: Potential violation of Law of Demeter (static property access)
6236 src/TAR/TarHeader.java 221 LawOfDemeter: Potential violation of Law of Demeter (static property access)
6237 src/TAR/TarHeader.java 221 LawOfDemeter: Potential violation of Law of Demeter (static property access)
6238 src/TAR/TarHeader.java 221 LawOfDemeter: Potential violation of Law of Demeter (static property access)
6239 src/TAR/TarHeader.java 222 AppendCharacterWithChar: Avoid appending characters as strings in StringBuffer.append.
6240 src/TAR/TarHeader.java 222 AppendCharacterWithChar: Avoid appending characters as strings in StringBuffer.append.
6241 src/TAR/TarHeader.java 222 LawOfDemeter: Potential violation of Law of Demeter (static property access)
6242 src/TAR/TarHeader.java 222 LawOfDemeter: Potential violation of Law of Demeter (static property access)
6243 src/TAR/TarInputStream.java 1 CommentSize: Comment is too large: Too many lines
6244 src/TAR/TarInputStream.java 1 CommentSize: Comment is too large: Too many lines
6245 src/TAR/TarInputStream.java 18 PackageCase: Package name contains upper case characters
6246 src/TAR/TarInputStream.java 18 PackageCase: Package name contains upper case characters
6247 src/TAR/TarInputStream.java 30 CommentRequired: Field comments are required
6248 src/TAR/TarInputStream.java 30 CommentRequired: Field comments are required
6249 src/TAR/TarInputStream.java 31 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6250 src/TAR/TarInputStream.java 31 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6251 src/TAR/TarInputStream.java 31 CommentRequired: Field comments are required
6252 src/TAR/TarInputStream.java 31 CommentRequired: Field comments are required
6253 src/TAR/TarInputStream.java 32 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6254 src/TAR/TarInputStream.java 32 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6255 src/TAR/TarInputStream.java 32 CommentRequired: Field comments are required
6256 src/TAR/TarInputStream.java 32 CommentRequired: Field comments are required
6257 src/TAR/TarInputStream.java 33 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6258 src/TAR/TarInputStream.java 33 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6259 src/TAR/TarInputStream.java 33 CommentRequired: Field comments are required
6260 src/TAR/TarInputStream.java 33 CommentRequired: Field comments are required
6261 src/TAR/TarInputStream.java 34 CommentRequired: Field comments are required
6262 src/TAR/TarInputStream.java 34 CommentRequired: Field comments are required
6263 src/TAR/TarInputStream.java 34 RedundantFieldInitializer: Avoid using redundant field initializer for 'defaultSkip'
6264 src/TAR/TarInputStream.java 34 RedundantFieldInitializer: Avoid using redundant field initializer for 'defaultSkip'
6265 src/TAR/TarInputStream.java 36 CommentRequired: Public method and constructor comments are required
6266 src/TAR/TarInputStream.java 36 CommentRequired: Public method and constructor comments are required
6267 src/TAR/TarInputStream.java 36 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
6268 src/TAR/TarInputStream.java 36 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
6269 src/TAR/TarInputStream.java 36 ShortVariable: Avoid variables with short names like in
6270 src/TAR/TarInputStream.java 36 ShortVariable: Avoid variables with short names like in
6271 src/TAR/TarInputStream.java 52 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
6272 src/TAR/TarInputStream.java 52 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
6273 src/TAR/TarInputStream.java 52 MethodArgumentCouldBeFinal: Parameter 'readlimit' is not assigned and could be declared final
6274 src/TAR/TarInputStream.java 52 MethodArgumentCouldBeFinal: Parameter 'readlimit' is not assigned and could be declared final
6275 src/TAR/TarInputStream.java 52 UncommentedEmptyMethodBody: Document empty method body
6276 src/TAR/TarInputStream.java 52 UncommentedEmptyMethodBody: Document empty method body
6277 src/TAR/TarInputStream.java 60 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
6278 src/TAR/TarInputStream.java 60 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
6279 src/TAR/TarInputStream.java 71 LocalVariableCouldBeFinal: Local variable 'buf' could be declared final
6280 src/TAR/TarInputStream.java 71 LocalVariableCouldBeFinal: Local variable 'buf' could be declared final
6281 src/TAR/TarInputStream.java 73 LocalVariableCouldBeFinal: Local variable 'res' could be declared final
6282 src/TAR/TarInputStream.java 73 LocalVariableCouldBeFinal: Local variable 'res' could be declared final
6283 src/TAR/TarInputStream.java 76 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6284 src/TAR/TarInputStream.java 76 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6285 src/TAR/TarInputStream.java 90 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
6286 src/TAR/TarInputStream.java 90 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
6287 src/TAR/TarInputStream.java 90 MethodArgumentCouldBeFinal: Parameter 'off' is not assigned and could be declared final
6288 src/TAR/TarInputStream.java 90 MethodArgumentCouldBeFinal: Parameter 'off' is not assigned and could be declared final
6289 src/TAR/TarInputStream.java 90 ShortVariable: Avoid variables with short names like b
6290 src/TAR/TarInputStream.java 90 ShortVariable: Avoid variables with short names like b
6291 src/TAR/TarInputStream.java 93 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6292 src/TAR/TarInputStream.java 93 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6293 src/TAR/TarInputStream.java 95 AvoidReassigningParameters: Avoid reassigning parameters such as 'len'
6294 src/TAR/TarInputStream.java 95 AvoidReassigningParameters: Avoid reassigning parameters such as 'len'
6295 src/TAR/TarInputStream.java 99 LocalVariableCouldBeFinal: Local variable 'br' could be declared final
6296 src/TAR/TarInputStream.java 99 LocalVariableCouldBeFinal: Local variable 'br' could be declared final
6297 src/TAR/TarInputStream.java 99 ShortVariable: Avoid variables with short names like br
6298 src/TAR/TarInputStream.java 99 ShortVariable: Avoid variables with short names like br
6299 src/TAR/TarInputStream.java 121 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
6300 src/TAR/TarInputStream.java 121 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
6301 src/TAR/TarInputStream.java 122 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'theader' (lines '122'-'151').
6302 src/TAR/TarInputStream.java 122 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'theader' (lines '122'-'151').
6303 src/TAR/TarInputStream.java 122 LocalVariableCouldBeFinal: Local variable 'theader' could be declared final
6304 src/TAR/TarInputStream.java 122 LocalVariableCouldBeFinal: Local variable 'theader' could be declared final
6305 src/TAR/TarInputStream.java 123 ShortVariable: Avoid variables with short names like tr
6306 src/TAR/TarInputStream.java 123 ShortVariable: Avoid variables with short names like tr
6307 src/TAR/TarInputStream.java 127 LocalVariableCouldBeFinal: Local variable 'res' could be declared final
6308 src/TAR/TarInputStream.java 127 LocalVariableCouldBeFinal: Local variable 'res' could be declared final
6309 src/TAR/TarInputStream.java 138 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'eof' (lines '138'-'141').
6310 src/TAR/TarInputStream.java 138 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'eof' (lines '138'-'141').
6311 src/TAR/TarInputStream.java 139 LocalVariableCouldBeFinal: Local variable 'b' could be declared final
6312 src/TAR/TarInputStream.java 139 LocalVariableCouldBeFinal: Local variable 'b' could be declared final
6313 src/TAR/TarInputStream.java 155 CommentSize: Comment is too large: Line too long
6314 src/TAR/TarInputStream.java 155 CommentSize: Comment is too large: Line too long
6315 src/TAR/TarInputStream.java 170 ShortVariable: Avoid variables with short names like bs
6316 src/TAR/TarInputStream.java 170 ShortVariable: Avoid variables with short names like bs
6317 src/TAR/TarInputStream.java 172 LocalVariableCouldBeFinal: Local variable 'res' could be declared final
6318 src/TAR/TarInputStream.java 172 LocalVariableCouldBeFinal: Local variable 'res' could be declared final
6319 src/TAR/TarInputStream.java 183 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
6320 src/TAR/TarInputStream.java 183 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
6321 src/TAR/TarInputStream.java 196 LocalVariableCouldBeFinal: Local variable 'extra' could be declared final
6322 src/TAR/TarInputStream.java 196 LocalVariableCouldBeFinal: Local variable 'extra' could be declared final
6323 src/TAR/TarInputStream.java 199 ShortVariable: Avoid variables with short names like bs
6324 src/TAR/TarInputStream.java 199 ShortVariable: Avoid variables with short names like bs
6325 src/TAR/TarInputStream.java 201 LocalVariableCouldBeFinal: Local variable 'res' could be declared final
6326 src/TAR/TarInputStream.java 201 LocalVariableCouldBeFinal: Local variable 'res' could be declared final
6327 src/TAR/TarInputStream.java 214 MethodArgumentCouldBeFinal: Parameter 'n' is not assigned and could be declared final
6328 src/TAR/TarInputStream.java 214 MethodArgumentCouldBeFinal: Parameter 'n' is not assigned and could be declared final
6329 src/TAR/TarInputStream.java 214 ShortVariable: Avoid variables with short names like n
6330 src/TAR/TarInputStream.java 214 ShortVariable: Avoid variables with short names like n
6331 src/TAR/TarInputStream.java 218 LocalVariableCouldBeFinal: Local variable 'bs' could be declared final
6332 src/TAR/TarInputStream.java 218 LocalVariableCouldBeFinal: Local variable 'bs' could be declared final
6333 src/TAR/TarInputStream.java 218 ShortVariable: Avoid variables with short names like bs
6334 src/TAR/TarInputStream.java 218 ShortVariable: Avoid variables with short names like bs
6335 src/TAR/TarInputStream.java 221 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6336 src/TAR/TarInputStream.java 221 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6337 src/TAR/TarInputStream.java 225 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6338 src/TAR/TarInputStream.java 225 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6339 src/TAR/TarInputStream.java 229 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'sBuff' (lines '229'-'240').
6340 src/TAR/TarInputStream.java 229 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'sBuff' (lines '229'-'240').
6341 src/TAR/TarInputStream.java 229 LocalVariableCouldBeFinal: Local variable 'sBuff' could be declared final
6342 src/TAR/TarInputStream.java 229 LocalVariableCouldBeFinal: Local variable 'sBuff' could be declared final
6343 src/TAR/TarInputStream.java 232 LocalVariableCouldBeFinal: Local variable 'res' could be declared final
6344 src/TAR/TarInputStream.java 232 LocalVariableCouldBeFinal: Local variable 'res' could be declared final
6345 src/TAR/TarInputStream.java 246 MethodArgumentCouldBeFinal: Parameter 'defaultSkip' is not assigned and could be declared final
6346 src/TAR/TarInputStream.java 246 MethodArgumentCouldBeFinal: Parameter 'defaultSkip' is not assigned and could be declared final
6347 src/TAR/TarOutputStream.java 1 CommentSize: Comment is too large: Too many lines
6348 src/TAR/TarOutputStream.java 1 CommentSize: Comment is too large: Too many lines
6349 src/TAR/TarOutputStream.java 18 PackageCase: Package name contains upper case characters
6350 src/TAR/TarOutputStream.java 18 PackageCase: Package name contains upper case characters
6351 src/TAR/TarOutputStream.java 32 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6352 src/TAR/TarOutputStream.java 32 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6353 src/TAR/TarOutputStream.java 32 CommentRequired: Field comments are required
6354 src/TAR/TarOutputStream.java 32 CommentRequired: Field comments are required
6355 src/TAR/TarOutputStream.java 33 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6356 src/TAR/TarOutputStream.java 33 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6357 src/TAR/TarOutputStream.java 33 CommentRequired: Field comments are required
6358 src/TAR/TarOutputStream.java 33 CommentRequired: Field comments are required
6359 src/TAR/TarOutputStream.java 34 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6360 src/TAR/TarOutputStream.java 34 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6361 src/TAR/TarOutputStream.java 34 CommentRequired: Field comments are required
6362 src/TAR/TarOutputStream.java 34 CommentRequired: Field comments are required
6363 src/TAR/TarOutputStream.java 35 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6364 src/TAR/TarOutputStream.java 35 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
6365 src/TAR/TarOutputStream.java 35 CommentRequired: Field comments are required
6366 src/TAR/TarOutputStream.java 35 CommentRequired: Field comments are required
6367 src/TAR/TarOutputStream.java 37 CallSuperInConstructor: It is a good practice to call super() in a constructor
6368 src/TAR/TarOutputStream.java 37 CallSuperInConstructor: It is a good practice to call super() in a constructor
6369 src/TAR/TarOutputStream.java 37 CommentRequired: Public method and constructor comments are required
6370 src/TAR/TarOutputStream.java 37 CommentRequired: Public method and constructor comments are required
6371 src/TAR/TarOutputStream.java 37 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
6372 src/TAR/TarOutputStream.java 37 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
6373 src/TAR/TarOutputStream.java 43 CallSuperInConstructor: It is a good practice to call super() in a constructor
6374 src/TAR/TarOutputStream.java 43 CallSuperInConstructor: It is a good practice to call super() in a constructor
6375 src/TAR/TarOutputStream.java 43 CommentRequired: Public method and constructor comments are required
6376 src/TAR/TarOutputStream.java 43 CommentRequired: Public method and constructor comments are required
6377 src/TAR/TarOutputStream.java 44 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
6378 src/TAR/TarOutputStream.java 44 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
6379 src/TAR/TarOutputStream.java 53 CommentSize: Comment is too large: Line too long
6380 src/TAR/TarOutputStream.java 53 CommentSize: Comment is too large: Line too long
6381 src/TAR/TarOutputStream.java 53 CommentSize: Comment is too large: Too many lines
6382 src/TAR/TarOutputStream.java 53 CommentSize: Comment is too large: Too many lines
6383 src/TAR/TarOutputStream.java 80 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
6384 src/TAR/TarOutputStream.java 80 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
6385 src/TAR/TarOutputStream.java 80 ShortVariable: Avoid variables with short names like b
6386 src/TAR/TarOutputStream.java 80 ShortVariable: Avoid variables with short names like b
6387 src/TAR/TarOutputStream.java 95 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
6388 src/TAR/TarOutputStream.java 95 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
6389 src/TAR/TarOutputStream.java 95 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
6390 src/TAR/TarOutputStream.java 95 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
6391 src/TAR/TarOutputStream.java 95 MethodArgumentCouldBeFinal: Parameter 'off' is not assigned and could be declared final
6392 src/TAR/TarOutputStream.java 95 MethodArgumentCouldBeFinal: Parameter 'off' is not assigned and could be declared final
6393 src/TAR/TarOutputStream.java 95 ShortVariable: Avoid variables with short names like b
6394 src/TAR/TarOutputStream.java 95 ShortVariable: Avoid variables with short names like b
6395 src/TAR/TarOutputStream.java 97 CollapsibleIfStatements: These nested if statements could be combined
6396 src/TAR/TarOutputStream.java 97 CollapsibleIfStatements: These nested if statements could be combined
6397 src/TAR/TarOutputStream.java 118 MethodArgumentCouldBeFinal: Parameter 'entry' is not assigned and could be declared final
6398 src/TAR/TarOutputStream.java 118 MethodArgumentCouldBeFinal: Parameter 'entry' is not assigned and could be declared final
6399 src/TAR/TarOutputStream.java 121 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
6400 src/TAR/TarOutputStream.java 121 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
6401 src/TAR/TarOutputStream.java 141 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
6402 src/TAR/TarOutputStream.java 141 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
6403 src/TAR/TarOutputStream.java 155 LocalVariableCouldBeFinal: Local variable 'extra' could be declared final
6404 src/TAR/TarOutputStream.java 155 LocalVariableCouldBeFinal: Local variable 'extra' could be declared final
6405 src/TAR/TarUtils.java 1 CommentSize: Comment is too large: Too many lines
6406 src/TAR/TarUtils.java 1 CommentSize: Comment is too large: Too many lines
6407 src/TAR/TarUtils.java 18 PackageCase: Package name contains upper case characters
6408 src/TAR/TarUtils.java 18 PackageCase: Package name contains upper case characters
6409 src/TAR/TarUtils.java 26 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6410 src/TAR/TarUtils.java 26 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6411 src/TAR/TarUtils.java 30 MethodArgumentCouldBeFinal: Parameter 'path' is not assigned and could be declared final
6412 src/TAR/TarUtils.java 30 MethodArgumentCouldBeFinal: Parameter 'path' is not assigned and could be declared final
6413 src/TAR/TarUtils.java 34 MethodArgumentCouldBeFinal: Parameter 'dir' is not assigned and could be declared final
6414 src/TAR/TarUtils.java 34 MethodArgumentCouldBeFinal: Parameter 'dir' is not assigned and could be declared final
6415 src/TAR/TarUtils.java 35 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'size' (lines '35'-'57').
6416 src/TAR/TarUtils.java 35 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'size' (lines '35'-'57').
6417 src/TAR/TarUtils.java 38 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6418 src/TAR/TarUtils.java 38 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6419 src/TAR/TarUtils.java 40 LocalVariableCouldBeFinal: Local variable 'subFiles' could be declared final
6420 src/TAR/TarUtils.java 40 LocalVariableCouldBeFinal: Local variable 'subFiles' could be declared final
6421 src/TAR/TarUtils.java 43 LocalVariableCouldBeFinal: Local variable 'file' could be declared final
6422 src/TAR/TarUtils.java 43 LocalVariableCouldBeFinal: Local variable 'file' could be declared final
6423 src/TAR/TarUtils.java 52 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6424 src/TAR/TarUtils.java 52 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6425 src/TAR/TarUtils.java 59 MethodArgumentCouldBeFinal: Parameter 'fileSize' is not assigned and could be declared final
6426 src/TAR/TarUtils.java 59 MethodArgumentCouldBeFinal: Parameter 'fileSize' is not assigned and could be declared final
6427 src/TAR/TarUtils.java 64 LocalVariableCouldBeFinal: Local variable 'extra' could be declared final
6428 src/TAR/TarUtils.java 64 LocalVariableCouldBeFinal: Local variable 'extra' could be declared final
6429 src/TAR/TarUtils.java 67 UselessParentheses: Useless parentheses.
6430 src/TAR/TarUtils.java 67 UselessParentheses: Useless parentheses.
6431 src/TAR/TarUtils.java 73 CommentRequired: Public method and constructor comments are required
6432 src/TAR/TarUtils.java 73 CommentRequired: Public method and constructor comments are required
6433 src/TAR/TarUtils.java 73 MethodArgumentCouldBeFinal: Parameter 'c' is not assigned and could be declared final
6434 src/TAR/TarUtils.java 73 MethodArgumentCouldBeFinal: Parameter 'c' is not assigned and could be declared final
6435 src/TAR/TarUtils.java 73 MethodArgumentCouldBeFinal: Parameter 's' is not assigned and could be declared final
6436 src/TAR/TarUtils.java 73 MethodArgumentCouldBeFinal: Parameter 's' is not assigned and could be declared final
6437 src/TAR/TarUtils.java 73 ShortVariable: Avoid variables with short names like c
6438 src/TAR/TarUtils.java 73 ShortVariable: Avoid variables with short names like c
6439 src/TAR/TarUtils.java 73 ShortVariable: Avoid variables with short names like s
6440 src/TAR/TarUtils.java 73 ShortVariable: Avoid variables with short names like s
6441 src/TAR/TarUtils.java 74 LocalVariableCouldBeFinal: Local variable 'tmp' could be declared final
6442 src/TAR/TarUtils.java 74 LocalVariableCouldBeFinal: Local variable 'tmp' could be declared final
6443 src/TAR/TarUtils.java 76 ConfusingTernary: Avoid if (x != y) ..; else ..;
6444 src/TAR/TarUtils.java 76 ConfusingTernary: Avoid if (x != y) ..; else ..;
6445 src/TAR/TarUtils.java 84 ConfusingTernary: Avoid if (x != y) ..; else ..;
6446 src/TAR/TarUtils.java 84 ConfusingTernary: Avoid if (x != y) ..; else ..;
6447 src/Tests/DispatcherTest.java 1 PackageCase: Package name contains upper case characters
6448 src/Tests/DispatcherTest.java 1 PackageCase: Package name contains upper case characters
6449 src/Tests/DispatcherTest.java 16 CommentRequired: Class comments are required
6450 src/Tests/DispatcherTest.java 16 CommentRequired: Class comments are required
6451 src/Tests/DispatcherTest.java 16 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6452 src/Tests/DispatcherTest.java 16 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6453 src/Tests/DispatcherTest.java 18 CommentRequired: Public method and constructor comments are required
6454 src/Tests/DispatcherTest.java 18 CommentRequired: Public method and constructor comments are required
6455 src/Tests/DispatcherTest.java 18 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
6456 src/Tests/DispatcherTest.java 18 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
6457 src/Tests/DispatcherTest.java 19 LocalVariableCouldBeFinal: Local variable 'lsb' could be declared final
6458 src/Tests/DispatcherTest.java 19 LocalVariableCouldBeFinal: Local variable 'lsb' could be declared final
6459 src/Tests/DispatcherTest.java 20 LocalVariableCouldBeFinal: Local variable 'msb' could be declared final
6460 src/Tests/DispatcherTest.java 20 LocalVariableCouldBeFinal: Local variable 'msb' could be declared final
6461 src/Tests/DispatcherTest.java 22 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6462 src/Tests/DispatcherTest.java 22 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6463 src/Tests/DispatcherTest.java 22 UselessParentheses: Useless parentheses.
6464 src/Tests/DispatcherTest.java 22 UselessParentheses: Useless parentheses.
6465 src/Tests/DispatcherTest.java 24 UselessParentheses: Useless parentheses.
6466 src/Tests/DispatcherTest.java 24 UselessParentheses: Useless parentheses.
6467 src/Tests/DispatcherTest.java 28 CommentRequired: Public method and constructor comments are required
6468 src/Tests/DispatcherTest.java 28 CommentRequired: Public method and constructor comments are required
6469 src/Tests/DispatcherTest.java 28 MethodArgumentCouldBeFinal: Parameter 'rssi_dec' is not assigned and could be declared final
6470 src/Tests/DispatcherTest.java 28 MethodArgumentCouldBeFinal: Parameter 'rssi_dec' is not assigned and could be declared final
6471 src/Tests/DispatcherTest.java 29 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
6472 src/Tests/DispatcherTest.java 29 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
6473 src/Tests/DispatcherTest.java 30 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6474 src/Tests/DispatcherTest.java 30 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6475 src/Tests/DispatcherTest.java 30 UselessParentheses: Useless parentheses.
6476 src/Tests/DispatcherTest.java 30 UselessParentheses: Useless parentheses.
6477 src/Tests/DispatcherTest.java 32 UselessParentheses: Useless parentheses.
6478 src/Tests/DispatcherTest.java 32 UselessParentheses: Useless parentheses.
6479 src/Tests/DispatcherTest.java 36 CommentRequired: Public method and constructor comments are required
6480 src/Tests/DispatcherTest.java 36 CommentRequired: Public method and constructor comments are required
6481 src/Tests/DispatcherTest.java 36 MethodArgumentCouldBeFinal: Parameter 'lqi' is not assigned and could be declared final
6482 src/Tests/DispatcherTest.java 36 MethodArgumentCouldBeFinal: Parameter 'lqi' is not assigned and could be declared final
6483 src/Tests/DispatcherTest.java 41 CommentRequired: Public method and constructor comments are required
6484 src/Tests/DispatcherTest.java 41 CommentRequired: Public method and constructor comments are required
6485 src/Tests/DispatcherTest.java 41 MethodArgumentCouldBeFinal: Parameter 'actual_rssi' is not assigned and could be declared final
6486 src/Tests/DispatcherTest.java 41 MethodArgumentCouldBeFinal: Parameter 'actual_rssi' is not assigned and could be declared final
6487 src/Tests/DispatcherTest.java 41 MethodArgumentCouldBeFinal: Parameter 'last_rssi' is not assigned and could be declared final
6488 src/Tests/DispatcherTest.java 41 MethodArgumentCouldBeFinal: Parameter 'last_rssi' is not assigned and could be declared final
6489 src/Tests/DispatcherTest.java 46 CommentRequired: Public method and constructor comments are required
6490 src/Tests/DispatcherTest.java 46 CommentRequired: Public method and constructor comments are required
6491 src/Tests/DispatcherTest.java 46 ExcessiveMethodLength: Avoid really long methods.
6492 src/Tests/DispatcherTest.java 46 ExcessiveMethodLength: Avoid really long methods.
6493 src/Tests/DispatcherTest.java 46 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
6494 src/Tests/DispatcherTest.java 46 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
6495 src/Tests/DispatcherTest.java 46 NcssCount: The method 'main(String)' has a NCSS line count of 107.
6496 src/Tests/DispatcherTest.java 46 NcssCount: The method 'main(String)' has a NCSS line count of 107.
6497 src/Tests/DispatcherTest.java 48 LocalVariableCouldBeFinal: Local variable 'protocol_number' could be declared final
6498 src/Tests/DispatcherTest.java 48 LocalVariableCouldBeFinal: Local variable 'protocol_number' could be declared final
6499 src/Tests/DispatcherTest.java 49 LocalVariableCouldBeFinal: Local variable 'packet' could be declared final
6500 src/Tests/DispatcherTest.java 49 LocalVariableCouldBeFinal: Local variable 'packet' could be declared final
6501 src/Tests/DispatcherTest.java 50 LocalVariableCouldBeFinal: Local variable 'timer' could be declared final
6502 src/Tests/DispatcherTest.java 50 LocalVariableCouldBeFinal: Local variable 'timer' could be declared final
6503 src/Tests/DispatcherTest.java 51 LocalVariableCouldBeFinal: Local variable 'folder' could be declared final
6504 src/Tests/DispatcherTest.java 51 LocalVariableCouldBeFinal: Local variable 'folder' could be declared final
6505 src/Tests/DispatcherTest.java 52 LocalVariableCouldBeFinal: Local variable 'logger' could be declared final
6506 src/Tests/DispatcherTest.java 52 LocalVariableCouldBeFinal: Local variable 'logger' could be declared final
6507 src/Tests/DispatcherTest.java 53 LocalVariableCouldBeFinal: Local variable 'buffer' could be declared final
6508 src/Tests/DispatcherTest.java 53 LocalVariableCouldBeFinal: Local variable 'buffer' could be declared final
6509 src/Tests/DispatcherTest.java 54 LocalVariableCouldBeFinal: Local variable 'conf' could be declared final
6510 src/Tests/DispatcherTest.java 54 LocalVariableCouldBeFinal: Local variable 'conf' could be declared final
6511 src/Tests/DispatcherTest.java 56 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
6512 src/Tests/DispatcherTest.java 56 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
6513 src/Tests/DispatcherTest.java 56 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
6514 src/Tests/DispatcherTest.java 56 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
6515 src/Tests/DispatcherTest.java 56 LocalVariableCouldBeFinal: Local variable 'dispatcher' could be declared final
6516 src/Tests/DispatcherTest.java 56 LocalVariableCouldBeFinal: Local variable 'dispatcher' could be declared final
6517 src/Tests/DispatcherTest.java 62 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
6518 src/Tests/DispatcherTest.java 62 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
6519 src/Tests/DispatcherTest.java 66 SystemPrintln: System.out.println is used
6520 src/Tests/DispatcherTest.java 66 SystemPrintln: System.out.println is used
6521 src/Tests/DispatcherTest.java 71 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
6522 src/Tests/DispatcherTest.java 71 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
6523 src/Tests/DispatcherTest.java 73 SystemPrintln: System.out.println is used
6524 src/Tests/DispatcherTest.java 73 SystemPrintln: System.out.println is used
6525 src/Tests/DispatcherTest.java 86 ShortVariable: Avoid variables with short names like s
6526 src/Tests/DispatcherTest.java 86 ShortVariable: Avoid variables with short names like s
6527 src/Tests/DispatcherTest.java 88 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6528 src/Tests/DispatcherTest.java 88 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6529 src/Tests/DispatcherTest.java 89 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6530 src/Tests/DispatcherTest.java 89 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6531 src/Tests/DispatcherTest.java 90 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6532 src/Tests/DispatcherTest.java 90 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6533 src/Tests/DispatcherTest.java 91 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6534 src/Tests/DispatcherTest.java 91 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6535 src/Tests/DispatcherTest.java 92 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6536 src/Tests/DispatcherTest.java 92 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6537 src/Tests/DispatcherTest.java 93 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6538 src/Tests/DispatcherTest.java 93 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6539 src/Tests/DispatcherTest.java 94 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6540 src/Tests/DispatcherTest.java 94 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6541 src/Tests/DispatcherTest.java 95 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6542 src/Tests/DispatcherTest.java 95 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6543 src/Tests/DispatcherTest.java 96 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6544 src/Tests/DispatcherTest.java 96 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6545 src/Tests/DispatcherTest.java 97 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6546 src/Tests/DispatcherTest.java 97 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6547 src/Tests/DispatcherTest.java 98 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '98'-'99').
6548 src/Tests/DispatcherTest.java 98 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '98'-'99').
6549 src/Tests/DispatcherTest.java 99 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '99'-'100').
6550 src/Tests/DispatcherTest.java 99 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '99'-'100').
6551 src/Tests/DispatcherTest.java 100 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '100'-'101').
6552 src/Tests/DispatcherTest.java 100 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '100'-'101').
6553 src/Tests/DispatcherTest.java 101 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '101'-'102').
6554 src/Tests/DispatcherTest.java 101 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '101'-'102').
6555 src/Tests/DispatcherTest.java 103 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6556 src/Tests/DispatcherTest.java 103 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6557 src/Tests/DispatcherTest.java 103 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6558 src/Tests/DispatcherTest.java 103 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6559 src/Tests/DispatcherTest.java 104 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6560 src/Tests/DispatcherTest.java 104 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6561 src/Tests/DispatcherTest.java 105 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6562 src/Tests/DispatcherTest.java 105 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6563 src/Tests/DispatcherTest.java 106 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6564 src/Tests/DispatcherTest.java 106 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6565 src/Tests/DispatcherTest.java 107 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6566 src/Tests/DispatcherTest.java 107 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6567 src/Tests/DispatcherTest.java 108 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6568 src/Tests/DispatcherTest.java 108 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6569 src/Tests/DispatcherTest.java 109 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6570 src/Tests/DispatcherTest.java 109 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6571 src/Tests/DispatcherTest.java 110 SystemPrintln: System.out.println is used
6572 src/Tests/DispatcherTest.java 110 SystemPrintln: System.out.println is used
6573 src/Tests/DispatcherTest.java 113 SystemPrintln: System.out.println is used
6574 src/Tests/DispatcherTest.java 113 SystemPrintln: System.out.println is used
6575 src/Tests/DispatcherTest.java 118 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
6576 src/Tests/DispatcherTest.java 118 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
6577 src/Tests/DispatcherTest.java 124 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
6578 src/Tests/DispatcherTest.java 124 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
6579 src/Tests/DispatcherTest.java 126 SystemPrintln: System.out.println is used
6580 src/Tests/DispatcherTest.java 126 SystemPrintln: System.out.println is used
6581 src/Tests/DispatcherTest.java 140 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6582 src/Tests/DispatcherTest.java 140 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6583 src/Tests/DispatcherTest.java 141 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6584 src/Tests/DispatcherTest.java 141 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6585 src/Tests/DispatcherTest.java 142 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6586 src/Tests/DispatcherTest.java 142 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6587 src/Tests/DispatcherTest.java 143 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6588 src/Tests/DispatcherTest.java 143 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6589 src/Tests/DispatcherTest.java 144 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6590 src/Tests/DispatcherTest.java 144 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6591 src/Tests/DispatcherTest.java 145 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6592 src/Tests/DispatcherTest.java 145 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6593 src/Tests/DispatcherTest.java 146 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6594 src/Tests/DispatcherTest.java 146 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6595 src/Tests/DispatcherTest.java 147 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6596 src/Tests/DispatcherTest.java 147 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6597 src/Tests/DispatcherTest.java 148 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6598 src/Tests/DispatcherTest.java 148 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6599 src/Tests/DispatcherTest.java 149 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6600 src/Tests/DispatcherTest.java 149 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6601 src/Tests/DispatcherTest.java 150 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6602 src/Tests/DispatcherTest.java 150 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6603 src/Tests/DispatcherTest.java 151 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '151'-'152').
6604 src/Tests/DispatcherTest.java 151 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '151'-'152').
6605 src/Tests/DispatcherTest.java 152 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '152'-'153').
6606 src/Tests/DispatcherTest.java 152 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '152'-'153').
6607 src/Tests/DispatcherTest.java 153 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '153'-'154').
6608 src/Tests/DispatcherTest.java 153 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '153'-'154').
6609 src/Tests/DispatcherTest.java 154 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '154'-'155').
6610 src/Tests/DispatcherTest.java 154 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '154'-'155').
6611 src/Tests/DispatcherTest.java 156 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6612 src/Tests/DispatcherTest.java 156 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6613 src/Tests/DispatcherTest.java 156 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6614 src/Tests/DispatcherTest.java 156 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6615 src/Tests/DispatcherTest.java 157 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6616 src/Tests/DispatcherTest.java 157 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6617 src/Tests/DispatcherTest.java 158 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6618 src/Tests/DispatcherTest.java 158 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6619 src/Tests/DispatcherTest.java 159 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6620 src/Tests/DispatcherTest.java 159 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6621 src/Tests/DispatcherTest.java 160 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6622 src/Tests/DispatcherTest.java 160 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6623 src/Tests/DispatcherTest.java 161 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6624 src/Tests/DispatcherTest.java 161 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6625 src/Tests/DispatcherTest.java 162 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6626 src/Tests/DispatcherTest.java 162 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
6627 src/Tests/DispatcherTest.java 163 SystemPrintln: System.out.println is used
6628 src/Tests/DispatcherTest.java 163 SystemPrintln: System.out.println is used
6629 src/Tests/DispatcherTest.java 172 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
6630 src/Tests/DispatcherTest.java 172 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
6631 src/Tests/DownlinkTest.java 1 PackageCase: Package name contains upper case characters
6632 src/Tests/DownlinkTest.java 1 PackageCase: Package name contains upper case characters
6633 src/Tests/DownlinkTest.java 16 CommentRequired: Class comments are required
6634 src/Tests/DownlinkTest.java 16 CommentRequired: Class comments are required
6635 src/Tests/DownlinkTest.java 17 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6636 src/Tests/DownlinkTest.java 17 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6637 src/Tests/DownlinkTest.java 18 CommentRequired: Public method and constructor comments are required
6638 src/Tests/DownlinkTest.java 18 CommentRequired: Public method and constructor comments are required
6639 src/Tests/DownlinkTest.java 18 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
6640 src/Tests/DownlinkTest.java 18 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
6641 src/Tests/DownlinkTest.java 20 LocalVariableCouldBeFinal: Local variable 'time' could be declared final
6642 src/Tests/DownlinkTest.java 20 LocalVariableCouldBeFinal: Local variable 'time' could be declared final
6643 src/Tests/DownlinkTest.java 21 CommentSize: Comment is too large: Line too long
6644 src/Tests/DownlinkTest.java 21 CommentSize: Comment is too large: Line too long
6645 src/Tests/DownlinkTest.java 21 LocalVariableCouldBeFinal: Local variable 'folder' could be declared final
6646 src/Tests/DownlinkTest.java 21 LocalVariableCouldBeFinal: Local variable 'folder' could be declared final
6647 src/Tests/DownlinkTest.java 23 LocalVariableCouldBeFinal: Local variable 'log' could be declared final
6648 src/Tests/DownlinkTest.java 23 LocalVariableCouldBeFinal: Local variable 'log' could be declared final
6649 src/Tests/DownlinkTest.java 24 LocalVariableCouldBeFinal: Local variable 'conf' could be declared final
6650 src/Tests/DownlinkTest.java 24 LocalVariableCouldBeFinal: Local variable 'conf' could be declared final
6651 src/Tests/DownlinkTest.java 26 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
6652 src/Tests/DownlinkTest.java 26 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
6653 src/Tests/DownlinkTest.java 26 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
6654 src/Tests/DownlinkTest.java 26 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
6655 src/Tests/DownlinkTest.java 26 LocalVariableCouldBeFinal: Local variable 'dispatcher' could be declared final
6656 src/Tests/DownlinkTest.java 26 LocalVariableCouldBeFinal: Local variable 'dispatcher' could be declared final
6657 src/Tests/DownlinkTest.java 27 LocalVariableCouldBeFinal: Local variable 'payload_buffer' could be declared final
6658 src/Tests/DownlinkTest.java 27 LocalVariableCouldBeFinal: Local variable 'payload_buffer' could be declared final
6659 src/Tests/DownlinkTest.java 28 LocalVariableCouldBeFinal: Local variable 'fed_buffer' could be declared final
6660 src/Tests/DownlinkTest.java 28 LocalVariableCouldBeFinal: Local variable 'fed_buffer' could be declared final
6661 src/Tests/DownlinkTest.java 29 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
6662 src/Tests/DownlinkTest.java 29 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
6663 src/Tests/DownlinkTest.java 29 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
6664 src/Tests/DownlinkTest.java 29 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
6665 src/Tests/DownlinkTest.java 29 LocalVariableCouldBeFinal: Local variable 'ttc' could be declared final
6666 src/Tests/DownlinkTest.java 29 LocalVariableCouldBeFinal: Local variable 'ttc' could be declared final
6667 src/Tests/DownlinkTest.java 30 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
6668 src/Tests/DownlinkTest.java 30 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
6669 src/Tests/DownlinkTest.java 30 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
6670 src/Tests/DownlinkTest.java 30 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
6671 src/Tests/DownlinkTest.java 30 LocalVariableCouldBeFinal: Local variable 'fss' could be declared final
6672 src/Tests/DownlinkTest.java 30 LocalVariableCouldBeFinal: Local variable 'fss' could be declared final
6673 src/Tests/DownlinkTest.java 33 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'payload_data' (lines '33'-'57').
6674 src/Tests/DownlinkTest.java 33 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'payload_data' (lines '33'-'57').
6675 src/Tests/DownlinkTest.java 33 LocalVariableCouldBeFinal: Local variable 'payload_data' could be declared final
6676 src/Tests/DownlinkTest.java 33 LocalVariableCouldBeFinal: Local variable 'payload_data' could be declared final
6677 src/Tests/DownlinkTest.java 40 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'fed_data' (lines '40'-'57').
6678 src/Tests/DownlinkTest.java 40 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'fed_data' (lines '40'-'57').
6679 src/Tests/DownlinkTest.java 40 LocalVariableCouldBeFinal: Local variable 'fed_data' could be declared final
6680 src/Tests/DownlinkTest.java 40 LocalVariableCouldBeFinal: Local variable 'fed_data' could be declared final
6681 src/Tests/DownlinkTest.java 46 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6682 src/Tests/DownlinkTest.java 46 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6683 src/Tests/DownlinkTest.java 46 SystemPrintln: System.out.println is used
6684 src/Tests/DownlinkTest.java 46 SystemPrintln: System.out.println is used
6685 src/Tests/DownlinkTest.java 55 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
6686 src/Tests/DownlinkTest.java 55 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
6687 src/Tests/FSSPacketTest.java 1 PackageCase: Package name contains upper case characters
6688 src/Tests/FSSPacketTest.java 1 PackageCase: Package name contains upper case characters
6689 src/Tests/FSSPacketTest.java 7 CommentRequired: Class comments are required
6690 src/Tests/FSSPacketTest.java 7 CommentRequired: Class comments are required
6691 src/Tests/FSSPacketTest.java 7 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6692 src/Tests/FSSPacketTest.java 7 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6693 src/Tests/FSSPacketTest.java 9 CommentRequired: Public method and constructor comments are required
6694 src/Tests/FSSPacketTest.java 9 CommentRequired: Public method and constructor comments are required
6695 src/Tests/FSSPacketTest.java 9 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
6696 src/Tests/FSSPacketTest.java 9 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
6697 src/Tests/FSSPacketTest.java 9 NcssCount: The method 'main(String)' has a NCSS line count of 73.
6698 src/Tests/FSSPacketTest.java 9 NcssCount: The method 'main(String)' has a NCSS line count of 73.
6699 src/Tests/FSSPacketTest.java 12 LocalVariableCouldBeFinal: Local variable 'source' could be declared final
6700 src/Tests/FSSPacketTest.java 12 LocalVariableCouldBeFinal: Local variable 'source' could be declared final
6701 src/Tests/FSSPacketTest.java 13 LocalVariableCouldBeFinal: Local variable 'destination' could be declared final
6702 src/Tests/FSSPacketTest.java 13 LocalVariableCouldBeFinal: Local variable 'destination' could be declared final
6703 src/Tests/FSSPacketTest.java 14 LocalVariableCouldBeFinal: Local variable 'timestamp' could be declared final
6704 src/Tests/FSSPacketTest.java 14 LocalVariableCouldBeFinal: Local variable 'timestamp' could be declared final
6705 src/Tests/FSSPacketTest.java 15 LocalVariableCouldBeFinal: Local variable 'counter' could be declared final
6706 src/Tests/FSSPacketTest.java 15 LocalVariableCouldBeFinal: Local variable 'counter' could be declared final
6707 src/Tests/FSSPacketTest.java 16 LocalVariableCouldBeFinal: Local variable 'type' could be declared final
6708 src/Tests/FSSPacketTest.java 16 LocalVariableCouldBeFinal: Local variable 'type' could be declared final
6709 src/Tests/FSSPacketTest.java 17 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'checksum' (lines '17'-'96').
6710 src/Tests/FSSPacketTest.java 17 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'checksum' (lines '17'-'96').
6711 src/Tests/FSSPacketTest.java 17 LocalVariableCouldBeFinal: Local variable 'checksum' could be declared final
6712 src/Tests/FSSPacketTest.java 17 LocalVariableCouldBeFinal: Local variable 'checksum' could be declared final
6713 src/Tests/FSSPacketTest.java 18 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6714 src/Tests/FSSPacketTest.java 18 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6715 src/Tests/FSSPacketTest.java 18 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6716 src/Tests/FSSPacketTest.java 18 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6717 src/Tests/FSSPacketTest.java 18 LocalVariableCouldBeFinal: Local variable 'data' could be declared final
6718 src/Tests/FSSPacketTest.java 18 LocalVariableCouldBeFinal: Local variable 'data' could be declared final
6719 src/Tests/FSSPacketTest.java 19 LocalVariableCouldBeFinal: Local variable 'length' could be declared final
6720 src/Tests/FSSPacketTest.java 19 LocalVariableCouldBeFinal: Local variable 'length' could be declared final
6721 src/Tests/FSSPacketTest.java 20 LocalVariableCouldBeFinal: Local variable 'prot_num' could be declared final
6722 src/Tests/FSSPacketTest.java 20 LocalVariableCouldBeFinal: Local variable 'prot_num' could be declared final
6723 src/Tests/FSSPacketTest.java 22 LocalVariableCouldBeFinal: Local variable 'packet' could be declared final
6724 src/Tests/FSSPacketTest.java 22 LocalVariableCouldBeFinal: Local variable 'packet' could be declared final
6725 src/Tests/FSSPacketTest.java 33 LocalVariableCouldBeFinal: Local variable 'packet_test' could be declared final
6726 src/Tests/FSSPacketTest.java 33 LocalVariableCouldBeFinal: Local variable 'packet_test' could be declared final
6727 src/Tests/FSSPacketTest.java 34 SystemPrintln: System.out.println is used
6728 src/Tests/FSSPacketTest.java 34 SystemPrintln: System.out.println is used
6729 src/Tests/FSSPacketTest.java 35 SystemPrintln: System.out.println is used
6730 src/Tests/FSSPacketTest.java 35 SystemPrintln: System.out.println is used
6731 src/Tests/FSSPacketTest.java 36 SystemPrintln: System.out.println is used
6732 src/Tests/FSSPacketTest.java 36 SystemPrintln: System.out.println is used
6733 src/Tests/FSSPacketTest.java 37 SystemPrintln: System.out.println is used
6734 src/Tests/FSSPacketTest.java 37 SystemPrintln: System.out.println is used
6735 src/Tests/FSSPacketTest.java 38 SystemPrintln: System.out.println is used
6736 src/Tests/FSSPacketTest.java 38 SystemPrintln: System.out.println is used
6737 src/Tests/FSSPacketTest.java 39 SystemPrintln: System.out.println is used
6738 src/Tests/FSSPacketTest.java 39 SystemPrintln: System.out.println is used
6739 src/Tests/FSSPacketTest.java 40 SystemPrintln: System.out.println is used
6740 src/Tests/FSSPacketTest.java 40 SystemPrintln: System.out.println is used
6741 src/Tests/FSSPacketTest.java 41 SystemPrintln: System.out.println is used
6742 src/Tests/FSSPacketTest.java 41 SystemPrintln: System.out.println is used
6743 src/Tests/FSSPacketTest.java 42 SystemPrintln: System.out.println is used
6744 src/Tests/FSSPacketTest.java 42 SystemPrintln: System.out.println is used
6745 src/Tests/FSSPacketTest.java 44 SystemPrintln: System.out.println is used
6746 src/Tests/FSSPacketTest.java 44 SystemPrintln: System.out.println is used
6747 src/Tests/FSSPacketTest.java 45 LocalVariableCouldBeFinal: Local variable 'byte_array' could be declared final
6748 src/Tests/FSSPacketTest.java 45 LocalVariableCouldBeFinal: Local variable 'byte_array' could be declared final
6749 src/Tests/FSSPacketTest.java 47 SystemPrintln: System.out.println is used
6750 src/Tests/FSSPacketTest.java 47 SystemPrintln: System.out.println is used
6751 src/Tests/FSSPacketTest.java 48 SystemPrintln: System.out.println is used
6752 src/Tests/FSSPacketTest.java 48 SystemPrintln: System.out.println is used
6753 src/Tests/FSSPacketTest.java 49 SystemPrintln: System.out.println is used
6754 src/Tests/FSSPacketTest.java 49 SystemPrintln: System.out.println is used
6755 src/Tests/FSSPacketTest.java 50 SystemPrintln: System.out.println is used
6756 src/Tests/FSSPacketTest.java 50 SystemPrintln: System.out.println is used
6757 src/Tests/FSSPacketTest.java 51 SystemPrintln: System.out.println is used
6758 src/Tests/FSSPacketTest.java 51 SystemPrintln: System.out.println is used
6759 src/Tests/FSSPacketTest.java 52 SystemPrintln: System.out.println is used
6760 src/Tests/FSSPacketTest.java 52 SystemPrintln: System.out.println is used
6761 src/Tests/FSSPacketTest.java 53 SystemPrintln: System.out.println is used
6762 src/Tests/FSSPacketTest.java 53 SystemPrintln: System.out.println is used
6763 src/Tests/FSSPacketTest.java 54 SystemPrintln: System.out.println is used
6764 src/Tests/FSSPacketTest.java 54 SystemPrintln: System.out.println is used
6765 src/Tests/FSSPacketTest.java 55 SystemPrintln: System.out.println is used
6766 src/Tests/FSSPacketTest.java 55 SystemPrintln: System.out.println is used
6767 src/Tests/FSSPacketTest.java 56 SystemPrintln: System.out.println is used
6768 src/Tests/FSSPacketTest.java 56 SystemPrintln: System.out.println is used
6769 src/Tests/FSSPacketTest.java 59 SystemPrintln: System.out.println is used
6770 src/Tests/FSSPacketTest.java 59 SystemPrintln: System.out.println is used
6771 src/Tests/FSSPacketTest.java 60 SystemPrintln: System.out.println is used
6772 src/Tests/FSSPacketTest.java 60 SystemPrintln: System.out.println is used
6773 src/Tests/FSSPacketTest.java 61 SystemPrintln: System.out.println is used
6774 src/Tests/FSSPacketTest.java 61 SystemPrintln: System.out.println is used
6775 src/Tests/FSSPacketTest.java 62 AvoidDuplicateLiterals: The String literal "0x%02X" appears 14 times in this file; the first occurrence is on line 62
6776 src/Tests/FSSPacketTest.java 62 AvoidDuplicateLiterals: The String literal "0x%02X" appears 14 times in this file; the first occurrence is on line 62
6777 src/Tests/FSSPacketTest.java 62 SystemPrintln: System.out.println is used
6778 src/Tests/FSSPacketTest.java 62 SystemPrintln: System.out.println is used
6779 src/Tests/FSSPacketTest.java 63 SystemPrintln: System.out.println is used
6780 src/Tests/FSSPacketTest.java 63 SystemPrintln: System.out.println is used
6781 src/Tests/FSSPacketTest.java 64 SystemPrintln: System.out.println is used
6782 src/Tests/FSSPacketTest.java 64 SystemPrintln: System.out.println is used
6783 src/Tests/FSSPacketTest.java 65 SystemPrintln: System.out.println is used
6784 src/Tests/FSSPacketTest.java 65 SystemPrintln: System.out.println is used
6785 src/Tests/FSSPacketTest.java 66 SystemPrintln: System.out.println is used
6786 src/Tests/FSSPacketTest.java 66 SystemPrintln: System.out.println is used
6787 src/Tests/FSSPacketTest.java 67 SystemPrintln: System.out.println is used
6788 src/Tests/FSSPacketTest.java 67 SystemPrintln: System.out.println is used
6789 src/Tests/FSSPacketTest.java 68 SystemPrintln: System.out.println is used
6790 src/Tests/FSSPacketTest.java 68 SystemPrintln: System.out.println is used
6791 src/Tests/FSSPacketTest.java 69 SystemPrintln: System.out.println is used
6792 src/Tests/FSSPacketTest.java 69 SystemPrintln: System.out.println is used
6793 src/Tests/FSSPacketTest.java 70 SystemPrintln: System.out.println is used
6794 src/Tests/FSSPacketTest.java 70 SystemPrintln: System.out.println is used
6795 src/Tests/FSSPacketTest.java 71 SystemPrintln: System.out.println is used
6796 src/Tests/FSSPacketTest.java 71 SystemPrintln: System.out.println is used
6797 src/Tests/FSSPacketTest.java 72 SystemPrintln: System.out.println is used
6798 src/Tests/FSSPacketTest.java 72 SystemPrintln: System.out.println is used
6799 src/Tests/FSSPacketTest.java 73 SystemPrintln: System.out.println is used
6800 src/Tests/FSSPacketTest.java 73 SystemPrintln: System.out.println is used
6801 src/Tests/FSSPacketTest.java 74 SystemPrintln: System.out.println is used
6802 src/Tests/FSSPacketTest.java 74 SystemPrintln: System.out.println is used
6803 src/Tests/FSSPacketTest.java 75 SystemPrintln: System.out.println is used
6804 src/Tests/FSSPacketTest.java 75 SystemPrintln: System.out.println is used
6805 src/Tests/FSSPacketTest.java 76 SystemPrintln: System.out.println is used
6806 src/Tests/FSSPacketTest.java 76 SystemPrintln: System.out.println is used
6807 src/Tests/FSSPacketTest.java 80 SystemPrintln: System.out.println is used
6808 src/Tests/FSSPacketTest.java 80 SystemPrintln: System.out.println is used
6809 src/Tests/FSSPacketTest.java 81 SystemPrintln: System.out.println is used
6810 src/Tests/FSSPacketTest.java 81 SystemPrintln: System.out.println is used
6811 src/Tests/FSSPacketTest.java 82 SystemPrintln: System.out.println is used
6812 src/Tests/FSSPacketTest.java 82 SystemPrintln: System.out.println is used
6813 src/Tests/FSSPacketTest.java 83 SystemPrintln: System.out.println is used
6814 src/Tests/FSSPacketTest.java 83 SystemPrintln: System.out.println is used
6815 src/Tests/FSSPacketTest.java 84 SystemPrintln: System.out.println is used
6816 src/Tests/FSSPacketTest.java 84 SystemPrintln: System.out.println is used
6817 src/Tests/FSSPacketTest.java 85 SystemPrintln: System.out.println is used
6818 src/Tests/FSSPacketTest.java 85 SystemPrintln: System.out.println is used
6819 src/Tests/FSSPacketTest.java 86 SystemPrintln: System.out.println is used
6820 src/Tests/FSSPacketTest.java 86 SystemPrintln: System.out.println is used
6821 src/Tests/FSSPacketTest.java 87 SystemPrintln: System.out.println is used
6822 src/Tests/FSSPacketTest.java 87 SystemPrintln: System.out.println is used
6823 src/Tests/FSSPacketTest.java 88 SystemPrintln: System.out.println is used
6824 src/Tests/FSSPacketTest.java 88 SystemPrintln: System.out.println is used
6825 src/Tests/FSSPacketTest.java 89 SystemPrintln: System.out.println is used
6826 src/Tests/FSSPacketTest.java 89 SystemPrintln: System.out.println is used
6827 src/Tests/FSSPacketTest.java 90 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6828 src/Tests/FSSPacketTest.java 90 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
6829 src/Tests/FSSPacketTest.java 90 SystemPrintln: System.out.println is used
6830 src/Tests/FSSPacketTest.java 90 SystemPrintln: System.out.println is used
6831 src/Tests/FSSPacketTest.java 91 SystemPrintln: System.out.println is used
6832 src/Tests/FSSPacketTest.java 91 SystemPrintln: System.out.println is used
6833 src/Tests/FSSPacketTest.java 92 SystemPrintln: System.out.println is used
6834 src/Tests/FSSPacketTest.java 92 SystemPrintln: System.out.println is used
6835 src/Tests/PacketTest.java 1 PackageCase: Package name contains upper case characters
6836 src/Tests/PacketTest.java 1 PackageCase: Package name contains upper case characters
6837 src/Tests/PacketTest.java 7 CommentRequired: Class comments are required
6838 src/Tests/PacketTest.java 7 CommentRequired: Class comments are required
6839 src/Tests/PacketTest.java 7 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6840 src/Tests/PacketTest.java 7 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6841 src/Tests/PacketTest.java 9 CommentRequired: Public method and constructor comments are required
6842 src/Tests/PacketTest.java 9 CommentRequired: Public method and constructor comments are required
6843 src/Tests/PacketTest.java 9 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
6844 src/Tests/PacketTest.java 9 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
6845 src/Tests/PacketTest.java 11 LocalVariableCouldBeFinal: Local variable 'packet' could be declared final
6846 src/Tests/PacketTest.java 11 LocalVariableCouldBeFinal: Local variable 'packet' could be declared final
6847 src/Tests/PacketTest.java 16 UseUnderscoresInNumericLiterals: Number 1456615754 should separate every third digit with an underscore
6848 src/Tests/PacketTest.java 16 UseUnderscoresInNumericLiterals: Number 1456615754 should separate every third digit with an underscore
6849 src/Tests/PacketTest.java 18 SystemPrintln: System.out.println is used
6850 src/Tests/PacketTest.java 18 SystemPrintln: System.out.println is used
6851 src/Tests/PacketTest.java 20 LocalVariableCouldBeFinal: Local variable 'stream' could be declared final
6852 src/Tests/PacketTest.java 20 LocalVariableCouldBeFinal: Local variable 'stream' could be declared final
6853 src/Tests/PacketTest.java 22 SystemPrintln: System.out.println is used
6854 src/Tests/PacketTest.java 22 SystemPrintln: System.out.println is used
6855 src/Tests/PacketTest.java 24 LocalVariableCouldBeFinal: Local variable 'other_packet' could be declared final
6856 src/Tests/PacketTest.java 24 LocalVariableCouldBeFinal: Local variable 'other_packet' could be declared final
6857 src/Tests/PacketTest.java 25 LocalVariableCouldBeFinal: Local variable 'good' could be declared final
6858 src/Tests/PacketTest.java 25 LocalVariableCouldBeFinal: Local variable 'good' could be declared final
6859 src/Tests/PacketTest.java 26 SystemPrintln: System.out.println is used
6860 src/Tests/PacketTest.java 26 SystemPrintln: System.out.println is used
6861 src/Tests/PacketTest.java 27 SystemPrintln: System.out.println is used
6862 src/Tests/PacketTest.java 27 SystemPrintln: System.out.println is used
6863 src/Tests/PacketTest.java 28 SystemPrintln: System.out.println is used
6864 src/Tests/PacketTest.java 28 SystemPrintln: System.out.println is used
6865 src/Tests/SimpleLinkTest.java 1 PackageCase: Package name contains upper case characters
6866 src/Tests/SimpleLinkTest.java 1 PackageCase: Package name contains upper case characters
6867 src/Tests/SimpleLinkTest.java 17 CommentRequired: Class comments are required
6868 src/Tests/SimpleLinkTest.java 17 CommentRequired: Class comments are required
6869 src/Tests/SimpleLinkTest.java 17 GodClass: Possible God Class (WMC=51, ATFD=17, TCC=0.000%)
6870 src/Tests/SimpleLinkTest.java 17 GodClass: Possible God Class (WMC=51, ATFD=17, TCC=0.000%)
6871 src/Tests/SimpleLinkTest.java 17 ModifiedCyclomaticComplexity: The class 'SimpleLinkTest' has a Modified Cyclomatic Complexity of 9 (Highest = 36).
6872 src/Tests/SimpleLinkTest.java 17 ModifiedCyclomaticComplexity: The class 'SimpleLinkTest' has a Modified Cyclomatic Complexity of 9 (Highest = 36).
6873 src/Tests/SimpleLinkTest.java 17 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6874 src/Tests/SimpleLinkTest.java 17 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6875 src/Tests/SimpleLinkTest.java 19 CommentRequired: Public method and constructor comments are required
6876 src/Tests/SimpleLinkTest.java 19 CommentRequired: Public method and constructor comments are required
6877 src/Tests/SimpleLinkTest.java 19 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
6878 src/Tests/SimpleLinkTest.java 19 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
6879 src/Tests/SimpleLinkTest.java 20 LocalVariableCouldBeFinal: Local variable 'lsb' could be declared final
6880 src/Tests/SimpleLinkTest.java 20 LocalVariableCouldBeFinal: Local variable 'lsb' could be declared final
6881 src/Tests/SimpleLinkTest.java 21 LocalVariableCouldBeFinal: Local variable 'msb' could be declared final
6882 src/Tests/SimpleLinkTest.java 21 LocalVariableCouldBeFinal: Local variable 'msb' could be declared final
6883 src/Tests/SimpleLinkTest.java 23 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6884 src/Tests/SimpleLinkTest.java 23 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6885 src/Tests/SimpleLinkTest.java 23 UselessParentheses: Useless parentheses.
6886 src/Tests/SimpleLinkTest.java 23 UselessParentheses: Useless parentheses.
6887 src/Tests/SimpleLinkTest.java 25 UselessParentheses: Useless parentheses.
6888 src/Tests/SimpleLinkTest.java 25 UselessParentheses: Useless parentheses.
6889 src/Tests/SimpleLinkTest.java 29 CommentRequired: Public method and constructor comments are required
6890 src/Tests/SimpleLinkTest.java 29 CommentRequired: Public method and constructor comments are required
6891 src/Tests/SimpleLinkTest.java 29 MethodArgumentCouldBeFinal: Parameter 'rssi_dec' is not assigned and could be declared final
6892 src/Tests/SimpleLinkTest.java 29 MethodArgumentCouldBeFinal: Parameter 'rssi_dec' is not assigned and could be declared final
6893 src/Tests/SimpleLinkTest.java 30 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
6894 src/Tests/SimpleLinkTest.java 30 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
6895 src/Tests/SimpleLinkTest.java 31 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6896 src/Tests/SimpleLinkTest.java 31 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
6897 src/Tests/SimpleLinkTest.java 31 UselessParentheses: Useless parentheses.
6898 src/Tests/SimpleLinkTest.java 31 UselessParentheses: Useless parentheses.
6899 src/Tests/SimpleLinkTest.java 33 UselessParentheses: Useless parentheses.
6900 src/Tests/SimpleLinkTest.java 33 UselessParentheses: Useless parentheses.
6901 src/Tests/SimpleLinkTest.java 37 CommentRequired: Public method and constructor comments are required
6902 src/Tests/SimpleLinkTest.java 37 CommentRequired: Public method and constructor comments are required
6903 src/Tests/SimpleLinkTest.java 37 MethodArgumentCouldBeFinal: Parameter 'lqi' is not assigned and could be declared final
6904 src/Tests/SimpleLinkTest.java 37 MethodArgumentCouldBeFinal: Parameter 'lqi' is not assigned and could be declared final
6905 src/Tests/SimpleLinkTest.java 42 CommentRequired: Public method and constructor comments are required
6906 src/Tests/SimpleLinkTest.java 42 CommentRequired: Public method and constructor comments are required
6907 src/Tests/SimpleLinkTest.java 42 MethodArgumentCouldBeFinal: Parameter 'actual_rssi' is not assigned and could be declared final
6908 src/Tests/SimpleLinkTest.java 42 MethodArgumentCouldBeFinal: Parameter 'actual_rssi' is not assigned and could be declared final
6909 src/Tests/SimpleLinkTest.java 42 MethodArgumentCouldBeFinal: Parameter 'last_rssi' is not assigned and could be declared final
6910 src/Tests/SimpleLinkTest.java 42 MethodArgumentCouldBeFinal: Parameter 'last_rssi' is not assigned and could be declared final
6911 src/Tests/SimpleLinkTest.java 48 CommentRequired: Public method and constructor comments are required
6912 src/Tests/SimpleLinkTest.java 48 CommentRequired: Public method and constructor comments are required
6913 src/Tests/SimpleLinkTest.java 48 ExcessiveMethodLength: Avoid really long methods.
6914 src/Tests/SimpleLinkTest.java 48 ExcessiveMethodLength: Avoid really long methods.
6915 src/Tests/SimpleLinkTest.java 48 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
6916 src/Tests/SimpleLinkTest.java 48 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
6917 src/Tests/SimpleLinkTest.java 48 ModifiedCyclomaticComplexity: The method 'main' has a Modified Cyclomatic Complexity of 36.
6918 src/Tests/SimpleLinkTest.java 48 ModifiedCyclomaticComplexity: The method 'main' has a Modified Cyclomatic Complexity of 36.
6919 src/Tests/SimpleLinkTest.java 48 NPathComplexity: The method 'main(String)' has an NPath complexity of 42400, current threshold is 200
6920 src/Tests/SimpleLinkTest.java 48 NPathComplexity: The method 'main(String)' has an NPath complexity of 42400, current threshold is 200
6921 src/Tests/SimpleLinkTest.java 48 NcssCount: The method 'main(String)' has a NCSS line count of 198.
6922 src/Tests/SimpleLinkTest.java 48 NcssCount: The method 'main(String)' has a NCSS line count of 198.
6923 src/Tests/SimpleLinkTest.java 50 AvoidFinalLocalVariable: Avoid using final local variables, turn them into fields
6924 src/Tests/SimpleLinkTest.java 50 AvoidFinalLocalVariable: Avoid using final local variables, turn them into fields
6925 src/Tests/SimpleLinkTest.java 51 AvoidFinalLocalVariable: Avoid using final local variables, turn them into fields
6926 src/Tests/SimpleLinkTest.java 51 AvoidFinalLocalVariable: Avoid using final local variables, turn them into fields
6927 src/Tests/SimpleLinkTest.java 51 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'TX_MODE' (lines '51'-'279').
6928 src/Tests/SimpleLinkTest.java 51 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'TX_MODE' (lines '51'-'279').
6929 src/Tests/SimpleLinkTest.java 52 AvoidFinalLocalVariable: Avoid using final local variables, turn them into fields
6930 src/Tests/SimpleLinkTest.java 52 AvoidFinalLocalVariable: Avoid using final local variables, turn them into fields
6931 src/Tests/SimpleLinkTest.java 52 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'RX_MODE' (lines '52'-'279').
6932 src/Tests/SimpleLinkTest.java 52 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'RX_MODE' (lines '52'-'279').
6933 src/Tests/SimpleLinkTest.java 53 AvoidFinalLocalVariable: Avoid using final local variables, turn them into fields
6934 src/Tests/SimpleLinkTest.java 53 AvoidFinalLocalVariable: Avoid using final local variables, turn them into fields
6935 src/Tests/SimpleLinkTest.java 53 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'CONF_MODE' (lines '53'-'279').
6936 src/Tests/SimpleLinkTest.java 53 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'CONF_MODE' (lines '53'-'279').
6937 src/Tests/SimpleLinkTest.java 57 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'file_output' (lines '57'-'73').
6938 src/Tests/SimpleLinkTest.java 57 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'file_output' (lines '57'-'73').
6939 src/Tests/SimpleLinkTest.java 58 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'mode_arg' (lines '58'-'279').
6940 src/Tests/SimpleLinkTest.java 58 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'mode_arg' (lines '58'-'279').
6941 src/Tests/SimpleLinkTest.java 59 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'packets_arg' (lines '59'-'279').
6942 src/Tests/SimpleLinkTest.java 59 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'packets_arg' (lines '59'-'279').
6943 src/Tests/SimpleLinkTest.java 62 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'redundancy_arg' (lines '62'-'279').
6944 src/Tests/SimpleLinkTest.java 62 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'redundancy_arg' (lines '62'-'279').
6945 src/Tests/SimpleLinkTest.java 64 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'freq_arg' (lines '64'-'279').
6946 src/Tests/SimpleLinkTest.java 64 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'freq_arg' (lines '64'-'279').
6947 src/Tests/SimpleLinkTest.java 66 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'port_arg' (lines '66'-'279').
6948 src/Tests/SimpleLinkTest.java 66 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'port_arg' (lines '66'-'279').
6949 src/Tests/SimpleLinkTest.java 67 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'port_name' (lines '67'-'279').
6950 src/Tests/SimpleLinkTest.java 67 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'port_name' (lines '67'-'279').
6951 src/Tests/SimpleLinkTest.java 67 UnusedAssignment: The initializer for variable 'port_name' is never used (overwritten on line 119)
6952 src/Tests/SimpleLinkTest.java 67 UnusedAssignment: The initializer for variable 'port_name' is never used (overwritten on line 119)
6953 src/Tests/SimpleLinkTest.java 70 LocalVariableCouldBeFinal: Local variable 'arg' could be declared final
6954 src/Tests/SimpleLinkTest.java 70 LocalVariableCouldBeFinal: Local variable 'arg' could be declared final
6955 src/Tests/SimpleLinkTest.java 71 ImplicitSwitchFallThrough: A switch statement does not contain a break
6956 src/Tests/SimpleLinkTest.java 71 ImplicitSwitchFallThrough: A switch statement does not contain a break
6957 src/Tests/SimpleLinkTest.java 73 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'file_output' (lines '73'-'279').
6958 src/Tests/SimpleLinkTest.java 73 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'file_output' (lines '73'-'279').
6959 src/Tests/SimpleLinkTest.java 97 ControlStatementBraces: This statement should have braces
6960 src/Tests/SimpleLinkTest.java 97 ControlStatementBraces: This statement should have braces
6961 src/Tests/SimpleLinkTest.java 97 LiteralsFirstInComparisons: Position literals first in String comparisons
6962 src/Tests/SimpleLinkTest.java 97 LiteralsFirstInComparisons: Position literals first in String comparisons
6963 src/Tests/SimpleLinkTest.java 97 PositionLiteralsFirstInComparisons: Position literals first in String comparisons
6964 src/Tests/SimpleLinkTest.java 97 PositionLiteralsFirstInComparisons: Position literals first in String comparisons
6965 src/Tests/SimpleLinkTest.java 98 ControlStatementBraces: This statement should have braces
6966 src/Tests/SimpleLinkTest.java 98 ControlStatementBraces: This statement should have braces
6967 src/Tests/SimpleLinkTest.java 98 LiteralsFirstInComparisons: Position literals first in String comparisons
6968 src/Tests/SimpleLinkTest.java 98 LiteralsFirstInComparisons: Position literals first in String comparisons
6969 src/Tests/SimpleLinkTest.java 98 PositionLiteralsFirstInComparisons: Position literals first in String comparisons
6970 src/Tests/SimpleLinkTest.java 98 PositionLiteralsFirstInComparisons: Position literals first in String comparisons
6971 src/Tests/SimpleLinkTest.java 120 SystemPrintln: System.out.println is used
6972 src/Tests/SimpleLinkTest.java 120 SystemPrintln: System.out.println is used
6973 src/Tests/SimpleLinkTest.java 126 CloseResource: Ensure that resources like this OutputStreamWriter object are closed after use
6974 src/Tests/SimpleLinkTest.java 126 CloseResource: Ensure that resources like this OutputStreamWriter object are closed after use
6975 src/Tests/SimpleLinkTest.java 126 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'writer' (lines '126'-'130').
6976 src/Tests/SimpleLinkTest.java 126 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'writer' (lines '126'-'130').
6977 src/Tests/SimpleLinkTest.java 127 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
6978 src/Tests/SimpleLinkTest.java 127 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
6979 src/Tests/SimpleLinkTest.java 128 LocalVariableCouldBeFinal: Local variable 'file' could be declared final
6980 src/Tests/SimpleLinkTest.java 128 LocalVariableCouldBeFinal: Local variable 'file' could be declared final
6981 src/Tests/SimpleLinkTest.java 130 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
6982 src/Tests/SimpleLinkTest.java 130 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
6983 src/Tests/SimpleLinkTest.java 133 LocalVariableCouldBeFinal: Local variable 'time' could be declared final
6984 src/Tests/SimpleLinkTest.java 133 LocalVariableCouldBeFinal: Local variable 'time' could be declared final
6985 src/Tests/SimpleLinkTest.java 134 LocalVariableCouldBeFinal: Local variable 'folder' could be declared final
6986 src/Tests/SimpleLinkTest.java 134 LocalVariableCouldBeFinal: Local variable 'folder' could be declared final
6987 src/Tests/SimpleLinkTest.java 135 LocalVariableCouldBeFinal: Local variable 'logger' could be declared final
6988 src/Tests/SimpleLinkTest.java 135 LocalVariableCouldBeFinal: Local variable 'logger' could be declared final
6989 src/Tests/SimpleLinkTest.java 136 LocalVariableCouldBeFinal: Local variable 'conf' could be declared final
6990 src/Tests/SimpleLinkTest.java 136 LocalVariableCouldBeFinal: Local variable 'conf' could be declared final
6991 src/Tests/SimpleLinkTest.java 144 SystemPrintln: System.out.println is used
6992 src/Tests/SimpleLinkTest.java 144 SystemPrintln: System.out.println is used
6993 src/Tests/SimpleLinkTest.java 145 LocalVariableCouldBeFinal: Local variable 'slp' could be declared final
6994 src/Tests/SimpleLinkTest.java 145 LocalVariableCouldBeFinal: Local variable 'slp' could be declared final
6995 src/Tests/SimpleLinkTest.java 147 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
6996 src/Tests/SimpleLinkTest.java 147 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
6997 src/Tests/SimpleLinkTest.java 150 ImplicitSwitchFallThrough: A switch statement does not contain a break
6998 src/Tests/SimpleLinkTest.java 150 ImplicitSwitchFallThrough: A switch statement does not contain a break
6999 src/Tests/SimpleLinkTest.java 150 SwitchDensity: A high ratio of statements to labels in a switch statement. Consider refactoring.
7000 src/Tests/SimpleLinkTest.java 150 SwitchDensity: A high ratio of statements to labels in a switch statement. Consider refactoring.
7001 src/Tests/SimpleLinkTest.java 150 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
7002 src/Tests/SimpleLinkTest.java 150 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
7003 src/Tests/SimpleLinkTest.java 154 SystemPrintln: System.out.println is used
7004 src/Tests/SimpleLinkTest.java 154 SystemPrintln: System.out.println is used
7005 src/Tests/SimpleLinkTest.java 155 LocalVariableCouldBeFinal: Local variable 'telemetry' could be declared final
7006 src/Tests/SimpleLinkTest.java 155 LocalVariableCouldBeFinal: Local variable 'telemetry' could be declared final
7007 src/Tests/SimpleLinkTest.java 156 SystemPrintln: System.out.println is used
7008 src/Tests/SimpleLinkTest.java 156 SystemPrintln: System.out.println is used
7009 src/Tests/SimpleLinkTest.java 158 ShortVariable: Avoid variables with short names like s
7010 src/Tests/SimpleLinkTest.java 158 ShortVariable: Avoid variables with short names like s
7011 src/Tests/SimpleLinkTest.java 159 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7012 src/Tests/SimpleLinkTest.java 159 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7013 src/Tests/SimpleLinkTest.java 160 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7014 src/Tests/SimpleLinkTest.java 160 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7015 src/Tests/SimpleLinkTest.java 161 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7016 src/Tests/SimpleLinkTest.java 161 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7017 src/Tests/SimpleLinkTest.java 162 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7018 src/Tests/SimpleLinkTest.java 162 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7019 src/Tests/SimpleLinkTest.java 163 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7020 src/Tests/SimpleLinkTest.java 163 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7021 src/Tests/SimpleLinkTest.java 164 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7022 src/Tests/SimpleLinkTest.java 164 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7023 src/Tests/SimpleLinkTest.java 165 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7024 src/Tests/SimpleLinkTest.java 165 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7025 src/Tests/SimpleLinkTest.java 166 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7026 src/Tests/SimpleLinkTest.java 166 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7027 src/Tests/SimpleLinkTest.java 167 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7028 src/Tests/SimpleLinkTest.java 167 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7029 src/Tests/SimpleLinkTest.java 168 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7030 src/Tests/SimpleLinkTest.java 168 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7031 src/Tests/SimpleLinkTest.java 169 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7032 src/Tests/SimpleLinkTest.java 169 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7033 src/Tests/SimpleLinkTest.java 170 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
7034 src/Tests/SimpleLinkTest.java 170 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
7035 src/Tests/SimpleLinkTest.java 170 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '170'-'171').
7036 src/Tests/SimpleLinkTest.java 170 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '170'-'171').
7037 src/Tests/SimpleLinkTest.java 171 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '171'-'172').
7038 src/Tests/SimpleLinkTest.java 171 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '171'-'172').
7039 src/Tests/SimpleLinkTest.java 172 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '172'-'173').
7040 src/Tests/SimpleLinkTest.java 172 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '172'-'173').
7041 src/Tests/SimpleLinkTest.java 173 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '173'-'174').
7042 src/Tests/SimpleLinkTest.java 173 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '173'-'174').
7043 src/Tests/SimpleLinkTest.java 175 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
7044 src/Tests/SimpleLinkTest.java 175 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
7045 src/Tests/SimpleLinkTest.java 175 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
7046 src/Tests/SimpleLinkTest.java 175 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
7047 src/Tests/SimpleLinkTest.java 175 LocalVariableCouldBeFinal: Local variable 'frequency' could be declared final
7048 src/Tests/SimpleLinkTest.java 175 LocalVariableCouldBeFinal: Local variable 'frequency' could be declared final
7049 src/Tests/SimpleLinkTest.java 176 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7050 src/Tests/SimpleLinkTest.java 176 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7051 src/Tests/SimpleLinkTest.java 177 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7052 src/Tests/SimpleLinkTest.java 177 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7053 src/Tests/SimpleLinkTest.java 178 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7054 src/Tests/SimpleLinkTest.java 178 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7055 src/Tests/SimpleLinkTest.java 179 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7056 src/Tests/SimpleLinkTest.java 179 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7057 src/Tests/SimpleLinkTest.java 180 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7058 src/Tests/SimpleLinkTest.java 180 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7059 src/Tests/SimpleLinkTest.java 181 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7060 src/Tests/SimpleLinkTest.java 181 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7061 src/Tests/SimpleLinkTest.java 184 SystemPrintln: System.out.println is used
7062 src/Tests/SimpleLinkTest.java 184 SystemPrintln: System.out.println is used
7063 src/Tests/SimpleLinkTest.java 185 ControlStatementBraces: This statement should have braces
7064 src/Tests/SimpleLinkTest.java 185 ControlStatementBraces: This statement should have braces
7065 src/Tests/SimpleLinkTest.java 186 AvoidDuplicateLiterals: The String literal "---------------------------------------------------------------------" appears 7 times in this file; the first occurrence is on line 186
7066 src/Tests/SimpleLinkTest.java 186 AvoidDuplicateLiterals: The String literal "---------------------------------------------------------------------" appears 7 times in this file; the first occurrence is on line 186
7067 src/Tests/SimpleLinkTest.java 186 SystemPrintln: System.out.println is used
7068 src/Tests/SimpleLinkTest.java 186 SystemPrintln: System.out.println is used
7069 src/Tests/SimpleLinkTest.java 187 ControlStatementBraces: This statement should have braces
7070 src/Tests/SimpleLinkTest.java 187 ControlStatementBraces: This statement should have braces
7071 src/Tests/SimpleLinkTest.java 188 ControlStatementBraces: This statement should have braces
7072 src/Tests/SimpleLinkTest.java 188 ControlStatementBraces: This statement should have braces
7073 src/Tests/SimpleLinkTest.java 196 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
7074 src/Tests/SimpleLinkTest.java 196 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
7075 src/Tests/SimpleLinkTest.java 196 UselessParentheses: Useless parentheses.
7076 src/Tests/SimpleLinkTest.java 196 UselessParentheses: Useless parentheses.
7077 src/Tests/SimpleLinkTest.java 197 CommentSize: Comment is too large: Line too long
7078 src/Tests/SimpleLinkTest.java 197 CommentSize: Comment is too large: Line too long
7079 src/Tests/SimpleLinkTest.java 197 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
7080 src/Tests/SimpleLinkTest.java 197 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
7081 src/Tests/SimpleLinkTest.java 198 CommentSize: Comment is too large: Line too long
7082 src/Tests/SimpleLinkTest.java 198 CommentSize: Comment is too large: Line too long
7083 src/Tests/SimpleLinkTest.java 200 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7084 src/Tests/SimpleLinkTest.java 200 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7085 src/Tests/SimpleLinkTest.java 200 SystemPrintln: System.out.println is used
7086 src/Tests/SimpleLinkTest.java 200 SystemPrintln: System.out.println is used
7087 src/Tests/SimpleLinkTest.java 201 ControlStatementBraces: This statement should have braces
7088 src/Tests/SimpleLinkTest.java 201 ControlStatementBraces: This statement should have braces
7089 src/Tests/SimpleLinkTest.java 201 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7090 src/Tests/SimpleLinkTest.java 201 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7091 src/Tests/SimpleLinkTest.java 202 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7092 src/Tests/SimpleLinkTest.java 202 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7093 src/Tests/SimpleLinkTest.java 204 LocalVariableCouldBeFinal: Local variable 'telemetry' could be declared final
7094 src/Tests/SimpleLinkTest.java 204 LocalVariableCouldBeFinal: Local variable 'telemetry' could be declared final
7095 src/Tests/SimpleLinkTest.java 206 ShortVariable: Avoid variables with short names like s
7096 src/Tests/SimpleLinkTest.java 206 ShortVariable: Avoid variables with short names like s
7097 src/Tests/SimpleLinkTest.java 207 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7098 src/Tests/SimpleLinkTest.java 207 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7099 src/Tests/SimpleLinkTest.java 208 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7100 src/Tests/SimpleLinkTest.java 208 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7101 src/Tests/SimpleLinkTest.java 209 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7102 src/Tests/SimpleLinkTest.java 209 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7103 src/Tests/SimpleLinkTest.java 210 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7104 src/Tests/SimpleLinkTest.java 210 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7105 src/Tests/SimpleLinkTest.java 211 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7106 src/Tests/SimpleLinkTest.java 211 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7107 src/Tests/SimpleLinkTest.java 212 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7108 src/Tests/SimpleLinkTest.java 212 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7109 src/Tests/SimpleLinkTest.java 213 SystemPrintln: System.out.println is used
7110 src/Tests/SimpleLinkTest.java 213 SystemPrintln: System.out.println is used
7111 src/Tests/SimpleLinkTest.java 215 ControlStatementBraces: This statement should have braces
7112 src/Tests/SimpleLinkTest.java 215 ControlStatementBraces: This statement should have braces
7113 src/Tests/SimpleLinkTest.java 216 SystemPrintln: System.out.println is used
7114 src/Tests/SimpleLinkTest.java 216 SystemPrintln: System.out.println is used
7115 src/Tests/SimpleLinkTest.java 217 ControlStatementBraces: This statement should have braces
7116 src/Tests/SimpleLinkTest.java 217 ControlStatementBraces: This statement should have braces
7117 src/Tests/SimpleLinkTest.java 218 ControlStatementBraces: This statement should have braces
7118 src/Tests/SimpleLinkTest.java 218 ControlStatementBraces: This statement should have braces
7119 src/Tests/SimpleLinkTest.java 220 SystemPrintln: System.out.println is used
7120 src/Tests/SimpleLinkTest.java 220 SystemPrintln: System.out.println is used
7121 src/Tests/SimpleLinkTest.java 224 SystemPrintln: System.out.println is used
7122 src/Tests/SimpleLinkTest.java 224 SystemPrintln: System.out.println is used
7123 src/Tests/SimpleLinkTest.java 225 SystemPrintln: System.out.println is used
7124 src/Tests/SimpleLinkTest.java 225 SystemPrintln: System.out.println is used
7125 src/Tests/SimpleLinkTest.java 232 SystemPrintln: System.out.println is used
7126 src/Tests/SimpleLinkTest.java 232 SystemPrintln: System.out.println is used
7127 src/Tests/SimpleLinkTest.java 238 LocalVariableCouldBeFinal: Local variable 'telemetry' could be declared final
7128 src/Tests/SimpleLinkTest.java 238 LocalVariableCouldBeFinal: Local variable 'telemetry' could be declared final
7129 src/Tests/SimpleLinkTest.java 239 ShortVariable: Avoid variables with short names like s
7130 src/Tests/SimpleLinkTest.java 239 ShortVariable: Avoid variables with short names like s
7131 src/Tests/SimpleLinkTest.java 240 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7132 src/Tests/SimpleLinkTest.java 240 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7133 src/Tests/SimpleLinkTest.java 241 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7134 src/Tests/SimpleLinkTest.java 241 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7135 src/Tests/SimpleLinkTest.java 242 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7136 src/Tests/SimpleLinkTest.java 242 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7137 src/Tests/SimpleLinkTest.java 243 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7138 src/Tests/SimpleLinkTest.java 243 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7139 src/Tests/SimpleLinkTest.java 244 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7140 src/Tests/SimpleLinkTest.java 244 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7141 src/Tests/SimpleLinkTest.java 245 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7142 src/Tests/SimpleLinkTest.java 245 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7143 src/Tests/SimpleLinkTest.java 246 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7144 src/Tests/SimpleLinkTest.java 246 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7145 src/Tests/SimpleLinkTest.java 247 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7146 src/Tests/SimpleLinkTest.java 247 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7147 src/Tests/SimpleLinkTest.java 248 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7148 src/Tests/SimpleLinkTest.java 248 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7149 src/Tests/SimpleLinkTest.java 249 SystemPrintln: System.out.println is used
7150 src/Tests/SimpleLinkTest.java 249 SystemPrintln: System.out.println is used
7151 src/Tests/SimpleLinkTest.java 250 ControlStatementBraces: This statement should have braces
7152 src/Tests/SimpleLinkTest.java 250 ControlStatementBraces: This statement should have braces
7153 src/Tests/SimpleLinkTest.java 251 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
7154 src/Tests/SimpleLinkTest.java 251 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
7155 src/Tests/SimpleLinkTest.java 251 SystemPrintln: System.out.println is used
7156 src/Tests/SimpleLinkTest.java 251 SystemPrintln: System.out.println is used
7157 src/Tests/SimpleLinkTest.java 252 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
7158 src/Tests/SimpleLinkTest.java 252 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
7159 src/Tests/SimpleLinkTest.java 252 ControlStatementBraces: This statement should have braces
7160 src/Tests/SimpleLinkTest.java 252 ControlStatementBraces: This statement should have braces
7161 src/Tests/SimpleLinkTest.java 253 SystemPrintln: System.out.println is used
7162 src/Tests/SimpleLinkTest.java 253 SystemPrintln: System.out.println is used
7163 src/Tests/SimpleLinkTest.java 254 ControlStatementBraces: This statement should have braces
7164 src/Tests/SimpleLinkTest.java 254 ControlStatementBraces: This statement should have braces
7165 src/Tests/SimpleLinkTest.java 255 ControlStatementBraces: This statement should have braces
7166 src/Tests/SimpleLinkTest.java 255 ControlStatementBraces: This statement should have braces
7167 src/Tests/SimpleLinkTest.java 260 SystemPrintln: System.out.println is used
7168 src/Tests/SimpleLinkTest.java 260 SystemPrintln: System.out.println is used
7169 src/Tests/SimpleLinkTest.java 261 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
7170 src/Tests/SimpleLinkTest.java 261 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
7171 src/Tests/SimpleLinkTest.java 261 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
7172 src/Tests/SimpleLinkTest.java 261 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
7173 src/Tests/SimpleLinkTest.java 261 LocalVariableCouldBeFinal: Local variable 'mydata' could be declared final
7174 src/Tests/SimpleLinkTest.java 261 LocalVariableCouldBeFinal: Local variable 'mydata' could be declared final
7175 src/Tests/SimpleLinkTest.java 262 SystemPrintln: System.out.println is used
7176 src/Tests/SimpleLinkTest.java 262 SystemPrintln: System.out.println is used
7177 src/Tests/SimpleLinkTest.java 263 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
7178 src/Tests/SimpleLinkTest.java 263 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
7179 src/Tests/SimpleLinkTest.java 264 SystemPrintln: System.out.println is used
7180 src/Tests/SimpleLinkTest.java 264 SystemPrintln: System.out.println is used
7181 src/Tests/SimpleLinkTest.java 266 SystemPrintln: System.out.println is used
7182 src/Tests/SimpleLinkTest.java 266 SystemPrintln: System.out.println is used
7183 src/Tests/SimpleLinkTest.java 272 SystemPrintln: System.out.println is used
7184 src/Tests/SimpleLinkTest.java 272 SystemPrintln: System.out.println is used
7185 src/Tests/TARTest.java 1 PackageCase: Package name contains upper case characters
7186 src/Tests/TARTest.java 1 PackageCase: Package name contains upper case characters
7187 src/Tests/TARTest.java 13 CommentRequired: Class comments are required
7188 src/Tests/TARTest.java 13 CommentRequired: Class comments are required
7189 src/Tests/TARTest.java 13 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7190 src/Tests/TARTest.java 13 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7191 src/Tests/TARTest.java 15 CommentRequired: Public method and constructor comments are required
7192 src/Tests/TARTest.java 15 CommentRequired: Public method and constructor comments are required
7193 src/Tests/TARTest.java 15 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
7194 src/Tests/TARTest.java 15 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
7195 src/Tests/TARTest.java 17 LocalVariableCouldBeFinal: Local variable 'experiment_id' could be declared final
7196 src/Tests/TARTest.java 17 LocalVariableCouldBeFinal: Local variable 'experiment_id' could be declared final
7197 src/Tests/TARTest.java 19 SystemPrintln: System.out.println is used
7198 src/Tests/TARTest.java 19 SystemPrintln: System.out.println is used
7199 src/Tests/TARTest.java 20 LocalVariableCouldBeFinal: Local variable 'download_path' could be declared final
7200 src/Tests/TARTest.java 20 LocalVariableCouldBeFinal: Local variable 'download_path' could be declared final
7201 src/Tests/TARTest.java 21 LocalVariableCouldBeFinal: Local variable 'destination' could be declared final
7202 src/Tests/TARTest.java 21 LocalVariableCouldBeFinal: Local variable 'destination' could be declared final
7203 src/Tests/TARTest.java 23 LocalVariableCouldBeFinal: Local variable 'file' could be declared final
7204 src/Tests/TARTest.java 23 LocalVariableCouldBeFinal: Local variable 'file' could be declared final
7205 src/Tests/TARTest.java 25 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
7206 src/Tests/TARTest.java 25 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
7207 src/Tests/TARTest.java 30 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7208 src/Tests/TARTest.java 30 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7209 src/Tests/TARTest.java 30 CloseResource: Ensure that resources like this FileOutputStream object are closed after use
7210 src/Tests/TARTest.java 30 CloseResource: Ensure that resources like this FileOutputStream object are closed after use
7211 src/Tests/TARTest.java 30 LocalVariableCouldBeFinal: Local variable 'dest' could be declared final
7212 src/Tests/TARTest.java 30 LocalVariableCouldBeFinal: Local variable 'dest' could be declared final
7213 src/Tests/TARTest.java 33 CloseResource: Ensure that resources like this FileOutputStream object are closed after use
7214 src/Tests/TARTest.java 33 CloseResource: Ensure that resources like this FileOutputStream object are closed after use
7215 src/Tests/TARTest.java 33 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'out' (lines '33'-'83').
7216 src/Tests/TARTest.java 33 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'out' (lines '33'-'83').
7217 src/Tests/TARTest.java 33 LocalVariableCouldBeFinal: Local variable 'out' could be declared final
7218 src/Tests/TARTest.java 33 LocalVariableCouldBeFinal: Local variable 'out' could be declared final
7219 src/Tests/TARTest.java 36 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'filesToTar' (lines '36'-'37').
7220 src/Tests/TARTest.java 36 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'filesToTar' (lines '36'-'37').
7221 src/Tests/TARTest.java 37 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'filesToTar' (lines '37'-'38').
7222 src/Tests/TARTest.java 37 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'filesToTar' (lines '37'-'38').
7223 src/Tests/TARTest.java 38 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'filesToTar' (lines '38'-'39').
7224 src/Tests/TARTest.java 38 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'filesToTar' (lines '38'-'39').
7225 src/Tests/TARTest.java 39 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'filesToTar' (lines '39'-'83').
7226 src/Tests/TARTest.java 39 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'filesToTar' (lines '39'-'83').
7227 src/Tests/TARTest.java 41 CommentSize: Comment is too large: Too many lines
7228 src/Tests/TARTest.java 41 CommentSize: Comment is too large: Too many lines
7229 src/Tests/TARTest.java 59 LocalVariableCouldBeFinal: Local variable 'gzip' could be declared final
7230 src/Tests/TARTest.java 59 LocalVariableCouldBeFinal: Local variable 'gzip' could be declared final
7231 src/Tests/TARTest.java 61 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7232 src/Tests/TARTest.java 61 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7233 src/Tests/TARTest.java 61 CloseResource: Ensure that resources like this FileOutputStream object are closed after use
7234 src/Tests/TARTest.java 61 CloseResource: Ensure that resources like this FileOutputStream object are closed after use
7235 src/Tests/TARTest.java 61 LocalVariableCouldBeFinal: Local variable 'out_file' could be declared final
7236 src/Tests/TARTest.java 61 LocalVariableCouldBeFinal: Local variable 'out_file' could be declared final
7237 src/Tests/TARTest.java 62 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7238 src/Tests/TARTest.java 62 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7239 src/Tests/TARTest.java 62 CloseResource: Ensure that resources like this FileInputStream object are closed after use
7240 src/Tests/TARTest.java 62 CloseResource: Ensure that resources like this FileInputStream object are closed after use
7241 src/Tests/TARTest.java 62 LocalVariableCouldBeFinal: Local variable 'in' could be declared final
7242 src/Tests/TARTest.java 62 LocalVariableCouldBeFinal: Local variable 'in' could be declared final
7243 src/Tests/TARTest.java 62 ShortVariable: Avoid variables with short names like in
7244 src/Tests/TARTest.java 62 ShortVariable: Avoid variables with short names like in
7245 src/Tests/TARTest.java 63 LocalVariableCouldBeFinal: Local variable 'buffer' could be declared final
7246 src/Tests/TARTest.java 63 LocalVariableCouldBeFinal: Local variable 'buffer' could be declared final
7247 src/Tests/TARTest.java 65 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'offset' (lines '65'-'83').
7248 src/Tests/TARTest.java 65 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'offset' (lines '65'-'83').
7249 src/Tests/TARTest.java 65 LocalVariableCouldBeFinal: Local variable 'offset' could be declared final
7250 src/Tests/TARTest.java 65 LocalVariableCouldBeFinal: Local variable 'offset' could be declared final
7251 src/Tests/TARTest.java 66 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'len' (lines '66'-'83').
7252 src/Tests/TARTest.java 66 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'len' (lines '66'-'83').
7253 src/Tests/TARTest.java 67 SystemPrintln: System.out.println is used
7254 src/Tests/TARTest.java 67 SystemPrintln: System.out.println is used
7255 src/Tests/TARTest.java 73 CommentSize: Comment is too large: Too many lines
7256 src/Tests/TARTest.java 73 CommentSize: Comment is too large: Too many lines
7257 src/Tests/UARTtestRX.java 1 CommentSize: Comment is too large: Line too long
7258 src/Tests/UARTtestRX.java 1 CommentSize: Comment is too large: Line too long
7259 src/Tests/UARTtestRX.java 1 CommentSize: Comment is too large: Too many lines
7260 src/Tests/UARTtestRX.java 1 CommentSize: Comment is too large: Too many lines
7261 src/Tests/UARTtestRX.java 2 CommentSize: Comment is too large: Line too long
7262 src/Tests/UARTtestRX.java 2 CommentSize: Comment is too large: Line too long
7263 src/Tests/UARTtestRX.java 3 CommentSize: Comment is too large: Line too long
7264 src/Tests/UARTtestRX.java 3 CommentSize: Comment is too large: Line too long
7265 src/Tests/UARTtestRX.java 4 CommentSize: Comment is too large: Line too long
7266 src/Tests/UARTtestRX.java 4 CommentSize: Comment is too large: Line too long
7267 src/Tests/UARTtestRX.java 5 CommentSize: Comment is too large: Line too long
7268 src/Tests/UARTtestRX.java 5 CommentSize: Comment is too large: Line too long
7269 src/Tests/UARTtestRX.java 6 CommentSize: Comment is too large: Line too long
7270 src/Tests/UARTtestRX.java 6 CommentSize: Comment is too large: Line too long
7271 src/Tests/UARTtestRX.java 7 CommentSize: Comment is too large: Line too long
7272 src/Tests/UARTtestRX.java 7 CommentSize: Comment is too large: Line too long
7273 src/Tests/UARTtestRX.java 8 CommentSize: Comment is too large: Line too long
7274 src/Tests/UARTtestRX.java 8 CommentSize: Comment is too large: Line too long
7275 src/Tests/UARTtestRX.java 9 CommentSize: Comment is too large: Line too long
7276 src/Tests/UARTtestRX.java 9 CommentSize: Comment is too large: Line too long
7277 src/Tests/UARTtestRX.java 10 CommentSize: Comment is too large: Line too long
7278 src/Tests/UARTtestRX.java 10 CommentSize: Comment is too large: Line too long
7279 src/Tests/UARTtestRX.java 11 CommentSize: Comment is too large: Line too long
7280 src/Tests/UARTtestRX.java 11 CommentSize: Comment is too large: Line too long
7281 src/Tests/UARTtestRX.java 12 CommentSize: Comment is too large: Line too long
7282 src/Tests/UARTtestRX.java 12 CommentSize: Comment is too large: Line too long
7283 src/Tests/UARTtestRX.java 13 CommentSize: Comment is too large: Line too long
7284 src/Tests/UARTtestRX.java 13 CommentSize: Comment is too large: Line too long
7285 src/Tests/UARTtestRX.java 14 CommentSize: Comment is too large: Line too long
7286 src/Tests/UARTtestRX.java 14 CommentSize: Comment is too large: Line too long
7287 src/Tests/UARTtestRX.java 17 PackageCase: Package name contains upper case characters
7288 src/Tests/UARTtestRX.java 17 PackageCase: Package name contains upper case characters
7289 src/Tests/UARTtestRX.java 27 CommentSize: Comment is too large: Line too long
7290 src/Tests/UARTtestRX.java 27 CommentSize: Comment is too large: Line too long
7291 src/Tests/UARTtestRX.java 29 CommentSize: Comment is too large: Line too long
7292 src/Tests/UARTtestRX.java 29 CommentSize: Comment is too large: Line too long
7293 src/Tests/UARTtestRX.java 30 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7294 src/Tests/UARTtestRX.java 30 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7295 src/Tests/UARTtestRX.java 32 CommentRequired: Public method and constructor comments are required
7296 src/Tests/UARTtestRX.java 32 CommentRequired: Public method and constructor comments are required
7297 src/Tests/UARTtestRX.java 32 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
7298 src/Tests/UARTtestRX.java 32 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
7299 src/Tests/UARTtestRX.java 34 LocalVariableCouldBeFinal: Local variable 'port' could be declared final
7300 src/Tests/UARTtestRX.java 34 LocalVariableCouldBeFinal: Local variable 'port' could be declared final
7301 src/Tests/UARTtestRX.java 35 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7302 src/Tests/UARTtestRX.java 35 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7303 src/Tests/UARTtestRX.java 36 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7304 src/Tests/UARTtestRX.java 36 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7305 src/Tests/UARTtestRX.java 37 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7306 src/Tests/UARTtestRX.java 37 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7307 src/Tests/UARTtestRX.java 38 SystemPrintln: System.out.println is used
7308 src/Tests/UARTtestRX.java 38 SystemPrintln: System.out.println is used
7309 src/Tests/UARTtestRX.java 39 SystemPrintln: System.out.println is used
7310 src/Tests/UARTtestRX.java 39 SystemPrintln: System.out.println is used
7311 src/Tests/UARTtestRX.java 40 SystemPrintln: System.out.println is used
7312 src/Tests/UARTtestRX.java 40 SystemPrintln: System.out.println is used
7313 src/Tests/UARTtestRX.java 41 SystemPrintln: System.out.println is used
7314 src/Tests/UARTtestRX.java 41 SystemPrintln: System.out.println is used
7315 src/Tests/UARTtestRX.java 42 SystemPrintln: System.out.println is used
7316 src/Tests/UARTtestRX.java 42 SystemPrintln: System.out.println is used
7317 src/Tests/UARTtestRX.java 44 SystemPrintln: System.out.println is used
7318 src/Tests/UARTtestRX.java 44 SystemPrintln: System.out.println is used
7319 src/Tests/UARTtestRX.java 52 CloseResource: Ensure that resources like this InputStream object are closed after use
7320 src/Tests/UARTtestRX.java 52 CloseResource: Ensure that resources like this InputStream object are closed after use
7321 src/Tests/UARTtestRX.java 52 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7322 src/Tests/UARTtestRX.java 52 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7323 src/Tests/UARTtestRX.java 52 LocalVariableCouldBeFinal: Local variable 'input' could be declared final
7324 src/Tests/UARTtestRX.java 52 LocalVariableCouldBeFinal: Local variable 'input' could be declared final
7325 src/Tests/UARTtestRX.java 54 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7326 src/Tests/UARTtestRX.java 54 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7327 src/Tests/UARTtestRX.java 56 SystemPrintln: System.out.println is used
7328 src/Tests/UARTtestRX.java 56 SystemPrintln: System.out.println is used
7329 src/Tests/UARTtestRX.java 60 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
7330 src/Tests/UARTtestRX.java 60 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
7331 src/Tests/UARTtestRX.java 64 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7332 src/Tests/UARTtestRX.java 64 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7333 src/Tests/UARTtestRX.java 64 LocalVariableCouldBeFinal: Local variable 'buffer' could be declared final
7334 src/Tests/UARTtestRX.java 64 LocalVariableCouldBeFinal: Local variable 'buffer' could be declared final
7335 src/Tests/UARTtestRX.java 65 SystemPrintln: System.out.println is used
7336 src/Tests/UARTtestRX.java 65 SystemPrintln: System.out.println is used
7337 src/Tests/UARTtestRX.java 70 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
7338 src/Tests/UARTtestRX.java 70 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
7339 src/Tests/UARTtestRX.java 73 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'message' (lines '73'-'74').
7340 src/Tests/UARTtestRX.java 73 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'message' (lines '73'-'74').
7341 src/Tests/UARTtestRX.java 73 UnusedAssignment: The value assigned to variable 'message' is never used (overwritten on line 74)
7342 src/Tests/UARTtestRX.java 73 UnusedAssignment: The value assigned to variable 'message' is never used (overwritten on line 74)
7343 src/Tests/UARTtestRX.java 75 SystemPrintln: System.out.println is used
7344 src/Tests/UARTtestRX.java 75 SystemPrintln: System.out.println is used
7345 src/Tests/UARTtestRX.java 76 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7346 src/Tests/UARTtestRX.java 76 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7347 src/Tests/UARTtestTX.java 1 CommentSize: Comment is too large: Line too long
7348 src/Tests/UARTtestTX.java 1 CommentSize: Comment is too large: Line too long
7349 src/Tests/UARTtestTX.java 1 CommentSize: Comment is too large: Too many lines
7350 src/Tests/UARTtestTX.java 1 CommentSize: Comment is too large: Too many lines
7351 src/Tests/UARTtestTX.java 2 CommentSize: Comment is too large: Line too long
7352 src/Tests/UARTtestTX.java 2 CommentSize: Comment is too large: Line too long
7353 src/Tests/UARTtestTX.java 3 CommentSize: Comment is too large: Line too long
7354 src/Tests/UARTtestTX.java 3 CommentSize: Comment is too large: Line too long
7355 src/Tests/UARTtestTX.java 4 CommentSize: Comment is too large: Line too long
7356 src/Tests/UARTtestTX.java 4 CommentSize: Comment is too large: Line too long
7357 src/Tests/UARTtestTX.java 5 CommentSize: Comment is too large: Line too long
7358 src/Tests/UARTtestTX.java 5 CommentSize: Comment is too large: Line too long
7359 src/Tests/UARTtestTX.java 6 CommentSize: Comment is too large: Line too long
7360 src/Tests/UARTtestTX.java 6 CommentSize: Comment is too large: Line too long
7361 src/Tests/UARTtestTX.java 7 CommentSize: Comment is too large: Line too long
7362 src/Tests/UARTtestTX.java 7 CommentSize: Comment is too large: Line too long
7363 src/Tests/UARTtestTX.java 8 CommentSize: Comment is too large: Line too long
7364 src/Tests/UARTtestTX.java 8 CommentSize: Comment is too large: Line too long
7365 src/Tests/UARTtestTX.java 9 CommentSize: Comment is too large: Line too long
7366 src/Tests/UARTtestTX.java 9 CommentSize: Comment is too large: Line too long
7367 src/Tests/UARTtestTX.java 10 CommentSize: Comment is too large: Line too long
7368 src/Tests/UARTtestTX.java 10 CommentSize: Comment is too large: Line too long
7369 src/Tests/UARTtestTX.java 11 CommentSize: Comment is too large: Line too long
7370 src/Tests/UARTtestTX.java 11 CommentSize: Comment is too large: Line too long
7371 src/Tests/UARTtestTX.java 12 CommentSize: Comment is too large: Line too long
7372 src/Tests/UARTtestTX.java 12 CommentSize: Comment is too large: Line too long
7373 src/Tests/UARTtestTX.java 13 CommentSize: Comment is too large: Line too long
7374 src/Tests/UARTtestTX.java 13 CommentSize: Comment is too large: Line too long
7375 src/Tests/UARTtestTX.java 14 CommentSize: Comment is too large: Line too long
7376 src/Tests/UARTtestTX.java 14 CommentSize: Comment is too large: Line too long
7377 src/Tests/UARTtestTX.java 17 PackageCase: Package name contains upper case characters
7378 src/Tests/UARTtestTX.java 17 PackageCase: Package name contains upper case characters
7379 src/Tests/UARTtestTX.java 25 CommentSize: Comment is too large: Line too long
7380 src/Tests/UARTtestTX.java 25 CommentSize: Comment is too large: Line too long
7381 src/Tests/UARTtestTX.java 27 CommentSize: Comment is too large: Line too long
7382 src/Tests/UARTtestTX.java 27 CommentSize: Comment is too large: Line too long
7383 src/Tests/UARTtestTX.java 28 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7384 src/Tests/UARTtestTX.java 28 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7385 src/Tests/UARTtestTX.java 30 CommentRequired: Public method and constructor comments are required
7386 src/Tests/UARTtestTX.java 30 CommentRequired: Public method and constructor comments are required
7387 src/Tests/UARTtestTX.java 30 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
7388 src/Tests/UARTtestTX.java 30 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
7389 src/Tests/UARTtestTX.java 32 LocalVariableCouldBeFinal: Local variable 'port' could be declared final
7390 src/Tests/UARTtestTX.java 32 LocalVariableCouldBeFinal: Local variable 'port' could be declared final
7391 src/Tests/UARTtestTX.java 33 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7392 src/Tests/UARTtestTX.java 33 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7393 src/Tests/UARTtestTX.java 34 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7394 src/Tests/UARTtestTX.java 34 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7395 src/Tests/UARTtestTX.java 35 SystemPrintln: System.out.println is used
7396 src/Tests/UARTtestTX.java 35 SystemPrintln: System.out.println is used
7397 src/Tests/UARTtestTX.java 36 SystemPrintln: System.out.println is used
7398 src/Tests/UARTtestTX.java 36 SystemPrintln: System.out.println is used
7399 src/Tests/UARTtestTX.java 37 SystemPrintln: System.out.println is used
7400 src/Tests/UARTtestTX.java 37 SystemPrintln: System.out.println is used
7401 src/Tests/UARTtestTX.java 38 SystemPrintln: System.out.println is used
7402 src/Tests/UARTtestTX.java 38 SystemPrintln: System.out.println is used
7403 src/Tests/UARTtestTX.java 39 SystemPrintln: System.out.println is used
7404 src/Tests/UARTtestTX.java 39 SystemPrintln: System.out.println is used
7405 src/Tests/UARTtestTX.java 41 SystemPrintln: System.out.println is used
7406 src/Tests/UARTtestTX.java 41 SystemPrintln: System.out.println is used
7407 src/Tests/UARTtestTX.java 47 LocalVariableCouldBeFinal: Local variable 'message' could be declared final
7408 src/Tests/UARTtestTX.java 47 LocalVariableCouldBeFinal: Local variable 'message' could be declared final
7409 src/Tests/UARTtestTX.java 48 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7410 src/Tests/UARTtestTX.java 48 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7411 src/Tests/UARTtestTX.java 48 LocalVariableCouldBeFinal: Local variable 'buffer' could be declared final
7412 src/Tests/UARTtestTX.java 48 LocalVariableCouldBeFinal: Local variable 'buffer' could be declared final
7413 src/Tests/UARTtestTX.java 49 CloseResource: Ensure that resources like this OutputStream object are closed after use
7414 src/Tests/UARTtestTX.java 49 CloseResource: Ensure that resources like this OutputStream object are closed after use
7415 src/Tests/UARTtestTX.java 49 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7416 src/Tests/UARTtestTX.java 49 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7417 src/Tests/UARTtestTX.java 49 LocalVariableCouldBeFinal: Local variable 'output' could be declared final
7418 src/Tests/UARTtestTX.java 49 LocalVariableCouldBeFinal: Local variable 'output' could be declared final
7419 src/Tests/UARTtestTX.java 50 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7420 src/Tests/UARTtestTX.java 50 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7421 src/Tests/UARTtestTX.java 50 SystemPrintln: System.out.println is used
7422 src/Tests/UARTtestTX.java 50 SystemPrintln: System.out.println is used
7423 src/Tests/UARTtestTX.java 51 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7424 src/Tests/UARTtestTX.java 51 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7425 src/Tests/UARTtestTX.java 51 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7426 src/Tests/UARTtestTX.java 51 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7427 src/Tests/UARTtestTX.java 56 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
7428 src/Tests/UARTtestTX.java 56 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
7429 src/Tests/UARTtestTX.java 58 SystemPrintln: System.out.println is used
7430 src/Tests/UARTtestTX.java 58 SystemPrintln: System.out.println is used
7431 src/Tests/UARTtestTX.java 59 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7432 src/Tests/UARTtestTX.java 59 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7433 src/Tools/FCTRFISL.java 1 PackageCase: Package name contains upper case characters
7434 src/Tools/FCTRFISL.java 1 PackageCase: Package name contains upper case characters
7435 src/Tools/FCTRFISL.java 4 UnnecessaryImport: Unused import 'java.io.FileNotFoundException'
7436 src/Tools/FCTRFISL.java 4 UnnecessaryImport: Unused import 'java.io.FileNotFoundException'
7437 src/Tools/FCTRFISL.java 4 UnusedImports: Unused import 'java.io.FileNotFoundException'
7438 src/Tools/FCTRFISL.java 4 UnusedImports: Unused import 'java.io.FileNotFoundException'
7439 src/Tools/FCTRFISL.java 16 CommentRequired: Class comments are required
7440 src/Tools/FCTRFISL.java 16 CommentRequired: Class comments are required
7441 src/Tools/FCTRFISL.java 16 ModifiedCyclomaticComplexity: The class 'FCTRFISL' has a Modified Cyclomatic Complexity of 4 (Highest = 15).
7442 src/Tools/FCTRFISL.java 16 ModifiedCyclomaticComplexity: The class 'FCTRFISL' has a Modified Cyclomatic Complexity of 4 (Highest = 15).
7443 src/Tools/FCTRFISL.java 16 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7444 src/Tools/FCTRFISL.java 16 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7445 src/Tools/FCTRFISL.java 18 CommentRequired: Public method and constructor comments are required
7446 src/Tools/FCTRFISL.java 18 CommentRequired: Public method and constructor comments are required
7447 src/Tools/FCTRFISL.java 18 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
7448 src/Tools/FCTRFISL.java 18 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
7449 src/Tools/FCTRFISL.java 19 LocalVariableCouldBeFinal: Local variable 'lsb' could be declared final
7450 src/Tools/FCTRFISL.java 19 LocalVariableCouldBeFinal: Local variable 'lsb' could be declared final
7451 src/Tools/FCTRFISL.java 20 LocalVariableCouldBeFinal: Local variable 'msb' could be declared final
7452 src/Tools/FCTRFISL.java 20 LocalVariableCouldBeFinal: Local variable 'msb' could be declared final
7453 src/Tools/FCTRFISL.java 22 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
7454 src/Tools/FCTRFISL.java 22 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
7455 src/Tools/FCTRFISL.java 22 UselessParentheses: Useless parentheses.
7456 src/Tools/FCTRFISL.java 22 UselessParentheses: Useless parentheses.
7457 src/Tools/FCTRFISL.java 24 UselessParentheses: Useless parentheses.
7458 src/Tools/FCTRFISL.java 24 UselessParentheses: Useless parentheses.
7459 src/Tools/FCTRFISL.java 28 CommentRequired: Public method and constructor comments are required
7460 src/Tools/FCTRFISL.java 28 CommentRequired: Public method and constructor comments are required
7461 src/Tools/FCTRFISL.java 28 MethodArgumentCouldBeFinal: Parameter 'rssi_dec' is not assigned and could be declared final
7462 src/Tools/FCTRFISL.java 28 MethodArgumentCouldBeFinal: Parameter 'rssi_dec' is not assigned and could be declared final
7463 src/Tools/FCTRFISL.java 29 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
7464 src/Tools/FCTRFISL.java 29 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
7465 src/Tools/FCTRFISL.java 30 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
7466 src/Tools/FCTRFISL.java 30 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
7467 src/Tools/FCTRFISL.java 30 UselessParentheses: Useless parentheses.
7468 src/Tools/FCTRFISL.java 30 UselessParentheses: Useless parentheses.
7469 src/Tools/FCTRFISL.java 32 UselessParentheses: Useless parentheses.
7470 src/Tools/FCTRFISL.java 32 UselessParentheses: Useless parentheses.
7471 src/Tools/FCTRFISL.java 36 CommentRequired: Public method and constructor comments are required
7472 src/Tools/FCTRFISL.java 36 CommentRequired: Public method and constructor comments are required
7473 src/Tools/FCTRFISL.java 36 MethodArgumentCouldBeFinal: Parameter 'lqi' is not assigned and could be declared final
7474 src/Tools/FCTRFISL.java 36 MethodArgumentCouldBeFinal: Parameter 'lqi' is not assigned and could be declared final
7475 src/Tools/FCTRFISL.java 41 CommentRequired: Public method and constructor comments are required
7476 src/Tools/FCTRFISL.java 41 CommentRequired: Public method and constructor comments are required
7477 src/Tools/FCTRFISL.java 41 MethodArgumentCouldBeFinal: Parameter 'actual_rssi' is not assigned and could be declared final
7478 src/Tools/FCTRFISL.java 41 MethodArgumentCouldBeFinal: Parameter 'actual_rssi' is not assigned and could be declared final
7479 src/Tools/FCTRFISL.java 41 MethodArgumentCouldBeFinal: Parameter 'last_rssi' is not assigned and could be declared final
7480 src/Tools/FCTRFISL.java 41 MethodArgumentCouldBeFinal: Parameter 'last_rssi' is not assigned and could be declared final
7481 src/Tools/FCTRFISL.java 47 CommentRequired: Public method and constructor comments are required
7482 src/Tools/FCTRFISL.java 47 CommentRequired: Public method and constructor comments are required
7483 src/Tools/FCTRFISL.java 47 ExcessiveMethodLength: Avoid really long methods.
7484 src/Tools/FCTRFISL.java 47 ExcessiveMethodLength: Avoid really long methods.
7485 src/Tools/FCTRFISL.java 47 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
7486 src/Tools/FCTRFISL.java 47 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
7487 src/Tools/FCTRFISL.java 47 ModifiedCyclomaticComplexity: The method 'main' has a Modified Cyclomatic Complexity of 15.
7488 src/Tools/FCTRFISL.java 47 ModifiedCyclomaticComplexity: The method 'main' has a Modified Cyclomatic Complexity of 15.
7489 src/Tools/FCTRFISL.java 47 NPathComplexity: The method 'main(String)' has an NPath complexity of 20784, current threshold is 200
7490 src/Tools/FCTRFISL.java 47 NPathComplexity: The method 'main(String)' has an NPath complexity of 20784, current threshold is 200
7491 src/Tools/FCTRFISL.java 47 NcssCount: The method 'main(String)' has a NCSS line count of 107.
7492 src/Tools/FCTRFISL.java 47 NcssCount: The method 'main(String)' has a NCSS line count of 107.
7493 src/Tools/FCTRFISL.java 52 LocalVariableCouldBeFinal: Local variable 'file_name' could be declared final
7494 src/Tools/FCTRFISL.java 52 LocalVariableCouldBeFinal: Local variable 'file_name' could be declared final
7495 src/Tools/FCTRFISL.java 53 LocalVariableCouldBeFinal: Local variable 'hk_iterations' could be declared final
7496 src/Tools/FCTRFISL.java 53 LocalVariableCouldBeFinal: Local variable 'hk_iterations' could be declared final
7497 src/Tools/FCTRFISL.java 54 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_not_rx' (lines '54'-'162').
7498 src/Tools/FCTRFISL.java 54 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_not_rx' (lines '54'-'162').
7499 src/Tools/FCTRFISL.java 55 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '55'-'113').
7500 src/Tools/FCTRFISL.java 55 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '55'-'113').
7501 src/Tools/FCTRFISL.java 66 CloseResource: Ensure that resources like this OutputStreamWriter object are closed after use
7502 src/Tools/FCTRFISL.java 66 CloseResource: Ensure that resources like this OutputStreamWriter object are closed after use
7503 src/Tools/FCTRFISL.java 66 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'writer' (lines '66'-'70').
7504 src/Tools/FCTRFISL.java 66 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'writer' (lines '66'-'70').
7505 src/Tools/FCTRFISL.java 67 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7506 src/Tools/FCTRFISL.java 67 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7507 src/Tools/FCTRFISL.java 68 LocalVariableCouldBeFinal: Local variable 'file' could be declared final
7508 src/Tools/FCTRFISL.java 68 LocalVariableCouldBeFinal: Local variable 'file' could be declared final
7509 src/Tools/FCTRFISL.java 70 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7510 src/Tools/FCTRFISL.java 70 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7511 src/Tools/FCTRFISL.java 73 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'logger' (lines '73'-'76').
7512 src/Tools/FCTRFISL.java 73 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'logger' (lines '73'-'76').
7513 src/Tools/FCTRFISL.java 77 AvoidCatchingGenericException: Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7514 src/Tools/FCTRFISL.java 77 AvoidCatchingGenericException: Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7515 src/Tools/FCTRFISL.java 81 LocalVariableCouldBeFinal: Local variable 'conf' could be declared final
7516 src/Tools/FCTRFISL.java 81 LocalVariableCouldBeFinal: Local variable 'conf' could be declared final
7517 src/Tools/FCTRFISL.java 82 LocalVariableCouldBeFinal: Local variable 'slp' could be declared final
7518 src/Tools/FCTRFISL.java 82 LocalVariableCouldBeFinal: Local variable 'slp' could be declared final
7519 src/Tools/FCTRFISL.java 88 ShortVariable: Avoid variables with short names like s
7520 src/Tools/FCTRFISL.java 88 ShortVariable: Avoid variables with short names like s
7521 src/Tools/FCTRFISL.java 91 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7522 src/Tools/FCTRFISL.java 91 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7523 src/Tools/FCTRFISL.java 92 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7524 src/Tools/FCTRFISL.java 92 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7525 src/Tools/FCTRFISL.java 93 LocalVariableCouldBeFinal: Local variable 'telemetry' could be declared final
7526 src/Tools/FCTRFISL.java 93 LocalVariableCouldBeFinal: Local variable 'telemetry' could be declared final
7527 src/Tools/FCTRFISL.java 97 UselessParentheses: Useless parentheses.
7528 src/Tools/FCTRFISL.java 97 UselessParentheses: Useless parentheses.
7529 src/Tools/FCTRFISL.java 99 UselessParentheses: Useless parentheses.
7530 src/Tools/FCTRFISL.java 99 UselessParentheses: Useless parentheses.
7531 src/Tools/FCTRFISL.java 100 UselessParentheses: Useless parentheses.
7532 src/Tools/FCTRFISL.java 100 UselessParentheses: Useless parentheses.
7533 src/Tools/FCTRFISL.java 101 UselessParentheses: Useless parentheses.
7534 src/Tools/FCTRFISL.java 101 UselessParentheses: Useless parentheses.
7535 src/Tools/FCTRFISL.java 104 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
7536 src/Tools/FCTRFISL.java 104 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
7537 src/Tools/FCTRFISL.java 104 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '104'-'105').
7538 src/Tools/FCTRFISL.java 104 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '104'-'105').
7539 src/Tools/FCTRFISL.java 105 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '105'-'106').
7540 src/Tools/FCTRFISL.java 105 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '105'-'106').
7541 src/Tools/FCTRFISL.java 106 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '106'-'107').
7542 src/Tools/FCTRFISL.java 106 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '106'-'107').
7543 src/Tools/FCTRFISL.java 107 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '107'-'108').
7544 src/Tools/FCTRFISL.java 107 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '107'-'108').
7545 src/Tools/FCTRFISL.java 109 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
7546 src/Tools/FCTRFISL.java 109 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
7547 src/Tools/FCTRFISL.java 109 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
7548 src/Tools/FCTRFISL.java 109 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
7549 src/Tools/FCTRFISL.java 113 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '113'-'117').
7550 src/Tools/FCTRFISL.java 113 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '113'-'117').
7551 src/Tools/FCTRFISL.java 113 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '113'-'121').
7552 src/Tools/FCTRFISL.java 113 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '113'-'121').
7553 src/Tools/FCTRFISL.java 113 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '113'-'125').
7554 src/Tools/FCTRFISL.java 113 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '113'-'125').
7555 src/Tools/FCTRFISL.java 113 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '113'-'129').
7556 src/Tools/FCTRFISL.java 113 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '113'-'129').
7557 src/Tools/FCTRFISL.java 113 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '113'-'133').
7558 src/Tools/FCTRFISL.java 113 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '113'-'133').
7559 src/Tools/FCTRFISL.java 113 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '113'-'137').
7560 src/Tools/FCTRFISL.java 113 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '113'-'137').
7561 src/Tools/FCTRFISL.java 113 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '113'-'141').
7562 src/Tools/FCTRFISL.java 113 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '113'-'141').
7563 src/Tools/FCTRFISL.java 114 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7564 src/Tools/FCTRFISL.java 114 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7565 src/Tools/FCTRFISL.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '117'-'121').
7566 src/Tools/FCTRFISL.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '117'-'121').
7567 src/Tools/FCTRFISL.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '117'-'125').
7568 src/Tools/FCTRFISL.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '117'-'125').
7569 src/Tools/FCTRFISL.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '117'-'129').
7570 src/Tools/FCTRFISL.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '117'-'129').
7571 src/Tools/FCTRFISL.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '117'-'133').
7572 src/Tools/FCTRFISL.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '117'-'133').
7573 src/Tools/FCTRFISL.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '117'-'137').
7574 src/Tools/FCTRFISL.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '117'-'137').
7575 src/Tools/FCTRFISL.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '117'-'141').
7576 src/Tools/FCTRFISL.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '117'-'141').
7577 src/Tools/FCTRFISL.java 118 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7578 src/Tools/FCTRFISL.java 118 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7579 src/Tools/FCTRFISL.java 120 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
7580 src/Tools/FCTRFISL.java 120 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
7581 src/Tools/FCTRFISL.java 121 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '121'-'125').
7582 src/Tools/FCTRFISL.java 121 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '121'-'125').
7583 src/Tools/FCTRFISL.java 121 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '121'-'129').
7584 src/Tools/FCTRFISL.java 121 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '121'-'129').
7585 src/Tools/FCTRFISL.java 121 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '121'-'133').
7586 src/Tools/FCTRFISL.java 121 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '121'-'133').
7587 src/Tools/FCTRFISL.java 121 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '121'-'137').
7588 src/Tools/FCTRFISL.java 121 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '121'-'137').
7589 src/Tools/FCTRFISL.java 121 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '121'-'141').
7590 src/Tools/FCTRFISL.java 121 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '121'-'141').
7591 src/Tools/FCTRFISL.java 122 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7592 src/Tools/FCTRFISL.java 122 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7593 src/Tools/FCTRFISL.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '125'-'129').
7594 src/Tools/FCTRFISL.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '125'-'129').
7595 src/Tools/FCTRFISL.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '125'-'133').
7596 src/Tools/FCTRFISL.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '125'-'133').
7597 src/Tools/FCTRFISL.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '125'-'137').
7598 src/Tools/FCTRFISL.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '125'-'137').
7599 src/Tools/FCTRFISL.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '125'-'141').
7600 src/Tools/FCTRFISL.java 125 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '125'-'141').
7601 src/Tools/FCTRFISL.java 126 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7602 src/Tools/FCTRFISL.java 126 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7603 src/Tools/FCTRFISL.java 129 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '129'-'133').
7604 src/Tools/FCTRFISL.java 129 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '129'-'133').
7605 src/Tools/FCTRFISL.java 129 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '129'-'137').
7606 src/Tools/FCTRFISL.java 129 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '129'-'137').
7607 src/Tools/FCTRFISL.java 129 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '129'-'141').
7608 src/Tools/FCTRFISL.java 129 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '129'-'141').
7609 src/Tools/FCTRFISL.java 130 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7610 src/Tools/FCTRFISL.java 130 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7611 src/Tools/FCTRFISL.java 133 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '133'-'137').
7612 src/Tools/FCTRFISL.java 133 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '133'-'137').
7613 src/Tools/FCTRFISL.java 133 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '133'-'141').
7614 src/Tools/FCTRFISL.java 133 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '133'-'141').
7615 src/Tools/FCTRFISL.java 134 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7616 src/Tools/FCTRFISL.java 134 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7617 src/Tools/FCTRFISL.java 137 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '137'-'113').
7618 src/Tools/FCTRFISL.java 137 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '137'-'113').
7619 src/Tools/FCTRFISL.java 137 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '137'-'117').
7620 src/Tools/FCTRFISL.java 137 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '137'-'117').
7621 src/Tools/FCTRFISL.java 137 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '137'-'121').
7622 src/Tools/FCTRFISL.java 137 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '137'-'121').
7623 src/Tools/FCTRFISL.java 137 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '137'-'125').
7624 src/Tools/FCTRFISL.java 137 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '137'-'125').
7625 src/Tools/FCTRFISL.java 137 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '137'-'129').
7626 src/Tools/FCTRFISL.java 137 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '137'-'129').
7627 src/Tools/FCTRFISL.java 137 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '137'-'133').
7628 src/Tools/FCTRFISL.java 137 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '137'-'133').
7629 src/Tools/FCTRFISL.java 137 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '137'-'141').
7630 src/Tools/FCTRFISL.java 137 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hk_rx_bad' (lines '137'-'141').
7631 src/Tools/FCTRFISL.java 138 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7632 src/Tools/FCTRFISL.java 138 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7633 src/Tools/FCTRFISL.java 140 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
7634 src/Tools/FCTRFISL.java 140 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
7635 src/Tools/FCTRFISL.java 140 UseUnderscoresInNumericLiterals: Number 10000000 should separate every third digit with an underscore
7636 src/Tools/FCTRFISL.java 140 UseUnderscoresInNumericLiterals: Number 10000000 should separate every third digit with an underscore
7637 src/Tools/FCTRFISL.java 142 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7638 src/Tools/FCTRFISL.java 142 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7639 src/Tools/FCTRFISL.java 146 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7640 src/Tools/FCTRFISL.java 146 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7641 src/Tools/FCTRFISL.java 147 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7642 src/Tools/FCTRFISL.java 147 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7643 src/Tools/FCTRFISL.java 148 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7644 src/Tools/FCTRFISL.java 148 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7645 src/Tools/FCTRFISL.java 149 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7646 src/Tools/FCTRFISL.java 149 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7647 src/Tools/FCTRFISL.java 150 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7648 src/Tools/FCTRFISL.java 150 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7649 src/Tools/FCTRFISL.java 151 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7650 src/Tools/FCTRFISL.java 151 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7651 src/Tools/FCTRFISL.java 152 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7652 src/Tools/FCTRFISL.java 152 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7653 src/Tools/FCTRFISL.java 153 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7654 src/Tools/FCTRFISL.java 153 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7655 src/Tools/FCTRFISL.java 154 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7656 src/Tools/FCTRFISL.java 154 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7657 src/Tools/FCTRFISL.java 155 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7658 src/Tools/FCTRFISL.java 155 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7659 src/Tools/FCTRFISL.java 156 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7660 src/Tools/FCTRFISL.java 156 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7661 src/Tools/FCTRFISL.java 156 UseUnderscoresInNumericLiterals: Number 1000000 should separate every third digit with an underscore
7662 src/Tools/FCTRFISL.java 156 UseUnderscoresInNumericLiterals: Number 1000000 should separate every third digit with an underscore
7663 src/Tools/FCTRFISL.java 157 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7664 src/Tools/FCTRFISL.java 157 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7665 src/Tools/FCTRFISL.java 160 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7666 src/Tools/FCTRFISL.java 160 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7667 src/Tools/FCTRFISL.java 161 SystemPrintln: System.out.println is used
7668 src/Tools/FCTRFISL.java 161 SystemPrintln: System.out.println is used
7669 src/Tools/FCTRFISL.java 164 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7670 src/Tools/FCTRFISL.java 164 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7671 src/Tools/FCTRFISL.java 165 SystemPrintln: System.out.println is used
7672 src/Tools/FCTRFISL.java 165 SystemPrintln: System.out.println is used
7673 src/Tools/FCTRFISL.java 174 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7674 src/Tools/FCTRFISL.java 174 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7675 src/Tools/FCTRFISL.java 175 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7676 src/Tools/FCTRFISL.java 175 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7677 src/Tools/FCTRFISL.java 176 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7678 src/Tools/FCTRFISL.java 176 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7679 src/Tools/FCTRFISL.java 177 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7680 src/Tools/FCTRFISL.java 177 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7681 src/Tools/FCTRFISL.java 178 ControlStatementBraces: This statement should have braces
7682 src/Tools/FCTRFISL.java 178 ControlStatementBraces: This statement should have braces
7683 src/Tools/FCTRFISL.java 178 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7684 src/Tools/FCTRFISL.java 178 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7685 src/Tools/FCTRFISL.java 179 ControlStatementBraces: This statement should have braces
7686 src/Tools/FCTRFISL.java 179 ControlStatementBraces: This statement should have braces
7687 src/Tools/FCTRFISL.java 179 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7688 src/Tools/FCTRFISL.java 179 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
7689 src/Tools/FCTRFISL.java 181 SystemPrintln: System.out.println is used
7690 src/Tools/FCTRFISL.java 181 SystemPrintln: System.out.println is used
7691 src/Tools/GroundSegment.java 1 PackageCase: Package name contains upper case characters
7692 src/Tools/GroundSegment.java 1 PackageCase: Package name contains upper case characters
7693 src/Tools/GroundSegment.java 10 CommentRequired: Class comments are required
7694 src/Tools/GroundSegment.java 10 CommentRequired: Class comments are required
7695 src/Tools/GroundSegment.java 10 ModifiedCyclomaticComplexity: The class 'GroundSegment' has a Modified Cyclomatic Complexity of 18 (Highest = 17).
7696 src/Tools/GroundSegment.java 10 ModifiedCyclomaticComplexity: The class 'GroundSegment' has a Modified Cyclomatic Complexity of 18 (Highest = 17).
7697 src/Tools/GroundSegment.java 10 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7698 src/Tools/GroundSegment.java 10 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7699 src/Tools/GroundSegment.java 12 CommentRequired: Public method and constructor comments are required
7700 src/Tools/GroundSegment.java 12 CommentRequired: Public method and constructor comments are required
7701 src/Tools/GroundSegment.java 12 ExcessiveMethodLength: Avoid really long methods.
7702 src/Tools/GroundSegment.java 12 ExcessiveMethodLength: Avoid really long methods.
7703 src/Tools/GroundSegment.java 12 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
7704 src/Tools/GroundSegment.java 12 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
7705 src/Tools/GroundSegment.java 12 ModifiedCyclomaticComplexity: The method 'main' has a Modified Cyclomatic Complexity of 17.
7706 src/Tools/GroundSegment.java 12 ModifiedCyclomaticComplexity: The method 'main' has a Modified Cyclomatic Complexity of 17.
7707 src/Tools/GroundSegment.java 12 NcssCount: The method 'main(String)' has a NCSS line count of 93.
7708 src/Tools/GroundSegment.java 12 NcssCount: The method 'main(String)' has a NCSS line count of 93.
7709 src/Tools/GroundSegment.java 14 SystemPrintln: System.out.println is used
7710 src/Tools/GroundSegment.java 14 SystemPrintln: System.out.println is used
7711 src/Tools/GroundSegment.java 15 SystemPrintln: System.out.println is used
7712 src/Tools/GroundSegment.java 15 SystemPrintln: System.out.println is used
7713 src/Tools/GroundSegment.java 16 SystemPrintln: System.out.println is used
7714 src/Tools/GroundSegment.java 16 SystemPrintln: System.out.println is used
7715 src/Tools/GroundSegment.java 17 SystemPrintln: System.out.println is used
7716 src/Tools/GroundSegment.java 17 SystemPrintln: System.out.println is used
7717 src/Tools/GroundSegment.java 18 SystemPrintln: System.out.println is used
7718 src/Tools/GroundSegment.java 18 SystemPrintln: System.out.println is used
7719 src/Tools/GroundSegment.java 19 SystemPrintln: System.out.println is used
7720 src/Tools/GroundSegment.java 19 SystemPrintln: System.out.println is used
7721 src/Tools/GroundSegment.java 20 SystemPrintln: System.out.println is used
7722 src/Tools/GroundSegment.java 20 SystemPrintln: System.out.println is used
7723 src/Tools/GroundSegment.java 21 SystemPrintln: System.out.println is used
7724 src/Tools/GroundSegment.java 21 SystemPrintln: System.out.println is used
7725 src/Tools/GroundSegment.java 22 SystemPrintln: System.out.println is used
7726 src/Tools/GroundSegment.java 22 SystemPrintln: System.out.println is used
7727 src/Tools/GroundSegment.java 24 SystemPrintln: System.out.println is used
7728 src/Tools/GroundSegment.java 24 SystemPrintln: System.out.println is used
7729 src/Tools/GroundSegment.java 25 LocalVariableCouldBeFinal: Local variable 'timer' could be declared final
7730 src/Tools/GroundSegment.java 25 LocalVariableCouldBeFinal: Local variable 'timer' could be declared final
7731 src/Tools/GroundSegment.java 26 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
7732 src/Tools/GroundSegment.java 26 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
7733 src/Tools/GroundSegment.java 26 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
7734 src/Tools/GroundSegment.java 26 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
7735 src/Tools/GroundSegment.java 26 LocalVariableCouldBeFinal: Local variable 'ground_station' could be declared final
7736 src/Tools/GroundSegment.java 26 LocalVariableCouldBeFinal: Local variable 'ground_station' could be declared final
7737 src/Tools/GroundSegment.java 27 CloseResource: Ensure that resources like this InputStream object are closed after use
7738 src/Tools/GroundSegment.java 27 CloseResource: Ensure that resources like this InputStream object are closed after use
7739 src/Tools/GroundSegment.java 27 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'bufferRead' (lines '27'-'120').
7740 src/Tools/GroundSegment.java 27 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'bufferRead' (lines '27'-'120').
7741 src/Tools/GroundSegment.java 27 LocalVariableCouldBeFinal: Local variable 'bufferRead' could be declared final
7742 src/Tools/GroundSegment.java 27 LocalVariableCouldBeFinal: Local variable 'bufferRead' could be declared final
7743 src/Tools/GroundSegment.java 35 SystemPrintln: System.out.println is used
7744 src/Tools/GroundSegment.java 35 SystemPrintln: System.out.println is used
7745 src/Tools/GroundSegment.java 38 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
7746 src/Tools/GroundSegment.java 38 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
7747 src/Tools/GroundSegment.java 39 SystemPrintln: System.out.println is used
7748 src/Tools/GroundSegment.java 39 SystemPrintln: System.out.println is used
7749 src/Tools/GroundSegment.java 41 SystemPrintln: System.out.println is used
7750 src/Tools/GroundSegment.java 41 SystemPrintln: System.out.println is used
7751 src/Tools/GroundSegment.java 42 SystemPrintln: System.out.println is used
7752 src/Tools/GroundSegment.java 42 SystemPrintln: System.out.println is used
7753 src/Tools/GroundSegment.java 47 SystemPrintln: System.out.println is used
7754 src/Tools/GroundSegment.java 47 SystemPrintln: System.out.println is used
7755 src/Tools/GroundSegment.java 48 SystemPrintln: System.out.println is used
7756 src/Tools/GroundSegment.java 48 SystemPrintln: System.out.println is used
7757 src/Tools/GroundSegment.java 49 SystemPrintln: System.out.println is used
7758 src/Tools/GroundSegment.java 49 SystemPrintln: System.out.println is used
7759 src/Tools/GroundSegment.java 50 SystemPrintln: System.out.println is used
7760 src/Tools/GroundSegment.java 50 SystemPrintln: System.out.println is used
7761 src/Tools/GroundSegment.java 51 SystemPrintln: System.out.println is used
7762 src/Tools/GroundSegment.java 51 SystemPrintln: System.out.println is used
7763 src/Tools/GroundSegment.java 52 SystemPrintln: System.out.println is used
7764 src/Tools/GroundSegment.java 52 SystemPrintln: System.out.println is used
7765 src/Tools/GroundSegment.java 53 SystemPrintln: System.out.println is used
7766 src/Tools/GroundSegment.java 53 SystemPrintln: System.out.println is used
7767 src/Tools/GroundSegment.java 54 SystemPrintln: System.out.println is used
7768 src/Tools/GroundSegment.java 54 SystemPrintln: System.out.println is used
7769 src/Tools/GroundSegment.java 55 SystemPrintln: System.out.println is used
7770 src/Tools/GroundSegment.java 55 SystemPrintln: System.out.println is used
7771 src/Tools/GroundSegment.java 56 SystemPrintln: System.out.println is used
7772 src/Tools/GroundSegment.java 56 SystemPrintln: System.out.println is used
7773 src/Tools/GroundSegment.java 57 SystemPrintln: System.out.println is used
7774 src/Tools/GroundSegment.java 57 SystemPrintln: System.out.println is used
7775 src/Tools/GroundSegment.java 58 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
7776 src/Tools/GroundSegment.java 58 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
7777 src/Tools/GroundSegment.java 59 SystemPrintln: System.out.println is used
7778 src/Tools/GroundSegment.java 59 SystemPrintln: System.out.println is used
7779 src/Tools/GroundSegment.java 60 SystemPrintln: System.out.print is used
7780 src/Tools/GroundSegment.java 60 SystemPrintln: System.out.print is used
7781 src/Tools/GroundSegment.java 61 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
7782 src/Tools/GroundSegment.java 61 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
7783 src/Tools/GroundSegment.java 61 LocalVariableCouldBeFinal: Local variable 's' could be declared final
7784 src/Tools/GroundSegment.java 61 LocalVariableCouldBeFinal: Local variable 's' could be declared final
7785 src/Tools/GroundSegment.java 61 ShortVariable: Avoid variables with short names like s
7786 src/Tools/GroundSegment.java 61 ShortVariable: Avoid variables with short names like s
7787 src/Tools/GroundSegment.java 61 UseLocaleWithCaseConversions: When doing a String.toLowerCase()/toUpperCase() call, use a Locale
7788 src/Tools/GroundSegment.java 61 UseLocaleWithCaseConversions: When doing a String.toLowerCase()/toUpperCase() call, use a Locale
7789 src/Tools/GroundSegment.java 62 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7790 src/Tools/GroundSegment.java 62 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7791 src/Tools/GroundSegment.java 63 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7792 src/Tools/GroundSegment.java 63 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7793 src/Tools/GroundSegment.java 64 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
7794 src/Tools/GroundSegment.java 64 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
7795 src/Tools/GroundSegment.java 68 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
7796 src/Tools/GroundSegment.java 68 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
7797 src/Tools/GroundSegment.java 69 SystemPrintln: System.out.println is used
7798 src/Tools/GroundSegment.java 69 SystemPrintln: System.out.println is used
7799 src/Tools/GroundSegment.java 71 SystemPrintln: System.out.println is used
7800 src/Tools/GroundSegment.java 71 SystemPrintln: System.out.println is used
7801 src/Tools/GroundSegment.java 74 SystemPrintln: System.out.println is used
7802 src/Tools/GroundSegment.java 74 SystemPrintln: System.out.println is used
7803 src/Tools/GroundSegment.java 77 SystemPrintln: System.out.println is used
7804 src/Tools/GroundSegment.java 77 SystemPrintln: System.out.println is used
7805 src/Tools/GroundSegment.java 79 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7806 src/Tools/GroundSegment.java 79 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7807 src/Tools/GroundSegment.java 81 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
7808 src/Tools/GroundSegment.java 81 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
7809 src/Tools/GroundSegment.java 82 SystemPrintln: System.out.println is used
7810 src/Tools/GroundSegment.java 82 SystemPrintln: System.out.println is used
7811 src/Tools/GroundSegment.java 84 SystemPrintln: System.out.println is used
7812 src/Tools/GroundSegment.java 84 SystemPrintln: System.out.println is used
7813 src/Tools/GroundSegment.java 86 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7814 src/Tools/GroundSegment.java 86 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7815 src/Tools/GroundSegment.java 88 ConfusingTernary: Avoid if (x != y) ..; else ..;
7816 src/Tools/GroundSegment.java 88 ConfusingTernary: Avoid if (x != y) ..; else ..;
7817 src/Tools/GroundSegment.java 89 SystemPrintln: System.out.println is used
7818 src/Tools/GroundSegment.java 89 SystemPrintln: System.out.println is used
7819 src/Tools/GroundSegment.java 91 SystemPrintln: System.out.println is used
7820 src/Tools/GroundSegment.java 91 SystemPrintln: System.out.println is used
7821 src/Tools/GroundSegment.java 93 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7822 src/Tools/GroundSegment.java 93 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7823 src/Tools/GroundSegment.java 94 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
7824 src/Tools/GroundSegment.java 94 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
7825 src/Tools/GroundSegment.java 95 SystemPrintln: System.out.println is used
7826 src/Tools/GroundSegment.java 95 SystemPrintln: System.out.println is used
7827 src/Tools/GroundSegment.java 97 SystemPrintln: System.out.println is used
7828 src/Tools/GroundSegment.java 97 SystemPrintln: System.out.println is used
7829 src/Tools/GroundSegment.java 99 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7830 src/Tools/GroundSegment.java 99 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7831 src/Tools/GroundSegment.java 101 SystemPrintln: System.out.println is used
7832 src/Tools/GroundSegment.java 101 SystemPrintln: System.out.println is used
7833 src/Tools/GroundSegment.java 102 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7834 src/Tools/GroundSegment.java 102 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7835 src/Tools/GroundSegment.java 104 SystemPrintln: System.out.println is used
7836 src/Tools/GroundSegment.java 104 SystemPrintln: System.out.println is used
7837 src/Tools/GroundSegment.java 105 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7838 src/Tools/GroundSegment.java 105 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
7839 src/Tools/GroundSegment.java 107 EmptyControlStatement: Empty while statement
7840 src/Tools/GroundSegment.java 107 EmptyControlStatement: Empty while statement
7841 src/Tools/GroundSegment.java 112 SystemPrintln: System.out.println is used
7842 src/Tools/GroundSegment.java 112 SystemPrintln: System.out.println is used
7843 src/Tools/GroundSegment.java 114 SystemPrintln: System.out.println is used
7844 src/Tools/GroundSegment.java 114 SystemPrintln: System.out.println is used
7845 src/Tools/GroundSegment.java 117 SystemPrintln: System.out.println is used
7846 src/Tools/GroundSegment.java 117 SystemPrintln: System.out.println is used
7847 src/Tools/GroundSegment.java 119 SystemPrintln: System.out.println is used
7848 src/Tools/GroundSegment.java 119 SystemPrintln: System.out.println is used
7849 src/Tools/GroundStation.java 1 PackageCase: Package name contains upper case characters
7850 src/Tools/GroundStation.java 1 PackageCase: Package name contains upper case characters
7851 src/Tools/GroundStation.java 19 CommentRequired: Class comments are required
7852 src/Tools/GroundStation.java 19 CommentRequired: Class comments are required
7853 src/Tools/GroundStation.java 19 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
7854 src/Tools/GroundStation.java 19 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
7855 src/Tools/GroundStation.java 19 GodClass: Possible God Class (WMC=88, ATFD=102, TCC=29.915%)
7856 src/Tools/GroundStation.java 19 GodClass: Possible God Class (WMC=88, ATFD=102, TCC=29.915%)
7857 src/Tools/GroundStation.java 19 ModifiedCyclomaticComplexity: The class 'GroundStation' has a Modified Cyclomatic Complexity of 3 (Highest = 23).
7858 src/Tools/GroundStation.java 19 ModifiedCyclomaticComplexity: The class 'GroundStation' has a Modified Cyclomatic Complexity of 3 (Highest = 23).
7859 src/Tools/GroundStation.java 20 TooManyMethods: This class has too many methods, consider refactoring it.
7860 src/Tools/GroundStation.java 20 TooManyMethods: This class has too many methods, consider refactoring it.
7861 src/Tools/GroundStation.java 21 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7862 src/Tools/GroundStation.java 21 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7863 src/Tools/GroundStation.java 21 CommentRequired: Field comments are required
7864 src/Tools/GroundStation.java 21 CommentRequired: Field comments are required
7865 src/Tools/GroundStation.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7866 src/Tools/GroundStation.java 22 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7867 src/Tools/GroundStation.java 22 CommentRequired: Field comments are required
7868 src/Tools/GroundStation.java 22 CommentRequired: Field comments are required
7869 src/Tools/GroundStation.java 22 ImmutableField: Private field 'm_gs_id' could be made final; it is only initialized in the declaration or constructor.
7870 src/Tools/GroundStation.java 22 ImmutableField: Private field 'm_gs_id' could be made final; it is only initialized in the declaration or constructor.
7871 src/Tools/GroundStation.java 23 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7872 src/Tools/GroundStation.java 23 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7873 src/Tools/GroundStation.java 23 CommentRequired: Field comments are required
7874 src/Tools/GroundStation.java 23 CommentRequired: Field comments are required
7875 src/Tools/GroundStation.java 23 ImmutableField: Private field 'm_prot_num' could be made final; it is only initialized in the declaration or constructor.
7876 src/Tools/GroundStation.java 23 ImmutableField: Private field 'm_prot_num' could be made final; it is only initialized in the declaration or constructor.
7877 src/Tools/GroundStation.java 24 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7878 src/Tools/GroundStation.java 24 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7879 src/Tools/GroundStation.java 24 CommentRequired: Field comments are required
7880 src/Tools/GroundStation.java 24 CommentRequired: Field comments are required
7881 src/Tools/GroundStation.java 24 LongVariable: Avoid excessively long variable names like m_tx_packet_counter
7882 src/Tools/GroundStation.java 24 LongVariable: Avoid excessively long variable names like m_tx_packet_counter
7883 src/Tools/GroundStation.java 25 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7884 src/Tools/GroundStation.java 25 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7885 src/Tools/GroundStation.java 25 CommentRequired: Field comments are required
7886 src/Tools/GroundStation.java 25 CommentRequired: Field comments are required
7887 src/Tools/GroundStation.java 25 ImmutableField: Private field 'm_rx_packet_timeout' could be made final; it is only initialized in the declaration or constructor.
7888 src/Tools/GroundStation.java 25 ImmutableField: Private field 'm_rx_packet_timeout' could be made final; it is only initialized in the declaration or constructor.
7889 src/Tools/GroundStation.java 25 LongVariable: Avoid excessively long variable names like m_rx_packet_timeout
7890 src/Tools/GroundStation.java 25 LongVariable: Avoid excessively long variable names like m_rx_packet_timeout
7891 src/Tools/GroundStation.java 26 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7892 src/Tools/GroundStation.java 26 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7893 src/Tools/GroundStation.java 26 CommentRequired: Field comments are required
7894 src/Tools/GroundStation.java 26 CommentRequired: Field comments are required
7895 src/Tools/GroundStation.java 26 ImmutableField: Private field 'm_rx_packet_backoff' could be made final; it is only initialized in the declaration or constructor.
7896 src/Tools/GroundStation.java 26 ImmutableField: Private field 'm_rx_packet_backoff' could be made final; it is only initialized in the declaration or constructor.
7897 src/Tools/GroundStation.java 26 LongVariable: Avoid excessively long variable names like m_rx_packet_backoff
7898 src/Tools/GroundStation.java 26 LongVariable: Avoid excessively long variable names like m_rx_packet_backoff
7899 src/Tools/GroundStation.java 27 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7900 src/Tools/GroundStation.java 27 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7901 src/Tools/GroundStation.java 27 CommentRequired: Field comments are required
7902 src/Tools/GroundStation.java 27 CommentRequired: Field comments are required
7903 src/Tools/GroundStation.java 27 ImmutableField: Private field 'm_hello_timeout' could be made final; it is only initialized in the declaration or constructor.
7904 src/Tools/GroundStation.java 27 ImmutableField: Private field 'm_hello_timeout' could be made final; it is only initialized in the declaration or constructor.
7905 src/Tools/GroundStation.java 28 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7906 src/Tools/GroundStation.java 28 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7907 src/Tools/GroundStation.java 28 CommentRequired: Field comments are required
7908 src/Tools/GroundStation.java 28 CommentRequired: Field comments are required
7909 src/Tools/GroundStation.java 28 ImmutableField: Private field 'm_rx_packet_max' could be made final; it is only initialized in the declaration or constructor.
7910 src/Tools/GroundStation.java 28 ImmutableField: Private field 'm_rx_packet_max' could be made final; it is only initialized in the declaration or constructor.
7911 src/Tools/GroundStation.java 28 SingularField: Perhaps 'm_rx_packet_max' could be replaced by a local variable.
7912 src/Tools/GroundStation.java 28 SingularField: Perhaps 'm_rx_packet_max' could be replaced by a local variable.
7913 src/Tools/GroundStation.java 29 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7914 src/Tools/GroundStation.java 29 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7915 src/Tools/GroundStation.java 29 CommentRequired: Field comments are required
7916 src/Tools/GroundStation.java 29 CommentRequired: Field comments are required
7917 src/Tools/GroundStation.java 30 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7918 src/Tools/GroundStation.java 30 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7919 src/Tools/GroundStation.java 30 CommentRequired: Field comments are required
7920 src/Tools/GroundStation.java 30 CommentRequired: Field comments are required
7921 src/Tools/GroundStation.java 31 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7922 src/Tools/GroundStation.java 31 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7923 src/Tools/GroundStation.java 31 CommentRequired: Field comments are required
7924 src/Tools/GroundStation.java 31 CommentRequired: Field comments are required
7925 src/Tools/GroundStation.java 31 ImmutableField: Private field 'm_alive_timeout' could be made final; it is only initialized in the declaration or constructor.
7926 src/Tools/GroundStation.java 31 ImmutableField: Private field 'm_alive_timeout' could be made final; it is only initialized in the declaration or constructor.
7927 src/Tools/GroundStation.java 32 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7928 src/Tools/GroundStation.java 32 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7929 src/Tools/GroundStation.java 32 CommentRequired: Field comments are required
7930 src/Tools/GroundStation.java 32 CommentRequired: Field comments are required
7931 src/Tools/GroundStation.java 33 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7932 src/Tools/GroundStation.java 33 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7933 src/Tools/GroundStation.java 33 CommentRequired: Field comments are required
7934 src/Tools/GroundStation.java 33 CommentRequired: Field comments are required
7935 src/Tools/GroundStation.java 34 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7936 src/Tools/GroundStation.java 34 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7937 src/Tools/GroundStation.java 34 CommentRequired: Field comments are required
7938 src/Tools/GroundStation.java 34 CommentRequired: Field comments are required
7939 src/Tools/GroundStation.java 34 ImmutableField: Private field 'm_alive_max' could be made final; it is only initialized in the declaration or constructor.
7940 src/Tools/GroundStation.java 34 ImmutableField: Private field 'm_alive_max' could be made final; it is only initialized in the declaration or constructor.
7941 src/Tools/GroundStation.java 35 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7942 src/Tools/GroundStation.java 35 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7943 src/Tools/GroundStation.java 35 CommentRequired: Field comments are required
7944 src/Tools/GroundStation.java 35 CommentRequired: Field comments are required
7945 src/Tools/GroundStation.java 36 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7946 src/Tools/GroundStation.java 36 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7947 src/Tools/GroundStation.java 36 CommentRequired: Field comments are required
7948 src/Tools/GroundStation.java 36 CommentRequired: Field comments are required
7949 src/Tools/GroundStation.java 37 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7950 src/Tools/GroundStation.java 37 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7951 src/Tools/GroundStation.java 37 CommentRequired: Field comments are required
7952 src/Tools/GroundStation.java 37 CommentRequired: Field comments are required
7953 src/Tools/GroundStation.java 38 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7954 src/Tools/GroundStation.java 38 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7955 src/Tools/GroundStation.java 38 CommentRequired: Field comments are required
7956 src/Tools/GroundStation.java 38 CommentRequired: Field comments are required
7957 src/Tools/GroundStation.java 39 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7958 src/Tools/GroundStation.java 39 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7959 src/Tools/GroundStation.java 39 CommentRequired: Field comments are required
7960 src/Tools/GroundStation.java 39 CommentRequired: Field comments are required
7961 src/Tools/GroundStation.java 39 ImmutableField: Private field 'm_waiting_timeout' could be made final; it is only initialized in the declaration or constructor.
7962 src/Tools/GroundStation.java 39 ImmutableField: Private field 'm_waiting_timeout' could be made final; it is only initialized in the declaration or constructor.
7963 src/Tools/GroundStation.java 40 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7964 src/Tools/GroundStation.java 40 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7965 src/Tools/GroundStation.java 40 CommentRequired: Field comments are required
7966 src/Tools/GroundStation.java 40 CommentRequired: Field comments are required
7967 src/Tools/GroundStation.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7968 src/Tools/GroundStation.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7969 src/Tools/GroundStation.java 41 CommentRequired: Field comments are required
7970 src/Tools/GroundStation.java 41 CommentRequired: Field comments are required
7971 src/Tools/GroundStation.java 41 ImmutableField: Private field 'm_waiting_max' could be made final; it is only initialized in the declaration or constructor.
7972 src/Tools/GroundStation.java 41 ImmutableField: Private field 'm_waiting_max' could be made final; it is only initialized in the declaration or constructor.
7973 src/Tools/GroundStation.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7974 src/Tools/GroundStation.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7975 src/Tools/GroundStation.java 42 CommentRequired: Field comments are required
7976 src/Tools/GroundStation.java 42 CommentRequired: Field comments are required
7977 src/Tools/GroundStation.java 42 LongVariable: Avoid excessively long variable names like m_rx_packet_type_waiting
7978 src/Tools/GroundStation.java 42 LongVariable: Avoid excessively long variable names like m_rx_packet_type_waiting
7979 src/Tools/GroundStation.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7980 src/Tools/GroundStation.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7981 src/Tools/GroundStation.java 43 CommentRequired: Field comments are required
7982 src/Tools/GroundStation.java 43 CommentRequired: Field comments are required
7983 src/Tools/GroundStation.java 43 ImmutableField: Private field 'm_empty_data' could be made final; it is only initialized in the declaration or constructor.
7984 src/Tools/GroundStation.java 43 ImmutableField: Private field 'm_empty_data' could be made final; it is only initialized in the declaration or constructor.
7985 src/Tools/GroundStation.java 43 SingularField: Perhaps 'm_empty_data' could be replaced by a local variable.
7986 src/Tools/GroundStation.java 43 SingularField: Perhaps 'm_empty_data' could be replaced by a local variable.
7987 src/Tools/GroundStation.java 43 UnusedPrivateField: Avoid unused private fields such as 'm_empty_data'.
7988 src/Tools/GroundStation.java 43 UnusedPrivateField: Avoid unused private fields such as 'm_empty_data'.
7989 src/Tools/GroundStation.java 44 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7990 src/Tools/GroundStation.java 44 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7991 src/Tools/GroundStation.java 44 CommentRequired: Field comments are required
7992 src/Tools/GroundStation.java 44 CommentRequired: Field comments are required
7993 src/Tools/GroundStation.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7994 src/Tools/GroundStation.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
7995 src/Tools/GroundStation.java 45 CommentRequired: Field comments are required
7996 src/Tools/GroundStation.java 45 CommentRequired: Field comments are required
7997 src/Tools/GroundStation.java 45 ImmutableField: Private field 'm_tx_packet' could be made final; it is only initialized in the declaration or constructor.
7998 src/Tools/GroundStation.java 45 ImmutableField: Private field 'm_tx_packet' could be made final; it is only initialized in the declaration or constructor.
7999 src/Tools/GroundStation.java 46 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8000 src/Tools/GroundStation.java 46 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8001 src/Tools/GroundStation.java 46 CommentRequired: Field comments are required
8002 src/Tools/GroundStation.java 46 CommentRequired: Field comments are required
8003 src/Tools/GroundStation.java 46 ImmutableField: Private field 'm_rx_packet' could be made final; it is only initialized in the declaration or constructor.
8004 src/Tools/GroundStation.java 46 ImmutableField: Private field 'm_rx_packet' could be made final; it is only initialized in the declaration or constructor.
8005 src/Tools/GroundStation.java 47 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8006 src/Tools/GroundStation.java 47 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8007 src/Tools/GroundStation.java 47 CommentRequired: Field comments are required
8008 src/Tools/GroundStation.java 47 CommentRequired: Field comments are required
8009 src/Tools/GroundStation.java 47 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
8010 src/Tools/GroundStation.java 47 ImmutableField: Private field 'm_time' could be made final; it is only initialized in the declaration or constructor.
8011 src/Tools/GroundStation.java 48 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8012 src/Tools/GroundStation.java 48 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8013 src/Tools/GroundStation.java 48 CommentRequired: Field comments are required
8014 src/Tools/GroundStation.java 48 CommentRequired: Field comments are required
8015 src/Tools/GroundStation.java 48 ImmutableField: Private field 'm_folder' could be made final; it is only initialized in the declaration or constructor.
8016 src/Tools/GroundStation.java 48 ImmutableField: Private field 'm_folder' could be made final; it is only initialized in the declaration or constructor.
8017 src/Tools/GroundStation.java 48 SingularField: Perhaps 'm_folder' could be replaced by a local variable.
8018 src/Tools/GroundStation.java 48 SingularField: Perhaps 'm_folder' could be replaced by a local variable.
8019 src/Tools/GroundStation.java 49 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8020 src/Tools/GroundStation.java 49 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8021 src/Tools/GroundStation.java 49 CommentRequired: Field comments are required
8022 src/Tools/GroundStation.java 49 CommentRequired: Field comments are required
8023 src/Tools/GroundStation.java 49 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
8024 src/Tools/GroundStation.java 49 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
8025 src/Tools/GroundStation.java 49 ImmutableField: Private field 'm_dispatcher' could be made final; it is only initialized in the declaration or constructor.
8026 src/Tools/GroundStation.java 49 ImmutableField: Private field 'm_dispatcher' could be made final; it is only initialized in the declaration or constructor.
8027 src/Tools/GroundStation.java 50 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8028 src/Tools/GroundStation.java 50 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8029 src/Tools/GroundStation.java 50 CommentRequired: Field comments are required
8030 src/Tools/GroundStation.java 50 CommentRequired: Field comments are required
8031 src/Tools/GroundStation.java 50 ImmutableField: Private field 'm_rx_buffer' could be made final; it is only initialized in the declaration or constructor.
8032 src/Tools/GroundStation.java 50 ImmutableField: Private field 'm_rx_buffer' could be made final; it is only initialized in the declaration or constructor.
8033 src/Tools/GroundStation.java 51 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8034 src/Tools/GroundStation.java 51 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8035 src/Tools/GroundStation.java 51 CommentRequired: Field comments are required
8036 src/Tools/GroundStation.java 51 CommentRequired: Field comments are required
8037 src/Tools/GroundStation.java 51 ImmutableField: Private field 'm_log' could be made final; it is only initialized in the declaration or constructor.
8038 src/Tools/GroundStation.java 51 ImmutableField: Private field 'm_log' could be made final; it is only initialized in the declaration or constructor.
8039 src/Tools/GroundStation.java 51 ProperLogger: Logger should be defined private static final and have the correct class
8040 src/Tools/GroundStation.java 51 ProperLogger: Logger should be defined private static final and have the correct class
8041 src/Tools/GroundStation.java 52 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8042 src/Tools/GroundStation.java 52 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8043 src/Tools/GroundStation.java 52 CommentRequired: Field comments are required
8044 src/Tools/GroundStation.java 52 CommentRequired: Field comments are required
8045 src/Tools/GroundStation.java 52 ImmutableField: Private field 'm_conf' could be made final; it is only initialized in the declaration or constructor.
8046 src/Tools/GroundStation.java 52 ImmutableField: Private field 'm_conf' could be made final; it is only initialized in the declaration or constructor.
8047 src/Tools/GroundStation.java 52 SingularField: Perhaps 'm_conf' could be replaced by a local variable.
8048 src/Tools/GroundStation.java 52 SingularField: Perhaps 'm_conf' could be replaced by a local variable.
8049 src/Tools/GroundStation.java 53 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8050 src/Tools/GroundStation.java 53 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8051 src/Tools/GroundStation.java 53 CommentRequired: Field comments are required
8052 src/Tools/GroundStation.java 53 CommentRequired: Field comments are required
8053 src/Tools/GroundStation.java 53 ImmutableField: Private field 'm_mutex' could be made final; it is only initialized in the declaration or constructor.
8054 src/Tools/GroundStation.java 53 ImmutableField: Private field 'm_mutex' could be made final; it is only initialized in the declaration or constructor.
8055 src/Tools/GroundStation.java 54 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8056 src/Tools/GroundStation.java 54 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8057 src/Tools/GroundStation.java 54 CommentRequired: Field comments are required
8058 src/Tools/GroundStation.java 54 CommentRequired: Field comments are required
8059 src/Tools/GroundStation.java 54 ImmutableField: Private field 'm_header_stream' could be made final; it is only initialized in the declaration or constructor.
8060 src/Tools/GroundStation.java 54 ImmutableField: Private field 'm_header_stream' could be made final; it is only initialized in the declaration or constructor.
8061 src/Tools/GroundStation.java 55 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8062 src/Tools/GroundStation.java 55 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8063 src/Tools/GroundStation.java 55 CommentRequired: Field comments are required
8064 src/Tools/GroundStation.java 55 CommentRequired: Field comments are required
8065 src/Tools/GroundStation.java 56 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8066 src/Tools/GroundStation.java 56 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8067 src/Tools/GroundStation.java 56 CommentRequired: Field comments are required
8068 src/Tools/GroundStation.java 56 CommentRequired: Field comments are required
8069 src/Tools/GroundStation.java 56 ImmutableField: Private field 'm_checksum_stream' could be made final; it is only initialized in the declaration or constructor.
8070 src/Tools/GroundStation.java 56 ImmutableField: Private field 'm_checksum_stream' could be made final; it is only initialized in the declaration or constructor.
8071 src/Tools/GroundStation.java 57 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8072 src/Tools/GroundStation.java 57 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8073 src/Tools/GroundStation.java 57 CommentRequired: Field comments are required
8074 src/Tools/GroundStation.java 57 CommentRequired: Field comments are required
8075 src/Tools/GroundStation.java 57 ImmutableField: Private field 'm_telemetry_stream' could be made final; it is only initialized in the declaration or constructor.
8076 src/Tools/GroundStation.java 57 ImmutableField: Private field 'm_telemetry_stream' could be made final; it is only initialized in the declaration or constructor.
8077 src/Tools/GroundStation.java 57 LongVariable: Avoid excessively long variable names like m_telemetry_stream
8078 src/Tools/GroundStation.java 57 LongVariable: Avoid excessively long variable names like m_telemetry_stream
8079 src/Tools/GroundStation.java 58 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8080 src/Tools/GroundStation.java 58 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8081 src/Tools/GroundStation.java 58 CommentRequired: Field comments are required
8082 src/Tools/GroundStation.java 58 CommentRequired: Field comments are required
8083 src/Tools/GroundStation.java 58 ImmutableField: Private field 'm_rand' could be made final; it is only initialized in the declaration or constructor.
8084 src/Tools/GroundStation.java 58 ImmutableField: Private field 'm_rand' could be made final; it is only initialized in the declaration or constructor.
8085 src/Tools/GroundStation.java 59 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8086 src/Tools/GroundStation.java 59 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8087 src/Tools/GroundStation.java 59 CommentRequired: Field comments are required
8088 src/Tools/GroundStation.java 59 CommentRequired: Field comments are required
8089 src/Tools/GroundStation.java 59 ImmutableField: Private field 'm_dwn_storage' could be made final; it is only initialized in the declaration or constructor.
8090 src/Tools/GroundStation.java 59 ImmutableField: Private field 'm_dwn_storage' could be made final; it is only initialized in the declaration or constructor.
8091 src/Tools/GroundStation.java 61 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8092 src/Tools/GroundStation.java 61 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8093 src/Tools/GroundStation.java 61 CommentRequired: Field comments are required
8094 src/Tools/GroundStation.java 61 CommentRequired: Field comments are required
8095 src/Tools/GroundStation.java 61 ImmutableField: Private field 'GS_STATUS_STANDBY' could be made final; it is only initialized in the declaration or constructor.
8096 src/Tools/GroundStation.java 61 ImmutableField: Private field 'GS_STATUS_STANDBY' could be made final; it is only initialized in the declaration or constructor.
8097 src/Tools/GroundStation.java 61 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
8098 src/Tools/GroundStation.java 61 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
8099 src/Tools/GroundStation.java 62 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8100 src/Tools/GroundStation.java 62 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8101 src/Tools/GroundStation.java 62 CommentRequired: Field comments are required
8102 src/Tools/GroundStation.java 62 CommentRequired: Field comments are required
8103 src/Tools/GroundStation.java 62 ImmutableField: Private field 'GS_STATUS_HANDSHAKING' could be made final; it is only initialized in the declaration or constructor.
8104 src/Tools/GroundStation.java 62 ImmutableField: Private field 'GS_STATUS_HANDSHAKING' could be made final; it is only initialized in the declaration or constructor.
8105 src/Tools/GroundStation.java 62 LongVariable: Avoid excessively long variable names like GS_STATUS_HANDSHAKING
8106 src/Tools/GroundStation.java 62 LongVariable: Avoid excessively long variable names like GS_STATUS_HANDSHAKING
8107 src/Tools/GroundStation.java 62 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
8108 src/Tools/GroundStation.java 62 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
8109 src/Tools/GroundStation.java 63 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8110 src/Tools/GroundStation.java 63 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8111 src/Tools/GroundStation.java 63 CommentRequired: Field comments are required
8112 src/Tools/GroundStation.java 63 CommentRequired: Field comments are required
8113 src/Tools/GroundStation.java 63 ImmutableField: Private field 'GS_STATUS_CONNECTED' could be made final; it is only initialized in the declaration or constructor.
8114 src/Tools/GroundStation.java 63 ImmutableField: Private field 'GS_STATUS_CONNECTED' could be made final; it is only initialized in the declaration or constructor.
8115 src/Tools/GroundStation.java 63 LongVariable: Avoid excessively long variable names like GS_STATUS_CONNECTED
8116 src/Tools/GroundStation.java 63 LongVariable: Avoid excessively long variable names like GS_STATUS_CONNECTED
8117 src/Tools/GroundStation.java 63 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
8118 src/Tools/GroundStation.java 63 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
8119 src/Tools/GroundStation.java 64 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8120 src/Tools/GroundStation.java 64 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8121 src/Tools/GroundStation.java 64 CommentRequired: Field comments are required
8122 src/Tools/GroundStation.java 64 CommentRequired: Field comments are required
8123 src/Tools/GroundStation.java 64 ImmutableField: Private field 'GS_STATUS_TERMINATION' could be made final; it is only initialized in the declaration or constructor.
8124 src/Tools/GroundStation.java 64 ImmutableField: Private field 'GS_STATUS_TERMINATION' could be made final; it is only initialized in the declaration or constructor.
8125 src/Tools/GroundStation.java 64 LongVariable: Avoid excessively long variable names like GS_STATUS_TERMINATION
8126 src/Tools/GroundStation.java 64 LongVariable: Avoid excessively long variable names like GS_STATUS_TERMINATION
8127 src/Tools/GroundStation.java 64 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
8128 src/Tools/GroundStation.java 64 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
8129 src/Tools/GroundStation.java 65 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8130 src/Tools/GroundStation.java 65 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8131 src/Tools/GroundStation.java 65 CommentRequired: Field comments are required
8132 src/Tools/GroundStation.java 65 CommentRequired: Field comments are required
8133 src/Tools/GroundStation.java 67 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8134 src/Tools/GroundStation.java 67 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
8135 src/Tools/GroundStation.java 67 CommentRequired: Field comments are required
8136 src/Tools/GroundStation.java 67 CommentRequired: Field comments are required
8137 src/Tools/GroundStation.java 67 ImmutableField: Private field 'TAG' could be made final; it is only initialized in the declaration or constructor.
8138 src/Tools/GroundStation.java 67 ImmutableField: Private field 'TAG' could be made final; it is only initialized in the declaration or constructor.
8139 src/Tools/GroundStation.java 67 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
8140 src/Tools/GroundStation.java 67 SuspiciousConstantFieldName: The field name indicates a constant but its modifiers do not
8141 src/Tools/GroundStation.java 69 CallSuperInConstructor: It is a good practice to call super() in a constructor
8142 src/Tools/GroundStation.java 69 CallSuperInConstructor: It is a good practice to call super() in a constructor
8143 src/Tools/GroundStation.java 69 CommentRequired: Public method and constructor comments are required
8144 src/Tools/GroundStation.java 69 CommentRequired: Public method and constructor comments are required
8145 src/Tools/GroundStation.java 69 MethodArgumentCouldBeFinal: Parameter 'time' is not assigned and could be declared final
8146 src/Tools/GroundStation.java 69 MethodArgumentCouldBeFinal: Parameter 'time' is not assigned and could be declared final
8147 src/Tools/GroundStation.java 73 SystemPrintln: System.out.println is used
8148 src/Tools/GroundStation.java 73 SystemPrintln: System.out.println is used
8149 src/Tools/GroundStation.java 75 SystemPrintln: System.out.println is used
8150 src/Tools/GroundStation.java 75 SystemPrintln: System.out.println is used
8151 src/Tools/GroundStation.java 108 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
8152 src/Tools/GroundStation.java 108 DoNotUseThreads: To be compliant to J2EE, a webapp should not use any thread.
8153 src/Tools/GroundStation.java 125 CommentRequired: Public method and constructor comments are required
8154 src/Tools/GroundStation.java 125 CommentRequired: Public method and constructor comments are required
8155 src/Tools/GroundStation.java 127 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'connected' (lines '127'-'146').
8156 src/Tools/GroundStation.java 127 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'connected' (lines '127'-'146').
8157 src/Tools/GroundStation.java 134 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8158 src/Tools/GroundStation.java 134 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8159 src/Tools/GroundStation.java 138 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
8160 src/Tools/GroundStation.java 138 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
8161 src/Tools/GroundStation.java 151 CommentRequired: Public method and constructor comments are required
8162 src/Tools/GroundStation.java 151 CommentRequired: Public method and constructor comments are required
8163 src/Tools/GroundStation.java 153 LocalVariableCouldBeFinal: Local variable 'item' could be declared final
8164 src/Tools/GroundStation.java 153 LocalVariableCouldBeFinal: Local variable 'item' could be declared final
8165 src/Tools/GroundStation.java 160 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8166 src/Tools/GroundStation.java 160 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8167 src/Tools/GroundStation.java 163 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
8168 src/Tools/GroundStation.java 163 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
8169 src/Tools/GroundStation.java 176 MethodArgumentCouldBeFinal: Parameter 'address' is not assigned and could be declared final
8170 src/Tools/GroundStation.java 176 MethodArgumentCouldBeFinal: Parameter 'address' is not assigned and could be declared final
8171 src/Tools/GroundStation.java 176 MethodArgumentCouldBeFinal: Parameter 'data_length' is not assigned and could be declared final
8172 src/Tools/GroundStation.java 176 MethodArgumentCouldBeFinal: Parameter 'data_length' is not assigned and could be declared final
8173 src/Tools/GroundStation.java 176 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
8174 src/Tools/GroundStation.java 176 MethodArgumentCouldBeFinal: Parameter 'packet' is not assigned and could be declared final
8175 src/Tools/GroundStation.java 176 MethodArgumentCouldBeFinal: Parameter 'type' is not assigned and could be declared final
8176 src/Tools/GroundStation.java 176 MethodArgumentCouldBeFinal: Parameter 'type' is not assigned and could be declared final
8177 src/Tools/GroundStation.java 187 MethodArgumentCouldBeFinal: Parameter 'address' is not assigned and could be declared final
8178 src/Tools/GroundStation.java 187 MethodArgumentCouldBeFinal: Parameter 'address' is not assigned and could be declared final
8179 src/Tools/GroundStation.java 194 MethodArgumentCouldBeFinal: Parameter 'address' is not assigned and could be declared final
8180 src/Tools/GroundStation.java 194 MethodArgumentCouldBeFinal: Parameter 'address' is not assigned and could be declared final
8181 src/Tools/GroundStation.java 239 SystemPrintln: System.out.println is used
8182 src/Tools/GroundStation.java 239 SystemPrintln: System.out.println is used
8183 src/Tools/GroundStation.java 240 GuardLogStatement: Logger calls should be surrounded by log level guards.
8184 src/Tools/GroundStation.java 240 GuardLogStatement: Logger calls should be surrounded by log level guards.
8185 src/Tools/GroundStation.java 241 LocalVariableCouldBeFinal: Local variable 'temp_packet' could be declared final
8186 src/Tools/GroundStation.java 241 LocalVariableCouldBeFinal: Local variable 'temp_packet' could be declared final
8187 src/Tools/GroundStation.java 253 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'transmitted' (lines '253'-'265').
8188 src/Tools/GroundStation.java 253 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'transmitted' (lines '253'-'265').
8189 src/Tools/GroundStation.java 260 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8190 src/Tools/GroundStation.java 260 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8191 src/Tools/GroundStation.java 264 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
8192 src/Tools/GroundStation.java 264 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
8193 src/Tools/GroundStation.java 267 SystemPrintln: System.out.println is used
8194 src/Tools/GroundStation.java 267 SystemPrintln: System.out.println is used
8195 src/Tools/GroundStation.java 268 AvoidDuplicateLiterals: The String literal " | dst = " appears 4 times in this file; the first occurrence is on line 268
8196 src/Tools/GroundStation.java 268 AvoidDuplicateLiterals: The String literal " | dst = " appears 4 times in this file; the first occurrence is on line 268
8197 src/Tools/GroundStation.java 268 AvoidDuplicateLiterals: The String literal "src = " appears 4 times in this file; the first occurrence is on line 268
8198 src/Tools/GroundStation.java 268 AvoidDuplicateLiterals: The String literal "src = " appears 4 times in this file; the first occurrence is on line 268
8199 src/Tools/GroundStation.java 269 AvoidDuplicateLiterals: The String literal " | prot_num = " appears 4 times in this file; the first occurrence is on line 269
8200 src/Tools/GroundStation.java 269 AvoidDuplicateLiterals: The String literal " | prot_num = " appears 4 times in this file; the first occurrence is on line 269
8201 src/Tools/GroundStation.java 270 AvoidDuplicateLiterals: The String literal " | counter = " appears 4 times in this file; the first occurrence is on line 270
8202 src/Tools/GroundStation.java 270 AvoidDuplicateLiterals: The String literal " | counter = " appears 4 times in this file; the first occurrence is on line 270
8203 src/Tools/GroundStation.java 270 AvoidDuplicateLiterals: The String literal " | type = " appears 4 times in this file; the first occurrence is on line 270
8204 src/Tools/GroundStation.java 270 AvoidDuplicateLiterals: The String literal " | type = " appears 4 times in this file; the first occurrence is on line 270
8205 src/Tools/GroundStation.java 273 GuardLogStatement: Logger calls should be surrounded by log level guards.
8206 src/Tools/GroundStation.java 273 GuardLogStatement: Logger calls should be surrounded by log level guards.
8207 src/Tools/GroundStation.java 281 SystemPrintln: System.out.println is used
8208 src/Tools/GroundStation.java 281 SystemPrintln: System.out.println is used
8209 src/Tools/GroundStation.java 282 GuardLogStatement: Logger calls should be surrounded by log level guards.
8210 src/Tools/GroundStation.java 282 GuardLogStatement: Logger calls should be surrounded by log level guards.
8211 src/Tools/GroundStation.java 289 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'received' (lines '289'-'312').
8212 src/Tools/GroundStation.java 289 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'received' (lines '289'-'312').
8213 src/Tools/GroundStation.java 305 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8214 src/Tools/GroundStation.java 305 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8215 src/Tools/GroundStation.java 314 SystemPrintln: System.out.println is used
8216 src/Tools/GroundStation.java 314 SystemPrintln: System.out.println is used
8217 src/Tools/GroundStation.java 319 GuardLogStatement: Logger calls should be surrounded by log level guards.
8218 src/Tools/GroundStation.java 319 GuardLogStatement: Logger calls should be surrounded by log level guards.
8219 src/Tools/GroundStation.java 324 SystemPrintln: System.out.println is used
8220 src/Tools/GroundStation.java 324 SystemPrintln: System.out.println is used
8221 src/Tools/GroundStation.java 331 CommentRequired: Public method and constructor comments are required
8222 src/Tools/GroundStation.java 331 CommentRequired: Public method and constructor comments are required
8223 src/Tools/GroundStation.java 333 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'done' (lines '333'-'341').
8224 src/Tools/GroundStation.java 333 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'done' (lines '333'-'341').
8225 src/Tools/GroundStation.java 336 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8226 src/Tools/GroundStation.java 336 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8227 src/Tools/GroundStation.java 346 CommentRequired: Public method and constructor comments are required
8228 src/Tools/GroundStation.java 346 CommentRequired: Public method and constructor comments are required
8229 src/Tools/GroundStation.java 348 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'done' (lines '348'-'356').
8230 src/Tools/GroundStation.java 348 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'done' (lines '348'-'356').
8231 src/Tools/GroundStation.java 351 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8232 src/Tools/GroundStation.java 351 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8233 src/Tools/GroundStation.java 361 CommentRequired: Public method and constructor comments are required
8234 src/Tools/GroundStation.java 361 CommentRequired: Public method and constructor comments are required
8235 src/Tools/GroundStation.java 361 MethodArgumentCouldBeFinal: Parameter 'address' is not assigned and could be declared final
8236 src/Tools/GroundStation.java 361 MethodArgumentCouldBeFinal: Parameter 'address' is not assigned and could be declared final
8237 src/Tools/GroundStation.java 369 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8238 src/Tools/GroundStation.java 369 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8239 src/Tools/GroundStation.java 374 CommentRequired: Public method and constructor comments are required
8240 src/Tools/GroundStation.java 374 CommentRequired: Public method and constructor comments are required
8241 src/Tools/GroundStation.java 382 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8242 src/Tools/GroundStation.java 382 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8243 src/Tools/GroundStation.java 387 CommentRequired: Public method and constructor comments are required
8244 src/Tools/GroundStation.java 387 CommentRequired: Public method and constructor comments are required
8245 src/Tools/GroundStation.java 395 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8246 src/Tools/GroundStation.java 395 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8247 src/Tools/GroundStation.java 400 CommentRequired: Public method and constructor comments are required
8248 src/Tools/GroundStation.java 400 CommentRequired: Public method and constructor comments are required
8249 src/Tools/GroundStation.java 408 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8250 src/Tools/GroundStation.java 408 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8251 src/Tools/GroundStation.java 413 CommentRequired: Public method and constructor comments are required
8252 src/Tools/GroundStation.java 413 CommentRequired: Public method and constructor comments are required
8253 src/Tools/GroundStation.java 421 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8254 src/Tools/GroundStation.java 421 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8255 src/Tools/GroundStation.java 426 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
8256 src/Tools/GroundStation.java 426 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
8257 src/Tools/GroundStation.java 426 MethodArgumentCouldBeFinal: Parameter 'new_command' is not assigned and could be declared final
8258 src/Tools/GroundStation.java 426 MethodArgumentCouldBeFinal: Parameter 'new_command' is not assigned and could be declared final
8259 src/Tools/GroundStation.java 426 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
8260 src/Tools/GroundStation.java 426 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
8261 src/Tools/GroundStation.java 428 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8262 src/Tools/GroundStation.java 428 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8263 src/Tools/GroundStation.java 434 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
8264 src/Tools/GroundStation.java 434 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
8265 src/Tools/GroundStation.java 434 MethodArgumentCouldBeFinal: Parameter 'remote' is not assigned and could be declared final
8266 src/Tools/GroundStation.java 434 MethodArgumentCouldBeFinal: Parameter 'remote' is not assigned and could be declared final
8267 src/Tools/GroundStation.java 434 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
8268 src/Tools/GroundStation.java 434 MethodArgumentCouldBeFinal: Parameter 'write' is not assigned and could be declared final
8269 src/Tools/GroundStation.java 436 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8270 src/Tools/GroundStation.java 436 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8271 src/Tools/GroundStation.java 442 CommentRequired: Public method and constructor comments are required
8272 src/Tools/GroundStation.java 442 CommentRequired: Public method and constructor comments are required
8273 src/Tools/GroundStation.java 453 MethodArgumentCouldBeFinal: Parameter 'packet_type' is not assigned and could be declared final
8274 src/Tools/GroundStation.java 453 MethodArgumentCouldBeFinal: Parameter 'packet_type' is not assigned and could be declared final
8275 src/Tools/GroundStation.java 453 MethodArgumentCouldBeFinal: Parameter 'timeout' is not assigned and could be declared final
8276 src/Tools/GroundStation.java 453 MethodArgumentCouldBeFinal: Parameter 'timeout' is not assigned and could be declared final
8277 src/Tools/GroundStation.java 458 SystemPrintln: System.out.println is used
8278 src/Tools/GroundStation.java 458 SystemPrintln: System.out.println is used
8279 src/Tools/GroundStation.java 468 ExcessiveMethodLength: Avoid really long methods.
8280 src/Tools/GroundStation.java 468 ExcessiveMethodLength: Avoid really long methods.
8281 src/Tools/GroundStation.java 468 ModifiedCyclomaticComplexity: The method 'run' has a Modified Cyclomatic Complexity of 23.
8282 src/Tools/GroundStation.java 468 ModifiedCyclomaticComplexity: The method 'run' has a Modified Cyclomatic Complexity of 23.
8283 src/Tools/GroundStation.java 468 NPathComplexity: The method 'run()' has an NPath complexity of 3841, current threshold is 200
8284 src/Tools/GroundStation.java 468 NPathComplexity: The method 'run()' has an NPath complexity of 3841, current threshold is 200
8285 src/Tools/GroundStation.java 468 NcssCount: The method 'run()' has a NCSS line count of 119.
8286 src/Tools/GroundStation.java 468 NcssCount: The method 'run()' has a NCSS line count of 119.
8287 src/Tools/GroundStation.java 477 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8288 src/Tools/GroundStation.java 477 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8289 src/Tools/GroundStation.java 480 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8290 src/Tools/GroundStation.java 480 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8291 src/Tools/GroundStation.java 481 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8292 src/Tools/GroundStation.java 481 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8293 src/Tools/GroundStation.java 492 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
8294 src/Tools/GroundStation.java 492 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
8295 src/Tools/GroundStation.java 549 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8296 src/Tools/GroundStation.java 549 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8297 src/Tools/GroundStation.java 555 SystemPrintln: System.out.println is used
8298 src/Tools/GroundStation.java 555 SystemPrintln: System.out.println is used
8299 src/Tools/GroundStation.java 558 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8300 src/Tools/GroundStation.java 558 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8301 src/Tools/GroundStation.java 562 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8302 src/Tools/GroundStation.java 562 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
8303 src/Tools/GroundStation.java 565 SystemPrintln: System.out.println is used
8304 src/Tools/GroundStation.java 565 SystemPrintln: System.out.println is used
8305 src/Tools/GroundStation.java 594 SystemPrintln: System.out.println is used
8306 src/Tools/GroundStation.java 594 SystemPrintln: System.out.println is used
8307 src/Tools/GroundStation.java 601 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
8308 src/Tools/GroundStation.java 601 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
8309 src/Tools/GroundStation.java 606 SystemPrintln: System.out.println is used
8310 src/Tools/GroundStation.java 606 SystemPrintln: System.out.println is used
8311 src/Tools/GroundStation.java 616 SystemPrintln: System.out.println is used
8312 src/Tools/GroundStation.java 616 SystemPrintln: System.out.println is used
8313 src/Tools/GroundStation.java 647 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8314 src/Tools/GroundStation.java 647 AvoidPrintStackTrace: Avoid printStackTrace(); use a logger call instead.
8315 src/Tools/ParseFSSPackets.java 1 PackageCase: Package name contains upper case characters
8316 src/Tools/ParseFSSPackets.java 1 PackageCase: Package name contains upper case characters
8317 src/Tools/ParseFSSPackets.java 12 CommentRequired: Class comments are required
8318 src/Tools/ParseFSSPackets.java 12 CommentRequired: Class comments are required
8319 src/Tools/ParseFSSPackets.java 12 ModifiedCyclomaticComplexity: The class 'ParseFSSPackets' has a Modified Cyclomatic Complexity of 7 (Highest = 26).
8320 src/Tools/ParseFSSPackets.java 12 ModifiedCyclomaticComplexity: The class 'ParseFSSPackets' has a Modified Cyclomatic Complexity of 7 (Highest = 26).
8321 src/Tools/ParseFSSPackets.java 12 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
8322 src/Tools/ParseFSSPackets.java 12 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
8323 src/Tools/ParseFSSPackets.java 14 CommentRequired: Public method and constructor comments are required
8324 src/Tools/ParseFSSPackets.java 14 CommentRequired: Public method and constructor comments are required
8325 src/Tools/ParseFSSPackets.java 14 ExcessiveMethodLength: Avoid really long methods.
8326 src/Tools/ParseFSSPackets.java 14 ExcessiveMethodLength: Avoid really long methods.
8327 src/Tools/ParseFSSPackets.java 14 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
8328 src/Tools/ParseFSSPackets.java 14 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
8329 src/Tools/ParseFSSPackets.java 14 ModifiedCyclomaticComplexity: The method 'main' has a Modified Cyclomatic Complexity of 26.
8330 src/Tools/ParseFSSPackets.java 14 ModifiedCyclomaticComplexity: The method 'main' has a Modified Cyclomatic Complexity of 26.
8331 src/Tools/ParseFSSPackets.java 14 NPathComplexity: The method 'main(String)' has an NPath complexity of 2250, current threshold is 200
8332 src/Tools/ParseFSSPackets.java 14 NPathComplexity: The method 'main(String)' has an NPath complexity of 2250, current threshold is 200
8333 src/Tools/ParseFSSPackets.java 14 NcssCount: The method 'main(String)' has a NCSS line count of 249.
8334 src/Tools/ParseFSSPackets.java 14 NcssCount: The method 'main(String)' has a NCSS line count of 249.
8335 src/Tools/ParseFSSPackets.java 16 SystemPrintln: System.out.println is used
8336 src/Tools/ParseFSSPackets.java 16 SystemPrintln: System.out.println is used
8337 src/Tools/ParseFSSPackets.java 17 SystemPrintln: System.out.println is used
8338 src/Tools/ParseFSSPackets.java 17 SystemPrintln: System.out.println is used
8339 src/Tools/ParseFSSPackets.java 19 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'input_arg' (lines '19'-'26').
8340 src/Tools/ParseFSSPackets.java 19 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'input_arg' (lines '19'-'26').
8341 src/Tools/ParseFSSPackets.java 23 LocalVariableCouldBeFinal: Local variable 'arg' could be declared final
8342 src/Tools/ParseFSSPackets.java 23 LocalVariableCouldBeFinal: Local variable 'arg' could be declared final
8343 src/Tools/ParseFSSPackets.java 24 ImplicitSwitchFallThrough: A switch statement does not contain a break
8344 src/Tools/ParseFSSPackets.java 24 ImplicitSwitchFallThrough: A switch statement does not contain a break
8345 src/Tools/ParseFSSPackets.java 24 TooFewBranchesForASwitchStatement: A switch with less than three branches is inefficient, use a if statement instead.
8346 src/Tools/ParseFSSPackets.java 24 TooFewBranchesForASwitchStatement: A switch with less than three branches is inefficient, use a if statement instead.
8347 src/Tools/ParseFSSPackets.java 26 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'input_arg' (lines '26'-'329').
8348 src/Tools/ParseFSSPackets.java 26 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'input_arg' (lines '26'-'329').
8349 src/Tools/ParseFSSPackets.java 38 LocalVariableCouldBeFinal: Local variable 'header_size' could be declared final
8350 src/Tools/ParseFSSPackets.java 38 LocalVariableCouldBeFinal: Local variable 'header_size' could be declared final
8351 src/Tools/ParseFSSPackets.java 40 LocalVariableCouldBeFinal: Local variable 'result_file' could be declared final
8352 src/Tools/ParseFSSPackets.java 40 LocalVariableCouldBeFinal: Local variable 'result_file' could be declared final
8353 src/Tools/ParseFSSPackets.java 41 SystemPrintln: System.out.println is used
8354 src/Tools/ParseFSSPackets.java 41 SystemPrintln: System.out.println is used
8355 src/Tools/ParseFSSPackets.java 44 LocalVariableCouldBeFinal: Local variable 'tx_file' could be declared final
8356 src/Tools/ParseFSSPackets.java 44 LocalVariableCouldBeFinal: Local variable 'tx_file' could be declared final
8357 src/Tools/ParseFSSPackets.java 45 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
8358 src/Tools/ParseFSSPackets.java 45 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
8359 src/Tools/ParseFSSPackets.java 45 CloseResource: Ensure that resources like this FileInputStream object are closed after use
8360 src/Tools/ParseFSSPackets.java 45 CloseResource: Ensure that resources like this FileInputStream object are closed after use
8361 src/Tools/ParseFSSPackets.java 45 LocalVariableCouldBeFinal: Local variable 'file_stream' could be declared final
8362 src/Tools/ParseFSSPackets.java 45 LocalVariableCouldBeFinal: Local variable 'file_stream' could be declared final
8363 src/Tools/ParseFSSPackets.java 46 SystemPrintln: System.out.println is used
8364 src/Tools/ParseFSSPackets.java 46 SystemPrintln: System.out.println is used
8365 src/Tools/ParseFSSPackets.java 47 SystemPrintln: System.out.println is used
8366 src/Tools/ParseFSSPackets.java 47 SystemPrintln: System.out.println is used
8367 src/Tools/ParseFSSPackets.java 51 LocalVariableCouldBeFinal: Local variable 'data_num_bytes' could be declared final
8368 src/Tools/ParseFSSPackets.java 51 LocalVariableCouldBeFinal: Local variable 'data_num_bytes' could be declared final
8369 src/Tools/ParseFSSPackets.java 53 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
8370 src/Tools/ParseFSSPackets.java 53 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
8371 src/Tools/ParseFSSPackets.java 53 LocalVariableCouldBeFinal: Local variable 'number' could be declared final
8372 src/Tools/ParseFSSPackets.java 53 LocalVariableCouldBeFinal: Local variable 'number' could be declared final
8373 src/Tools/ParseFSSPackets.java 54 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8374 src/Tools/ParseFSSPackets.java 54 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8375 src/Tools/ParseFSSPackets.java 55 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8376 src/Tools/ParseFSSPackets.java 55 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8377 src/Tools/ParseFSSPackets.java 55 LocalVariableCouldBeFinal: Local variable 'data_num' could be declared final
8378 src/Tools/ParseFSSPackets.java 55 LocalVariableCouldBeFinal: Local variable 'data_num' could be declared final
8379 src/Tools/ParseFSSPackets.java 57 SystemPrintln: System.out.println is used
8380 src/Tools/ParseFSSPackets.java 57 SystemPrintln: System.out.println is used
8381 src/Tools/ParseFSSPackets.java 58 SystemPrintln: System.out.println is used
8382 src/Tools/ParseFSSPackets.java 58 SystemPrintln: System.out.println is used
8383 src/Tools/ParseFSSPackets.java 60 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'data_timestamp' (lines '60'-'329').
8384 src/Tools/ParseFSSPackets.java 60 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'data_timestamp' (lines '60'-'329').
8385 src/Tools/ParseFSSPackets.java 60 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
8386 src/Tools/ParseFSSPackets.java 60 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
8387 src/Tools/ParseFSSPackets.java 60 LocalVariableCouldBeFinal: Local variable 'data_timestamp' could be declared final
8388 src/Tools/ParseFSSPackets.java 60 LocalVariableCouldBeFinal: Local variable 'data_timestamp' could be declared final
8389 src/Tools/ParseFSSPackets.java 60 UnnecessarySemicolon: Unnecessary semicolon
8390 src/Tools/ParseFSSPackets.java 60 UnnecessarySemicolon: Unnecessary semicolon
8391 src/Tools/ParseFSSPackets.java 61 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'temperature' (lines '61'-'329').
8392 src/Tools/ParseFSSPackets.java 61 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'temperature' (lines '61'-'329').
8393 src/Tools/ParseFSSPackets.java 61 LocalVariableCouldBeFinal: Local variable 'temperature' could be declared final
8394 src/Tools/ParseFSSPackets.java 61 LocalVariableCouldBeFinal: Local variable 'temperature' could be declared final
8395 src/Tools/ParseFSSPackets.java 62 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tx_pw' (lines '62'-'329').
8396 src/Tools/ParseFSSPackets.java 62 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tx_pw' (lines '62'-'329').
8397 src/Tools/ParseFSSPackets.java 62 LocalVariableCouldBeFinal: Local variable 'tx_pw' could be declared final
8398 src/Tools/ParseFSSPackets.java 62 LocalVariableCouldBeFinal: Local variable 'tx_pw' could be declared final
8399 src/Tools/ParseFSSPackets.java 63 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'rx_pw' (lines '63'-'329').
8400 src/Tools/ParseFSSPackets.java 63 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'rx_pw' (lines '63'-'329').
8401 src/Tools/ParseFSSPackets.java 63 LocalVariableCouldBeFinal: Local variable 'rx_pw' could be declared final
8402 src/Tools/ParseFSSPackets.java 63 LocalVariableCouldBeFinal: Local variable 'rx_pw' could be declared final
8403 src/Tools/ParseFSSPackets.java 64 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'reference_data' (lines '64'-'329').
8404 src/Tools/ParseFSSPackets.java 64 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'reference_data' (lines '64'-'329').
8405 src/Tools/ParseFSSPackets.java 64 LocalVariableCouldBeFinal: Local variable 'reference_data' could be declared final
8406 src/Tools/ParseFSSPackets.java 64 LocalVariableCouldBeFinal: Local variable 'reference_data' could be declared final
8407 src/Tools/ParseFSSPackets.java 66 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'data_timestamp_bytes' (lines '66'-'329').
8408 src/Tools/ParseFSSPackets.java 66 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'data_timestamp_bytes' (lines '66'-'329').
8409 src/Tools/ParseFSSPackets.java 66 LocalVariableCouldBeFinal: Local variable 'data_timestamp_bytes' could be declared final
8410 src/Tools/ParseFSSPackets.java 66 LocalVariableCouldBeFinal: Local variable 'data_timestamp_bytes' could be declared final
8411 src/Tools/ParseFSSPackets.java 66 LongVariable: Avoid excessively long variable names like data_timestamp_bytes
8412 src/Tools/ParseFSSPackets.java 66 LongVariable: Avoid excessively long variable names like data_timestamp_bytes
8413 src/Tools/ParseFSSPackets.java 67 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'telemetry' (lines '67'-'329').
8414 src/Tools/ParseFSSPackets.java 67 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'telemetry' (lines '67'-'329').
8415 src/Tools/ParseFSSPackets.java 67 LocalVariableCouldBeFinal: Local variable 'telemetry' could be declared final
8416 src/Tools/ParseFSSPackets.java 67 LocalVariableCouldBeFinal: Local variable 'telemetry' could be declared final
8417 src/Tools/ParseFSSPackets.java 81 SystemPrintln: System.out.println is used
8418 src/Tools/ParseFSSPackets.java 81 SystemPrintln: System.out.println is used
8419 src/Tools/ParseFSSPackets.java 82 SystemPrintln: System.out.println is used
8420 src/Tools/ParseFSSPackets.java 82 SystemPrintln: System.out.println is used
8421 src/Tools/ParseFSSPackets.java 83 SystemPrintln: System.out.println is used
8422 src/Tools/ParseFSSPackets.java 83 SystemPrintln: System.out.println is used
8423 src/Tools/ParseFSSPackets.java 85 SystemPrintln: System.out.println is used
8424 src/Tools/ParseFSSPackets.java 85 SystemPrintln: System.out.println is used
8425 src/Tools/ParseFSSPackets.java 86 SystemPrintln: System.out.println is used
8426 src/Tools/ParseFSSPackets.java 86 SystemPrintln: System.out.println is used
8427 src/Tools/ParseFSSPackets.java 87 SystemPrintln: System.out.println is used
8428 src/Tools/ParseFSSPackets.java 87 SystemPrintln: System.out.println is used
8429 src/Tools/ParseFSSPackets.java 88 SystemPrintln: System.out.println is used
8430 src/Tools/ParseFSSPackets.java 88 SystemPrintln: System.out.println is used
8431 src/Tools/ParseFSSPackets.java 89 SystemPrintln: System.out.println is used
8432 src/Tools/ParseFSSPackets.java 89 SystemPrintln: System.out.println is used
8433 src/Tools/ParseFSSPackets.java 90 SystemPrintln: System.out.println is used
8434 src/Tools/ParseFSSPackets.java 90 SystemPrintln: System.out.println is used
8435 src/Tools/ParseFSSPackets.java 91 SystemPrintln: System.out.println is used
8436 src/Tools/ParseFSSPackets.java 91 SystemPrintln: System.out.println is used
8437 src/Tools/ParseFSSPackets.java 92 SystemPrintln: System.out.println is used
8438 src/Tools/ParseFSSPackets.java 92 SystemPrintln: System.out.println is used
8439 src/Tools/ParseFSSPackets.java 93 SystemPrintln: System.out.println is used
8440 src/Tools/ParseFSSPackets.java 93 SystemPrintln: System.out.println is used
8441 src/Tools/ParseFSSPackets.java 94 SystemPrintln: System.out.println is used
8442 src/Tools/ParseFSSPackets.java 94 SystemPrintln: System.out.println is used
8443 src/Tools/ParseFSSPackets.java 95 SystemPrintln: System.out.println is used
8444 src/Tools/ParseFSSPackets.java 95 SystemPrintln: System.out.println is used
8445 src/Tools/ParseFSSPackets.java 96 SystemPrintln: System.out.println is used
8446 src/Tools/ParseFSSPackets.java 96 SystemPrintln: System.out.println is used
8447 src/Tools/ParseFSSPackets.java 97 SystemPrintln: System.out.println is used
8448 src/Tools/ParseFSSPackets.java 97 SystemPrintln: System.out.println is used
8449 src/Tools/ParseFSSPackets.java 98 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
8450 src/Tools/ParseFSSPackets.java 98 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
8451 src/Tools/ParseFSSPackets.java 98 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '98'-'99').
8452 src/Tools/ParseFSSPackets.java 98 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '98'-'99').
8453 src/Tools/ParseFSSPackets.java 99 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '99'-'100').
8454 src/Tools/ParseFSSPackets.java 99 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '99'-'100').
8455 src/Tools/ParseFSSPackets.java 100 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '100'-'101').
8456 src/Tools/ParseFSSPackets.java 100 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '100'-'101').
8457 src/Tools/ParseFSSPackets.java 101 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '101'-'102').
8458 src/Tools/ParseFSSPackets.java 101 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '101'-'102').
8459 src/Tools/ParseFSSPackets.java 103 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
8460 src/Tools/ParseFSSPackets.java 103 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
8461 src/Tools/ParseFSSPackets.java 103 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
8462 src/Tools/ParseFSSPackets.java 103 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
8463 src/Tools/ParseFSSPackets.java 103 LocalVariableCouldBeFinal: Local variable 'freq' could be declared final
8464 src/Tools/ParseFSSPackets.java 103 LocalVariableCouldBeFinal: Local variable 'freq' could be declared final
8465 src/Tools/ParseFSSPackets.java 104 SystemPrintln: System.out.println is used
8466 src/Tools/ParseFSSPackets.java 104 SystemPrintln: System.out.println is used
8467 src/Tools/ParseFSSPackets.java 105 SystemPrintln: System.out.println is used
8468 src/Tools/ParseFSSPackets.java 105 SystemPrintln: System.out.println is used
8469 src/Tools/ParseFSSPackets.java 106 SystemPrintln: System.out.println is used
8470 src/Tools/ParseFSSPackets.java 106 SystemPrintln: System.out.println is used
8471 src/Tools/ParseFSSPackets.java 107 SystemPrintln: System.out.println is used
8472 src/Tools/ParseFSSPackets.java 107 SystemPrintln: System.out.println is used
8473 src/Tools/ParseFSSPackets.java 109 SystemPrintln: System.out.println is used
8474 src/Tools/ParseFSSPackets.java 109 SystemPrintln: System.out.println is used
8475 src/Tools/ParseFSSPackets.java 112 SystemPrintln: System.out.println is used
8476 src/Tools/ParseFSSPackets.java 112 SystemPrintln: System.out.println is used
8477 src/Tools/ParseFSSPackets.java 119 SystemPrintln: System.out.println is used
8478 src/Tools/ParseFSSPackets.java 119 SystemPrintln: System.out.println is used
8479 src/Tools/ParseFSSPackets.java 125 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8480 src/Tools/ParseFSSPackets.java 125 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8481 src/Tools/ParseFSSPackets.java 126 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8482 src/Tools/ParseFSSPackets.java 126 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8483 src/Tools/ParseFSSPackets.java 127 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8484 src/Tools/ParseFSSPackets.java 127 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8485 src/Tools/ParseFSSPackets.java 128 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8486 src/Tools/ParseFSSPackets.java 128 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8487 src/Tools/ParseFSSPackets.java 128 LocalVariableCouldBeFinal: Local variable 'tx_data_num' could be declared final
8488 src/Tools/ParseFSSPackets.java 128 LocalVariableCouldBeFinal: Local variable 'tx_data_num' could be declared final
8489 src/Tools/ParseFSSPackets.java 131 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8490 src/Tools/ParseFSSPackets.java 131 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8491 src/Tools/ParseFSSPackets.java 132 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8492 src/Tools/ParseFSSPackets.java 132 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8493 src/Tools/ParseFSSPackets.java 133 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8494 src/Tools/ParseFSSPackets.java 133 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8495 src/Tools/ParseFSSPackets.java 134 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8496 src/Tools/ParseFSSPackets.java 134 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8497 src/Tools/ParseFSSPackets.java 134 LocalVariableCouldBeFinal: Local variable 'rx_data_num' could be declared final
8498 src/Tools/ParseFSSPackets.java 134 LocalVariableCouldBeFinal: Local variable 'rx_data_num' could be declared final
8499 src/Tools/ParseFSSPackets.java 138 SystemPrintln: System.out.println is used
8500 src/Tools/ParseFSSPackets.java 138 SystemPrintln: System.out.println is used
8501 src/Tools/ParseFSSPackets.java 139 SystemPrintln: System.out.println is used
8502 src/Tools/ParseFSSPackets.java 139 SystemPrintln: System.out.println is used
8503 src/Tools/ParseFSSPackets.java 141 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
8504 src/Tools/ParseFSSPackets.java 141 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
8505 src/Tools/ParseFSSPackets.java 143 LocalVariableCouldBeFinal: Local variable 'checksum' could be declared final
8506 src/Tools/ParseFSSPackets.java 143 LocalVariableCouldBeFinal: Local variable 'checksum' could be declared final
8507 src/Tools/ParseFSSPackets.java 144 LocalVariableCouldBeFinal: Local variable 'header_bytes' could be declared final
8508 src/Tools/ParseFSSPackets.java 144 LocalVariableCouldBeFinal: Local variable 'header_bytes' could be declared final
8509 src/Tools/ParseFSSPackets.java 146 LocalVariableCouldBeFinal: Local variable 'checksum_bytes' could be declared final
8510 src/Tools/ParseFSSPackets.java 146 LocalVariableCouldBeFinal: Local variable 'checksum_bytes' could be declared final
8511 src/Tools/ParseFSSPackets.java 153 AvoidUsingShortType: Do not use the short type
8512 src/Tools/ParseFSSPackets.java 153 AvoidUsingShortType: Do not use the short type
8513 src/Tools/ParseFSSPackets.java 156 AvoidUsingShortType: Do not use the short type
8514 src/Tools/ParseFSSPackets.java 156 AvoidUsingShortType: Do not use the short type
8515 src/Tools/ParseFSSPackets.java 163 UselessParentheses: Useless parentheses.
8516 src/Tools/ParseFSSPackets.java 163 UselessParentheses: Useless parentheses.
8517 src/Tools/ParseFSSPackets.java 167 UselessParentheses: Useless parentheses.
8518 src/Tools/ParseFSSPackets.java 167 UselessParentheses: Useless parentheses.
8519 src/Tools/ParseFSSPackets.java 168 UselessParentheses: Useless parentheses.
8520 src/Tools/ParseFSSPackets.java 168 UselessParentheses: Useless parentheses.
8521 src/Tools/ParseFSSPackets.java 171 SystemPrintln: System.out.println is used
8522 src/Tools/ParseFSSPackets.java 171 SystemPrintln: System.out.println is used
8523 src/Tools/ParseFSSPackets.java 172 SystemPrintln: System.out.println is used
8524 src/Tools/ParseFSSPackets.java 172 SystemPrintln: System.out.println is used
8525 src/Tools/ParseFSSPackets.java 173 SystemPrintln: System.out.println is used
8526 src/Tools/ParseFSSPackets.java 173 SystemPrintln: System.out.println is used
8527 src/Tools/ParseFSSPackets.java 174 SystemPrintln: System.out.println is used
8528 src/Tools/ParseFSSPackets.java 174 SystemPrintln: System.out.println is used
8529 src/Tools/ParseFSSPackets.java 175 SystemPrintln: System.out.println is used
8530 src/Tools/ParseFSSPackets.java 175 SystemPrintln: System.out.println is used
8531 src/Tools/ParseFSSPackets.java 176 SystemPrintln: System.out.println is used
8532 src/Tools/ParseFSSPackets.java 176 SystemPrintln: System.out.println is used
8533 src/Tools/ParseFSSPackets.java 177 SystemPrintln: System.out.println is used
8534 src/Tools/ParseFSSPackets.java 177 SystemPrintln: System.out.println is used
8535 src/Tools/ParseFSSPackets.java 179 ConfusingTernary: Avoid if (x != y) ..; else ..;
8536 src/Tools/ParseFSSPackets.java 179 ConfusingTernary: Avoid if (x != y) ..; else ..;
8537 src/Tools/ParseFSSPackets.java 185 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
8538 src/Tools/ParseFSSPackets.java 185 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
8539 src/Tools/ParseFSSPackets.java 191 SystemPrintln: System.out.println is used
8540 src/Tools/ParseFSSPackets.java 191 SystemPrintln: System.out.println is used
8541 src/Tools/ParseFSSPackets.java 192 AvoidDuplicateLiterals: The String literal " - Service type " appears 6 times in this file; the first occurrence is on line 192
8542 src/Tools/ParseFSSPackets.java 192 AvoidDuplicateLiterals: The String literal " - Service type " appears 6 times in this file; the first occurrence is on line 192
8543 src/Tools/ParseFSSPackets.java 192 SystemPrintln: System.out.println is used
8544 src/Tools/ParseFSSPackets.java 192 SystemPrintln: System.out.println is used
8545 src/Tools/ParseFSSPackets.java 193 AvoidDuplicateLiterals: The String literal " - Service capacity " appears 4 times in this file; the first occurrence is on line 193
8546 src/Tools/ParseFSSPackets.java 193 AvoidDuplicateLiterals: The String literal " - Service capacity " appears 4 times in this file; the first occurrence is on line 193
8547 src/Tools/ParseFSSPackets.java 193 SystemPrintln: System.out.println is used
8548 src/Tools/ParseFSSPackets.java 193 SystemPrintln: System.out.println is used
8549 src/Tools/ParseFSSPackets.java 196 SystemPrintln: System.out.println is used
8550 src/Tools/ParseFSSPackets.java 196 SystemPrintln: System.out.println is used
8551 src/Tools/ParseFSSPackets.java 197 SystemPrintln: System.out.println is used
8552 src/Tools/ParseFSSPackets.java 197 SystemPrintln: System.out.println is used
8553 src/Tools/ParseFSSPackets.java 199 SystemPrintln: System.out.println is used
8554 src/Tools/ParseFSSPackets.java 199 SystemPrintln: System.out.println is used
8555 src/Tools/ParseFSSPackets.java 200 SystemPrintln: System.out.println is used
8556 src/Tools/ParseFSSPackets.java 200 SystemPrintln: System.out.println is used
8557 src/Tools/ParseFSSPackets.java 202 SystemPrintln: System.out.println is used
8558 src/Tools/ParseFSSPackets.java 202 SystemPrintln: System.out.println is used
8559 src/Tools/ParseFSSPackets.java 203 SystemPrintln: System.out.println is used
8560 src/Tools/ParseFSSPackets.java 203 SystemPrintln: System.out.println is used
8561 src/Tools/ParseFSSPackets.java 204 SystemPrintln: System.out.println is used
8562 src/Tools/ParseFSSPackets.java 204 SystemPrintln: System.out.println is used
8563 src/Tools/ParseFSSPackets.java 208 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
8564 src/Tools/ParseFSSPackets.java 208 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
8565 src/Tools/ParseFSSPackets.java 210 SystemPrintln: System.out.println is used
8566 src/Tools/ParseFSSPackets.java 210 SystemPrintln: System.out.println is used
8567 src/Tools/ParseFSSPackets.java 212 SystemPrintln: System.out.println is used
8568 src/Tools/ParseFSSPackets.java 212 SystemPrintln: System.out.println is used
8569 src/Tools/ParseFSSPackets.java 214 SystemPrintln: System.out.println is used
8570 src/Tools/ParseFSSPackets.java 214 SystemPrintln: System.out.println is used
8571 src/Tools/ParseFSSPackets.java 216 SystemPrintln: System.out.println is used
8572 src/Tools/ParseFSSPackets.java 216 SystemPrintln: System.out.println is used
8573 src/Tools/ParseFSSPackets.java 223 SystemPrintln: System.out.println is used
8574 src/Tools/ParseFSSPackets.java 223 SystemPrintln: System.out.println is used
8575 src/Tools/ParseFSSPackets.java 224 SystemPrintln: System.out.println is used
8576 src/Tools/ParseFSSPackets.java 224 SystemPrintln: System.out.println is used
8577 src/Tools/ParseFSSPackets.java 225 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
8578 src/Tools/ParseFSSPackets.java 225 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
8579 src/Tools/ParseFSSPackets.java 229 SystemPrintln: System.out.println is used
8580 src/Tools/ParseFSSPackets.java 229 SystemPrintln: System.out.println is used
8581 src/Tools/ParseFSSPackets.java 234 SystemPrintln: System.out.println is used
8582 src/Tools/ParseFSSPackets.java 234 SystemPrintln: System.out.println is used
8583 src/Tools/ParseFSSPackets.java 238 SystemPrintln: System.out.println is used
8584 src/Tools/ParseFSSPackets.java 238 SystemPrintln: System.out.println is used
8585 src/Tools/ParseFSSPackets.java 239 SystemPrintln: System.out.println is used
8586 src/Tools/ParseFSSPackets.java 239 SystemPrintln: System.out.println is used
8587 src/Tools/ParseFSSPackets.java 248 UselessParentheses: Useless parentheses.
8588 src/Tools/ParseFSSPackets.java 248 UselessParentheses: Useless parentheses.
8589 src/Tools/ParseFSSPackets.java 252 UselessParentheses: Useless parentheses.
8590 src/Tools/ParseFSSPackets.java 252 UselessParentheses: Useless parentheses.
8591 src/Tools/ParseFSSPackets.java 253 UselessParentheses: Useless parentheses.
8592 src/Tools/ParseFSSPackets.java 253 UselessParentheses: Useless parentheses.
8593 src/Tools/ParseFSSPackets.java 256 SystemPrintln: System.out.println is used
8594 src/Tools/ParseFSSPackets.java 256 SystemPrintln: System.out.println is used
8595 src/Tools/ParseFSSPackets.java 257 SystemPrintln: System.out.println is used
8596 src/Tools/ParseFSSPackets.java 257 SystemPrintln: System.out.println is used
8597 src/Tools/ParseFSSPackets.java 258 SystemPrintln: System.out.println is used
8598 src/Tools/ParseFSSPackets.java 258 SystemPrintln: System.out.println is used
8599 src/Tools/ParseFSSPackets.java 259 SystemPrintln: System.out.println is used
8600 src/Tools/ParseFSSPackets.java 259 SystemPrintln: System.out.println is used
8601 src/Tools/ParseFSSPackets.java 260 SystemPrintln: System.out.println is used
8602 src/Tools/ParseFSSPackets.java 260 SystemPrintln: System.out.println is used
8603 src/Tools/ParseFSSPackets.java 261 SystemPrintln: System.out.println is used
8604 src/Tools/ParseFSSPackets.java 261 SystemPrintln: System.out.println is used
8605 src/Tools/ParseFSSPackets.java 262 SystemPrintln: System.out.println is used
8606 src/Tools/ParseFSSPackets.java 262 SystemPrintln: System.out.println is used
8607 src/Tools/ParseFSSPackets.java 264 ConfusingTernary: Avoid if (x != y) ..; else ..;
8608 src/Tools/ParseFSSPackets.java 264 ConfusingTernary: Avoid if (x != y) ..; else ..;
8609 src/Tools/ParseFSSPackets.java 269 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
8610 src/Tools/ParseFSSPackets.java 269 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
8611 src/Tools/ParseFSSPackets.java 276 SystemPrintln: System.out.println is used
8612 src/Tools/ParseFSSPackets.java 276 SystemPrintln: System.out.println is used
8613 src/Tools/ParseFSSPackets.java 277 SystemPrintln: System.out.println is used
8614 src/Tools/ParseFSSPackets.java 277 SystemPrintln: System.out.println is used
8615 src/Tools/ParseFSSPackets.java 278 SystemPrintln: System.out.println is used
8616 src/Tools/ParseFSSPackets.java 278 SystemPrintln: System.out.println is used
8617 src/Tools/ParseFSSPackets.java 281 SystemPrintln: System.out.println is used
8618 src/Tools/ParseFSSPackets.java 281 SystemPrintln: System.out.println is used
8619 src/Tools/ParseFSSPackets.java 282 SystemPrintln: System.out.println is used
8620 src/Tools/ParseFSSPackets.java 282 SystemPrintln: System.out.println is used
8621 src/Tools/ParseFSSPackets.java 284 SystemPrintln: System.out.println is used
8622 src/Tools/ParseFSSPackets.java 284 SystemPrintln: System.out.println is used
8623 src/Tools/ParseFSSPackets.java 285 SystemPrintln: System.out.println is used
8624 src/Tools/ParseFSSPackets.java 285 SystemPrintln: System.out.println is used
8625 src/Tools/ParseFSSPackets.java 287 SystemPrintln: System.out.println is used
8626 src/Tools/ParseFSSPackets.java 287 SystemPrintln: System.out.println is used
8627 src/Tools/ParseFSSPackets.java 288 SystemPrintln: System.out.println is used
8628 src/Tools/ParseFSSPackets.java 288 SystemPrintln: System.out.println is used
8629 src/Tools/ParseFSSPackets.java 289 SystemPrintln: System.out.println is used
8630 src/Tools/ParseFSSPackets.java 289 SystemPrintln: System.out.println is used
8631 src/Tools/ParseFSSPackets.java 294 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
8632 src/Tools/ParseFSSPackets.java 294 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
8633 src/Tools/ParseFSSPackets.java 296 SystemPrintln: System.out.println is used
8634 src/Tools/ParseFSSPackets.java 296 SystemPrintln: System.out.println is used
8635 src/Tools/ParseFSSPackets.java 298 SystemPrintln: System.out.println is used
8636 src/Tools/ParseFSSPackets.java 298 SystemPrintln: System.out.println is used
8637 src/Tools/ParseFSSPackets.java 300 SystemPrintln: System.out.println is used
8638 src/Tools/ParseFSSPackets.java 300 SystemPrintln: System.out.println is used
8639 src/Tools/ParseFSSPackets.java 302 SystemPrintln: System.out.println is used
8640 src/Tools/ParseFSSPackets.java 302 SystemPrintln: System.out.println is used
8641 src/Tools/ParseFSSPackets.java 309 SystemPrintln: System.out.println is used
8642 src/Tools/ParseFSSPackets.java 309 SystemPrintln: System.out.println is used
8643 src/Tools/ParseFSSPackets.java 310 SystemPrintln: System.out.println is used
8644 src/Tools/ParseFSSPackets.java 310 SystemPrintln: System.out.println is used
8645 src/Tools/ParseFSSPackets.java 311 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
8646 src/Tools/ParseFSSPackets.java 311 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
8647 src/Tools/ParseFSSPackets.java 315 SystemPrintln: System.out.println is used
8648 src/Tools/ParseFSSPackets.java 315 SystemPrintln: System.out.println is used
8649 src/Tools/ParseFSSPackets.java 321 SystemPrintln: System.out.println is used
8650 src/Tools/ParseFSSPackets.java 321 SystemPrintln: System.out.println is used
8651 src/Tools/ParseFSSPackets.java 328 SystemPrintln: System.out.println is used
8652 src/Tools/ParseFSSPackets.java 328 SystemPrintln: System.out.println is used
8653 src/Tools/ParseFSSPackets.java 331 CommentRequired: Public method and constructor comments are required
8654 src/Tools/ParseFSSPackets.java 331 CommentRequired: Public method and constructor comments are required
8655 src/Tools/ParseFSSPackets.java 331 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
8656 src/Tools/ParseFSSPackets.java 331 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
8657 src/Tools/ParseFSSPackets.java 332 LocalVariableCouldBeFinal: Local variable 'lsb' could be declared final
8658 src/Tools/ParseFSSPackets.java 332 LocalVariableCouldBeFinal: Local variable 'lsb' could be declared final
8659 src/Tools/ParseFSSPackets.java 333 LocalVariableCouldBeFinal: Local variable 'msb' could be declared final
8660 src/Tools/ParseFSSPackets.java 333 LocalVariableCouldBeFinal: Local variable 'msb' could be declared final
8661 src/Tools/ParseFSSPackets.java 335 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
8662 src/Tools/ParseFSSPackets.java 335 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
8663 src/Tools/ParseFSSPackets.java 335 UselessParentheses: Useless parentheses.
8664 src/Tools/ParseFSSPackets.java 335 UselessParentheses: Useless parentheses.
8665 src/Tools/ParseFSSPackets.java 337 UselessParentheses: Useless parentheses.
8666 src/Tools/ParseFSSPackets.java 337 UselessParentheses: Useless parentheses.
8667 src/Tools/ParseFSSPackets.java 341 CommentRequired: Public method and constructor comments are required
8668 src/Tools/ParseFSSPackets.java 341 CommentRequired: Public method and constructor comments are required
8669 src/Tools/ParseFSSPackets.java 341 MethodArgumentCouldBeFinal: Parameter 'rssi_dec' is not assigned and could be declared final
8670 src/Tools/ParseFSSPackets.java 341 MethodArgumentCouldBeFinal: Parameter 'rssi_dec' is not assigned and could be declared final
8671 src/Tools/ParseFSSPackets.java 342 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
8672 src/Tools/ParseFSSPackets.java 342 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
8673 src/Tools/ParseFSSPackets.java 343 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
8674 src/Tools/ParseFSSPackets.java 343 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
8675 src/Tools/ParseFSSPackets.java 343 UselessParentheses: Useless parentheses.
8676 src/Tools/ParseFSSPackets.java 343 UselessParentheses: Useless parentheses.
8677 src/Tools/ParseFSSPackets.java 345 UselessParentheses: Useless parentheses.
8678 src/Tools/ParseFSSPackets.java 345 UselessParentheses: Useless parentheses.
8679 src/Tools/ParseFSSPackets.java 349 CommentRequired: Public method and constructor comments are required
8680 src/Tools/ParseFSSPackets.java 349 CommentRequired: Public method and constructor comments are required
8681 src/Tools/ParseFSSPackets.java 349 MethodArgumentCouldBeFinal: Parameter 'lqi' is not assigned and could be declared final
8682 src/Tools/ParseFSSPackets.java 349 MethodArgumentCouldBeFinal: Parameter 'lqi' is not assigned and could be declared final
8683 src/Tools/ParseFSSPackets.java 354 CommentRequired: Public method and constructor comments are required
8684 src/Tools/ParseFSSPackets.java 354 CommentRequired: Public method and constructor comments are required
8685 src/Tools/ParseFSSPackets.java 354 MethodArgumentCouldBeFinal: Parameter 'actual_rssi' is not assigned and could be declared final
8686 src/Tools/ParseFSSPackets.java 354 MethodArgumentCouldBeFinal: Parameter 'actual_rssi' is not assigned and could be declared final
8687 src/Tools/ParseFSSPackets.java 354 MethodArgumentCouldBeFinal: Parameter 'last_rssi' is not assigned and could be declared final
8688 src/Tools/ParseFSSPackets.java 354 MethodArgumentCouldBeFinal: Parameter 'last_rssi' is not assigned and could be declared final
8689 src/Tools/ParseHKFile.java 1 PackageCase: Package name contains upper case characters
8690 src/Tools/ParseHKFile.java 1 PackageCase: Package name contains upper case characters
8691 src/Tools/ParseHKFile.java 13 CommentRequired: Class comments are required
8692 src/Tools/ParseHKFile.java 13 CommentRequired: Class comments are required
8693 src/Tools/ParseHKFile.java 13 ModifiedCyclomaticComplexity: The class 'ParseHKFile' has a Modified Cyclomatic Complexity of 3 (Highest = 10).
8694 src/Tools/ParseHKFile.java 13 ModifiedCyclomaticComplexity: The class 'ParseHKFile' has a Modified Cyclomatic Complexity of 3 (Highest = 10).
8695 src/Tools/ParseHKFile.java 13 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
8696 src/Tools/ParseHKFile.java 13 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
8697 src/Tools/ParseHKFile.java 15 CommentRequired: Public method and constructor comments are required
8698 src/Tools/ParseHKFile.java 15 CommentRequired: Public method and constructor comments are required
8699 src/Tools/ParseHKFile.java 15 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
8700 src/Tools/ParseHKFile.java 15 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
8701 src/Tools/ParseHKFile.java 16 LocalVariableCouldBeFinal: Local variable 'lsb' could be declared final
8702 src/Tools/ParseHKFile.java 16 LocalVariableCouldBeFinal: Local variable 'lsb' could be declared final
8703 src/Tools/ParseHKFile.java 17 LocalVariableCouldBeFinal: Local variable 'msb' could be declared final
8704 src/Tools/ParseHKFile.java 17 LocalVariableCouldBeFinal: Local variable 'msb' could be declared final
8705 src/Tools/ParseHKFile.java 19 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
8706 src/Tools/ParseHKFile.java 19 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
8707 src/Tools/ParseHKFile.java 19 UselessParentheses: Useless parentheses.
8708 src/Tools/ParseHKFile.java 19 UselessParentheses: Useless parentheses.
8709 src/Tools/ParseHKFile.java 21 UselessParentheses: Useless parentheses.
8710 src/Tools/ParseHKFile.java 21 UselessParentheses: Useless parentheses.
8711 src/Tools/ParseHKFile.java 25 CommentRequired: Public method and constructor comments are required
8712 src/Tools/ParseHKFile.java 25 CommentRequired: Public method and constructor comments are required
8713 src/Tools/ParseHKFile.java 25 MethodArgumentCouldBeFinal: Parameter 'rssi_dec' is not assigned and could be declared final
8714 src/Tools/ParseHKFile.java 25 MethodArgumentCouldBeFinal: Parameter 'rssi_dec' is not assigned and could be declared final
8715 src/Tools/ParseHKFile.java 26 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
8716 src/Tools/ParseHKFile.java 26 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
8717 src/Tools/ParseHKFile.java 27 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
8718 src/Tools/ParseHKFile.java 27 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
8719 src/Tools/ParseHKFile.java 27 UselessParentheses: Useless parentheses.
8720 src/Tools/ParseHKFile.java 27 UselessParentheses: Useless parentheses.
8721 src/Tools/ParseHKFile.java 29 UselessParentheses: Useless parentheses.
8722 src/Tools/ParseHKFile.java 29 UselessParentheses: Useless parentheses.
8723 src/Tools/ParseHKFile.java 33 CommentRequired: Public method and constructor comments are required
8724 src/Tools/ParseHKFile.java 33 CommentRequired: Public method and constructor comments are required
8725 src/Tools/ParseHKFile.java 33 MethodArgumentCouldBeFinal: Parameter 'actual_rssi' is not assigned and could be declared final
8726 src/Tools/ParseHKFile.java 33 MethodArgumentCouldBeFinal: Parameter 'actual_rssi' is not assigned and could be declared final
8727 src/Tools/ParseHKFile.java 33 MethodArgumentCouldBeFinal: Parameter 'last_rssi' is not assigned and could be declared final
8728 src/Tools/ParseHKFile.java 33 MethodArgumentCouldBeFinal: Parameter 'last_rssi' is not assigned and could be declared final
8729 src/Tools/ParseHKFile.java 38 CommentRequired: Public method and constructor comments are required
8730 src/Tools/ParseHKFile.java 38 CommentRequired: Public method and constructor comments are required
8731 src/Tools/ParseHKFile.java 38 MethodArgumentCouldBeFinal: Parameter 'lqi' is not assigned and could be declared final
8732 src/Tools/ParseHKFile.java 38 MethodArgumentCouldBeFinal: Parameter 'lqi' is not assigned and could be declared final
8733 src/Tools/ParseHKFile.java 44 CommentRequired: Public method and constructor comments are required
8734 src/Tools/ParseHKFile.java 44 CommentRequired: Public method and constructor comments are required
8735 src/Tools/ParseHKFile.java 44 ExcessiveMethodLength: Avoid really long methods.
8736 src/Tools/ParseHKFile.java 44 ExcessiveMethodLength: Avoid really long methods.
8737 src/Tools/ParseHKFile.java 44 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
8738 src/Tools/ParseHKFile.java 44 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
8739 src/Tools/ParseHKFile.java 44 ModifiedCyclomaticComplexity: The method 'main' has a Modified Cyclomatic Complexity of 10.
8740 src/Tools/ParseHKFile.java 44 ModifiedCyclomaticComplexity: The method 'main' has a Modified Cyclomatic Complexity of 10.
8741 src/Tools/ParseHKFile.java 44 NcssCount: The method 'main(String)' has a NCSS line count of 155.
8742 src/Tools/ParseHKFile.java 44 NcssCount: The method 'main(String)' has a NCSS line count of 155.
8743 src/Tools/ParseHKFile.java 46 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'input_arg' (lines '46'-'56').
8744 src/Tools/ParseHKFile.java 46 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'input_arg' (lines '46'-'56').
8745 src/Tools/ParseHKFile.java 46 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'input_arg' (lines '46'-'234').
8746 src/Tools/ParseHKFile.java 46 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'input_arg' (lines '46'-'234').
8747 src/Tools/ParseHKFile.java 47 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'input' (lines '47'-'64').
8748 src/Tools/ParseHKFile.java 47 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'input' (lines '47'-'64').
8749 src/Tools/ParseHKFile.java 49 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'output_arg' (lines '49'-'59').
8750 src/Tools/ParseHKFile.java 49 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'output_arg' (lines '49'-'59').
8751 src/Tools/ParseHKFile.java 49 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'output_arg' (lines '49'-'234').
8752 src/Tools/ParseHKFile.java 49 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'output_arg' (lines '49'-'234').
8753 src/Tools/ParseHKFile.java 50 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'output' (lines '50'-'68').
8754 src/Tools/ParseHKFile.java 50 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'output' (lines '50'-'68').
8755 src/Tools/ParseHKFile.java 53 LocalVariableCouldBeFinal: Local variable 'arg' could be declared final
8756 src/Tools/ParseHKFile.java 53 LocalVariableCouldBeFinal: Local variable 'arg' could be declared final
8757 src/Tools/ParseHKFile.java 54 ImplicitSwitchFallThrough: A switch statement does not contain a break
8758 src/Tools/ParseHKFile.java 54 ImplicitSwitchFallThrough: A switch statement does not contain a break
8759 src/Tools/ParseHKFile.java 56 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'input_arg' (lines '56'-'234').
8760 src/Tools/ParseHKFile.java 56 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'input_arg' (lines '56'-'234').
8761 src/Tools/ParseHKFile.java 59 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'output_arg' (lines '59'-'234').
8762 src/Tools/ParseHKFile.java 59 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'output_arg' (lines '59'-'234').
8763 src/Tools/ParseHKFile.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'input_arg' (lines '63'-'56').
8764 src/Tools/ParseHKFile.java 63 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'input_arg' (lines '63'-'56').
8765 src/Tools/ParseHKFile.java 63 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'input_arg' (lines '63'-'234').
8766 src/Tools/ParseHKFile.java 63 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'input_arg' (lines '63'-'234').
8767 src/Tools/ParseHKFile.java 64 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'input' (lines '64'-'64').
8768 src/Tools/ParseHKFile.java 64 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'input' (lines '64'-'64').
8769 src/Tools/ParseHKFile.java 67 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'output_arg' (lines '67'-'59').
8770 src/Tools/ParseHKFile.java 67 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'output_arg' (lines '67'-'59').
8771 src/Tools/ParseHKFile.java 67 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'output_arg' (lines '67'-'234').
8772 src/Tools/ParseHKFile.java 67 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'output_arg' (lines '67'-'234').
8773 src/Tools/ParseHKFile.java 68 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'output' (lines '68'-'68').
8774 src/Tools/ParseHKFile.java 68 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'output' (lines '68'-'68').
8775 src/Tools/ParseHKFile.java 74 CloseResource: Ensure that resources like this OutputStreamWriter object are closed after use
8776 src/Tools/ParseHKFile.java 74 CloseResource: Ensure that resources like this OutputStreamWriter object are closed after use
8777 src/Tools/ParseHKFile.java 74 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'writer' (lines '74'-'78').
8778 src/Tools/ParseHKFile.java 74 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'writer' (lines '74'-'78').
8779 src/Tools/ParseHKFile.java 75 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8780 src/Tools/ParseHKFile.java 75 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8781 src/Tools/ParseHKFile.java 76 LocalVariableCouldBeFinal: Local variable 'file' could be declared final
8782 src/Tools/ParseHKFile.java 76 LocalVariableCouldBeFinal: Local variable 'file' could be declared final
8783 src/Tools/ParseHKFile.java 78 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
8784 src/Tools/ParseHKFile.java 78 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
8785 src/Tools/ParseHKFile.java 81 ShortVariable: Avoid variables with short names like s
8786 src/Tools/ParseHKFile.java 81 ShortVariable: Avoid variables with short names like s
8787 src/Tools/ParseHKFile.java 85 LocalVariableCouldBeFinal: Local variable 'header_size' could be declared final
8788 src/Tools/ParseHKFile.java 85 LocalVariableCouldBeFinal: Local variable 'header_size' could be declared final
8789 src/Tools/ParseHKFile.java 86 LocalVariableCouldBeFinal: Local variable 'item_size' could be declared final
8790 src/Tools/ParseHKFile.java 86 LocalVariableCouldBeFinal: Local variable 'item_size' could be declared final
8791 src/Tools/ParseHKFile.java 88 LocalVariableCouldBeFinal: Local variable 'result_file' could be declared final
8792 src/Tools/ParseHKFile.java 88 LocalVariableCouldBeFinal: Local variable 'result_file' could be declared final
8793 src/Tools/ParseHKFile.java 89 LocalVariableCouldBeFinal: Local variable 'hk_file' could be declared final
8794 src/Tools/ParseHKFile.java 89 LocalVariableCouldBeFinal: Local variable 'hk_file' could be declared final
8795 src/Tools/ParseHKFile.java 90 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
8796 src/Tools/ParseHKFile.java 90 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
8797 src/Tools/ParseHKFile.java 90 CloseResource: Ensure that resources like this FileInputStream object are closed after use
8798 src/Tools/ParseHKFile.java 90 CloseResource: Ensure that resources like this FileInputStream object are closed after use
8799 src/Tools/ParseHKFile.java 90 LocalVariableCouldBeFinal: Local variable 'file_stream' could be declared final
8800 src/Tools/ParseHKFile.java 90 LocalVariableCouldBeFinal: Local variable 'file_stream' could be declared final
8801 src/Tools/ParseHKFile.java 92 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8802 src/Tools/ParseHKFile.java 92 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8803 src/Tools/ParseHKFile.java 95 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
8804 src/Tools/ParseHKFile.java 95 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
8805 src/Tools/ParseHKFile.java 96 LocalVariableCouldBeFinal: Local variable 'header_bytes' could be declared final
8806 src/Tools/ParseHKFile.java 96 LocalVariableCouldBeFinal: Local variable 'header_bytes' could be declared final
8807 src/Tools/ParseHKFile.java 98 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8808 src/Tools/ParseHKFile.java 98 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8809 src/Tools/ParseHKFile.java 99 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8810 src/Tools/ParseHKFile.java 99 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8811 src/Tools/ParseHKFile.java 101 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8812 src/Tools/ParseHKFile.java 101 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8813 src/Tools/ParseHKFile.java 101 LocalVariableCouldBeFinal: Local variable 'sw_version' could be declared final
8814 src/Tools/ParseHKFile.java 101 LocalVariableCouldBeFinal: Local variable 'sw_version' could be declared final
8815 src/Tools/ParseHKFile.java 101 UselessParentheses: Useless parentheses.
8816 src/Tools/ParseHKFile.java 101 UselessParentheses: Useless parentheses.
8817 src/Tools/ParseHKFile.java 102 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8818 src/Tools/ParseHKFile.java 102 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8819 src/Tools/ParseHKFile.java 102 LocalVariableCouldBeFinal: Local variable 'first' could be declared final
8820 src/Tools/ParseHKFile.java 102 LocalVariableCouldBeFinal: Local variable 'first' could be declared final
8821 src/Tools/ParseHKFile.java 103 LocalVariableCouldBeFinal: Local variable 'sat_id' could be declared final
8822 src/Tools/ParseHKFile.java 103 LocalVariableCouldBeFinal: Local variable 'sat_id' could be declared final
8823 src/Tools/ParseHKFile.java 103 UselessParentheses: Useless parentheses.
8824 src/Tools/ParseHKFile.java 103 UselessParentheses: Useless parentheses.
8825 src/Tools/ParseHKFile.java 104 LocalVariableCouldBeFinal: Local variable 'exp_number' could be declared final
8826 src/Tools/ParseHKFile.java 104 LocalVariableCouldBeFinal: Local variable 'exp_number' could be declared final
8827 src/Tools/ParseHKFile.java 105 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8828 src/Tools/ParseHKFile.java 105 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8829 src/Tools/ParseHKFile.java 105 LocalVariableCouldBeFinal: Local variable 'start_time' could be declared final
8830 src/Tools/ParseHKFile.java 105 LocalVariableCouldBeFinal: Local variable 'start_time' could be declared final
8831 src/Tools/ParseHKFile.java 107 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8832 src/Tools/ParseHKFile.java 107 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8833 src/Tools/ParseHKFile.java 108 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8834 src/Tools/ParseHKFile.java 108 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8835 src/Tools/ParseHKFile.java 109 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8836 src/Tools/ParseHKFile.java 109 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8837 src/Tools/ParseHKFile.java 110 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8838 src/Tools/ParseHKFile.java 110 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8839 src/Tools/ParseHKFile.java 111 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8840 src/Tools/ParseHKFile.java 111 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8841 src/Tools/ParseHKFile.java 114 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'item' (lines '114'-'234').
8842 src/Tools/ParseHKFile.java 114 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'item' (lines '114'-'234').
8843 src/Tools/ParseHKFile.java 114 LocalVariableCouldBeFinal: Local variable 'item' could be declared final
8844 src/Tools/ParseHKFile.java 114 LocalVariableCouldBeFinal: Local variable 'item' could be declared final
8845 src/Tools/ParseHKFile.java 115 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'item_bytes' (lines '115'-'234').
8846 src/Tools/ParseHKFile.java 115 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'item_bytes' (lines '115'-'234').
8847 src/Tools/ParseHKFile.java 115 LocalVariableCouldBeFinal: Local variable 'item_bytes' could be declared final
8848 src/Tools/ParseHKFile.java 115 LocalVariableCouldBeFinal: Local variable 'item_bytes' could be declared final
8849 src/Tools/ParseHKFile.java 122 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8850 src/Tools/ParseHKFile.java 122 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8851 src/Tools/ParseHKFile.java 129 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8852 src/Tools/ParseHKFile.java 129 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8853 src/Tools/ParseHKFile.java 131 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8854 src/Tools/ParseHKFile.java 131 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8855 src/Tools/ParseHKFile.java 133 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8856 src/Tools/ParseHKFile.java 133 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8857 src/Tools/ParseHKFile.java 134 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8858 src/Tools/ParseHKFile.java 134 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8859 src/Tools/ParseHKFile.java 135 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8860 src/Tools/ParseHKFile.java 135 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8861 src/Tools/ParseHKFile.java 136 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8862 src/Tools/ParseHKFile.java 136 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8863 src/Tools/ParseHKFile.java 137 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8864 src/Tools/ParseHKFile.java 137 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8865 src/Tools/ParseHKFile.java 140 ControlStatementBraces: This statement should have braces
8866 src/Tools/ParseHKFile.java 140 ControlStatementBraces: This statement should have braces
8867 src/Tools/ParseHKFile.java 140 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8868 src/Tools/ParseHKFile.java 140 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8869 src/Tools/ParseHKFile.java 142 ControlStatementBraces: This statement should have braces
8870 src/Tools/ParseHKFile.java 142 ControlStatementBraces: This statement should have braces
8871 src/Tools/ParseHKFile.java 142 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8872 src/Tools/ParseHKFile.java 142 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8873 src/Tools/ParseHKFile.java 143 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8874 src/Tools/ParseHKFile.java 143 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8875 src/Tools/ParseHKFile.java 145 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8876 src/Tools/ParseHKFile.java 145 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8877 src/Tools/ParseHKFile.java 146 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8878 src/Tools/ParseHKFile.java 146 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8879 src/Tools/ParseHKFile.java 147 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8880 src/Tools/ParseHKFile.java 147 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8881 src/Tools/ParseHKFile.java 149 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8882 src/Tools/ParseHKFile.java 149 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8883 src/Tools/ParseHKFile.java 150 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8884 src/Tools/ParseHKFile.java 150 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8885 src/Tools/ParseHKFile.java 151 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8886 src/Tools/ParseHKFile.java 151 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8887 src/Tools/ParseHKFile.java 153 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8888 src/Tools/ParseHKFile.java 153 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8889 src/Tools/ParseHKFile.java 155 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8890 src/Tools/ParseHKFile.java 155 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8891 src/Tools/ParseHKFile.java 156 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8892 src/Tools/ParseHKFile.java 156 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8893 src/Tools/ParseHKFile.java 157 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8894 src/Tools/ParseHKFile.java 157 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8895 src/Tools/ParseHKFile.java 158 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8896 src/Tools/ParseHKFile.java 158 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8897 src/Tools/ParseHKFile.java 159 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8898 src/Tools/ParseHKFile.java 159 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8899 src/Tools/ParseHKFile.java 161 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8900 src/Tools/ParseHKFile.java 161 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8901 src/Tools/ParseHKFile.java 162 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8902 src/Tools/ParseHKFile.java 162 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8903 src/Tools/ParseHKFile.java 163 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8904 src/Tools/ParseHKFile.java 163 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8905 src/Tools/ParseHKFile.java 164 LocalVariableCouldBeFinal: Local variable 'actual_rssi' could be declared final
8906 src/Tools/ParseHKFile.java 164 LocalVariableCouldBeFinal: Local variable 'actual_rssi' could be declared final
8907 src/Tools/ParseHKFile.java 165 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8908 src/Tools/ParseHKFile.java 165 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8909 src/Tools/ParseHKFile.java 166 LocalVariableCouldBeFinal: Local variable 'last_rssi' could be declared final
8910 src/Tools/ParseHKFile.java 166 LocalVariableCouldBeFinal: Local variable 'last_rssi' could be declared final
8911 src/Tools/ParseHKFile.java 167 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8912 src/Tools/ParseHKFile.java 167 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8913 src/Tools/ParseHKFile.java 168 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8914 src/Tools/ParseHKFile.java 168 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8915 src/Tools/ParseHKFile.java 169 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8916 src/Tools/ParseHKFile.java 169 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8917 src/Tools/ParseHKFile.java 170 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8918 src/Tools/ParseHKFile.java 170 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8919 src/Tools/ParseHKFile.java 171 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
8920 src/Tools/ParseHKFile.java 171 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
8921 src/Tools/ParseHKFile.java 171 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '171'-'172').
8922 src/Tools/ParseHKFile.java 171 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '171'-'172').
8923 src/Tools/ParseHKFile.java 172 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '172'-'173').
8924 src/Tools/ParseHKFile.java 172 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '172'-'173').
8925 src/Tools/ParseHKFile.java 173 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '173'-'174').
8926 src/Tools/ParseHKFile.java 173 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '173'-'174').
8927 src/Tools/ParseHKFile.java 174 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '174'-'175').
8928 src/Tools/ParseHKFile.java 174 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '174'-'175').
8929 src/Tools/ParseHKFile.java 176 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8930 src/Tools/ParseHKFile.java 176 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8931 src/Tools/ParseHKFile.java 177 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '177'-'178').
8932 src/Tools/ParseHKFile.java 177 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '177'-'178').
8933 src/Tools/ParseHKFile.java 178 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '178'-'179').
8934 src/Tools/ParseHKFile.java 178 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '178'-'179').
8935 src/Tools/ParseHKFile.java 179 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '179'-'180').
8936 src/Tools/ParseHKFile.java 179 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '179'-'180').
8937 src/Tools/ParseHKFile.java 181 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8938 src/Tools/ParseHKFile.java 181 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8939 src/Tools/ParseHKFile.java 182 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '182'-'183').
8940 src/Tools/ParseHKFile.java 182 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '182'-'183').
8941 src/Tools/ParseHKFile.java 183 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '183'-'184').
8942 src/Tools/ParseHKFile.java 183 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '183'-'184').
8943 src/Tools/ParseHKFile.java 184 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '184'-'185').
8944 src/Tools/ParseHKFile.java 184 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '184'-'185').
8945 src/Tools/ParseHKFile.java 186 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8946 src/Tools/ParseHKFile.java 186 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8947 src/Tools/ParseHKFile.java 187 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '187'-'188').
8948 src/Tools/ParseHKFile.java 187 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '187'-'188').
8949 src/Tools/ParseHKFile.java 188 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '188'-'189').
8950 src/Tools/ParseHKFile.java 188 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '188'-'189').
8951 src/Tools/ParseHKFile.java 189 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '189'-'190').
8952 src/Tools/ParseHKFile.java 189 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '189'-'190').
8953 src/Tools/ParseHKFile.java 191 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8954 src/Tools/ParseHKFile.java 191 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8955 src/Tools/ParseHKFile.java 192 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '192'-'193').
8956 src/Tools/ParseHKFile.java 192 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '192'-'193').
8957 src/Tools/ParseHKFile.java 194 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8958 src/Tools/ParseHKFile.java 194 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8959 src/Tools/ParseHKFile.java 195 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '195'-'196').
8960 src/Tools/ParseHKFile.java 195 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '195'-'196').
8961 src/Tools/ParseHKFile.java 197 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8962 src/Tools/ParseHKFile.java 197 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8963 src/Tools/ParseHKFile.java 198 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '198'-'199').
8964 src/Tools/ParseHKFile.java 198 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '198'-'199').
8965 src/Tools/ParseHKFile.java 200 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8966 src/Tools/ParseHKFile.java 200 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8967 src/Tools/ParseHKFile.java 201 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '201'-'202').
8968 src/Tools/ParseHKFile.java 201 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '201'-'202').
8969 src/Tools/ParseHKFile.java 203 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8970 src/Tools/ParseHKFile.java 203 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8971 src/Tools/ParseHKFile.java 204 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '204'-'205').
8972 src/Tools/ParseHKFile.java 204 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '204'-'205').
8973 src/Tools/ParseHKFile.java 205 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '205'-'206').
8974 src/Tools/ParseHKFile.java 205 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '205'-'206').
8975 src/Tools/ParseHKFile.java 206 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '206'-'207').
8976 src/Tools/ParseHKFile.java 206 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'my_bytes' (lines '206'-'207').
8977 src/Tools/ParseHKFile.java 208 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
8978 src/Tools/ParseHKFile.java 208 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
8979 src/Tools/ParseHKFile.java 208 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
8980 src/Tools/ParseHKFile.java 208 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
8981 src/Tools/ParseHKFile.java 208 LocalVariableCouldBeFinal: Local variable 'freq' could be declared final
8982 src/Tools/ParseHKFile.java 208 LocalVariableCouldBeFinal: Local variable 'freq' could be declared final
8983 src/Tools/ParseHKFile.java 209 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8984 src/Tools/ParseHKFile.java 209 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8985 src/Tools/ParseHKFile.java 215 LocalVariableCouldBeFinal: Local variable 'footer' could be declared final
8986 src/Tools/ParseHKFile.java 215 LocalVariableCouldBeFinal: Local variable 'footer' could be declared final
8987 src/Tools/ParseHKFile.java 216 LocalVariableCouldBeFinal: Local variable 'footer_bytes' could be declared final
8988 src/Tools/ParseHKFile.java 216 LocalVariableCouldBeFinal: Local variable 'footer_bytes' could be declared final
8989 src/Tools/ParseHKFile.java 218 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8990 src/Tools/ParseHKFile.java 218 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8991 src/Tools/ParseHKFile.java 219 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8992 src/Tools/ParseHKFile.java 219 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8993 src/Tools/ParseHKFile.java 220 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8994 src/Tools/ParseHKFile.java 220 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8995 src/Tools/ParseHKFile.java 221 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8996 src/Tools/ParseHKFile.java 221 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
8997 src/Tools/ParseHKFile.java 221 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8998 src/Tools/ParseHKFile.java 221 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
8999 src/Tools/ParseHKFile.java 222 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
9000 src/Tools/ParseHKFile.java 222 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
9001 src/Tools/ParseHKFile.java 227 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9002 src/Tools/ParseHKFile.java 227 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9003 src/Tools/ParseHKFile.java 229 SystemPrintln: System.out.println is used
9004 src/Tools/ParseHKFile.java 229 SystemPrintln: System.out.println is used
9005 src/Tools/ParsePersistentFile.java 1 PackageCase: Package name contains upper case characters
9006 src/Tools/ParsePersistentFile.java 1 PackageCase: Package name contains upper case characters
9007 src/Tools/ParsePersistentFile.java 7 CommentRequired: Class comments are required
9008 src/Tools/ParsePersistentFile.java 7 CommentRequired: Class comments are required
9009 src/Tools/ParsePersistentFile.java 7 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
9010 src/Tools/ParsePersistentFile.java 7 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
9011 src/Tools/ParsePersistentFile.java 9 CommentRequired: Public method and constructor comments are required
9012 src/Tools/ParsePersistentFile.java 9 CommentRequired: Public method and constructor comments are required
9013 src/Tools/ParsePersistentFile.java 9 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
9014 src/Tools/ParsePersistentFile.java 9 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
9015 src/Tools/ParsePersistentFile.java 11 SystemPrintln: System.out.println is used
9016 src/Tools/ParsePersistentFile.java 11 SystemPrintln: System.out.println is used
9017 src/Tools/ParsePersistentFile.java 12 LocalVariableCouldBeFinal: Local variable 'result_file' could be declared final
9018 src/Tools/ParsePersistentFile.java 12 LocalVariableCouldBeFinal: Local variable 'result_file' could be declared final
9019 src/Tools/ParsePersistentFile.java 13 LocalVariableCouldBeFinal: Local variable 'persistent_file' could be declared final
9020 src/Tools/ParsePersistentFile.java 13 LocalVariableCouldBeFinal: Local variable 'persistent_file' could be declared final
9021 src/Tools/ParsePersistentFile.java 14 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
9022 src/Tools/ParsePersistentFile.java 14 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
9023 src/Tools/ParsePersistentFile.java 14 CloseResource: Ensure that resources like this FileInputStream object are closed after use
9024 src/Tools/ParsePersistentFile.java 14 CloseResource: Ensure that resources like this FileInputStream object are closed after use
9025 src/Tools/ParsePersistentFile.java 14 LocalVariableCouldBeFinal: Local variable 'file_stream' could be declared final
9026 src/Tools/ParsePersistentFile.java 14 LocalVariableCouldBeFinal: Local variable 'file_stream' could be declared final
9027 src/Tools/ParsePersistentFile.java 15 LocalVariableCouldBeFinal: Local variable 'exp_number' could be declared final
9028 src/Tools/ParsePersistentFile.java 15 LocalVariableCouldBeFinal: Local variable 'exp_number' could be declared final
9029 src/Tools/ParsePersistentFile.java 18 SystemPrintln: System.out.println is used
9030 src/Tools/ParsePersistentFile.java 18 SystemPrintln: System.out.println is used
9031 src/Tools/ParsePersistentFile.java 19 SystemPrintln: System.out.println is used
9032 src/Tools/ParsePersistentFile.java 19 SystemPrintln: System.out.println is used
9033 src/Tools/ParseTXPackets.java 1 PackageCase: Package name contains upper case characters
9034 src/Tools/ParseTXPackets.java 1 PackageCase: Package name contains upper case characters
9035 src/Tools/ParseTXPackets.java 10 CommentRequired: Class comments are required
9036 src/Tools/ParseTXPackets.java 10 CommentRequired: Class comments are required
9037 src/Tools/ParseTXPackets.java 10 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
9038 src/Tools/ParseTXPackets.java 10 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
9039 src/Tools/ParseTXPackets.java 12 CommentRequired: Field comments are required
9040 src/Tools/ParseTXPackets.java 12 CommentRequired: Field comments are required
9041 src/Tools/ParseTXPackets.java 12 LongVariable: Avoid excessively long variable names like FSS_PACKET_SERVICE_PUBLISH
9042 src/Tools/ParseTXPackets.java 12 LongVariable: Avoid excessively long variable names like FSS_PACKET_SERVICE_PUBLISH
9043 src/Tools/ParseTXPackets.java 13 CommentRequired: Field comments are required
9044 src/Tools/ParseTXPackets.java 13 CommentRequired: Field comments are required
9045 src/Tools/ParseTXPackets.java 13 LongVariable: Avoid excessively long variable names like FSS_PACKET_SERVICE_REQUEST
9046 src/Tools/ParseTXPackets.java 13 LongVariable: Avoid excessively long variable names like FSS_PACKET_SERVICE_REQUEST
9047 src/Tools/ParseTXPackets.java 14 CommentRequired: Field comments are required
9048 src/Tools/ParseTXPackets.java 14 CommentRequired: Field comments are required
9049 src/Tools/ParseTXPackets.java 14 LongVariable: Avoid excessively long variable names like FSS_PACKET_SERVICE_ACCEPT
9050 src/Tools/ParseTXPackets.java 14 LongVariable: Avoid excessively long variable names like FSS_PACKET_SERVICE_ACCEPT
9051 src/Tools/ParseTXPackets.java 15 CommentRequired: Field comments are required
9052 src/Tools/ParseTXPackets.java 15 CommentRequired: Field comments are required
9053 src/Tools/ParseTXPackets.java 16 CommentRequired: Field comments are required
9054 src/Tools/ParseTXPackets.java 16 CommentRequired: Field comments are required
9055 src/Tools/ParseTXPackets.java 16 LongVariable: Avoid excessively long variable names like FSS_PACKET_DATA_ACK
9056 src/Tools/ParseTXPackets.java 16 LongVariable: Avoid excessively long variable names like FSS_PACKET_DATA_ACK
9057 src/Tools/ParseTXPackets.java 17 CommentRequired: Field comments are required
9058 src/Tools/ParseTXPackets.java 17 CommentRequired: Field comments are required
9059 src/Tools/ParseTXPackets.java 18 CommentRequired: Field comments are required
9060 src/Tools/ParseTXPackets.java 18 CommentRequired: Field comments are required
9061 src/Tools/ParseTXPackets.java 18 LongVariable: Avoid excessively long variable names like FSS_PACKET_CLOSE_ACK
9062 src/Tools/ParseTXPackets.java 18 LongVariable: Avoid excessively long variable names like FSS_PACKET_CLOSE_ACK
9063 src/Tools/ParseTXPackets.java 19 CommentRequired: Field comments are required
9064 src/Tools/ParseTXPackets.java 19 CommentRequired: Field comments are required
9065 src/Tools/ParseTXPackets.java 20 CommentRequired: Field comments are required
9066 src/Tools/ParseTXPackets.java 20 CommentRequired: Field comments are required
9067 src/Tools/ParseTXPackets.java 21 CommentRequired: Field comments are required
9068 src/Tools/ParseTXPackets.java 21 CommentRequired: Field comments are required
9069 src/Tools/ParseTXPackets.java 21 LongVariable: Avoid excessively long variable names like FSS_PACKET_NOT_VALID
9070 src/Tools/ParseTXPackets.java 21 LongVariable: Avoid excessively long variable names like FSS_PACKET_NOT_VALID
9071 src/Tools/ParseTXPackets.java 24 CommentRequired: Public method and constructor comments are required
9072 src/Tools/ParseTXPackets.java 24 CommentRequired: Public method and constructor comments are required
9073 src/Tools/ParseTXPackets.java 24 ExcessiveMethodLength: Avoid really long methods.
9074 src/Tools/ParseTXPackets.java 24 ExcessiveMethodLength: Avoid really long methods.
9075 src/Tools/ParseTXPackets.java 24 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
9076 src/Tools/ParseTXPackets.java 24 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
9077 src/Tools/ParseTXPackets.java 24 NcssCount: The method 'main(String)' has a NCSS line count of 78.
9078 src/Tools/ParseTXPackets.java 24 NcssCount: The method 'main(String)' has a NCSS line count of 78.
9079 src/Tools/ParseTXPackets.java 26 SystemPrintln: System.out.println is used
9080 src/Tools/ParseTXPackets.java 26 SystemPrintln: System.out.println is used
9081 src/Tools/ParseTXPackets.java 27 SystemPrintln: System.out.println is used
9082 src/Tools/ParseTXPackets.java 27 SystemPrintln: System.out.println is used
9083 src/Tools/ParseTXPackets.java 29 LocalVariableCouldBeFinal: Local variable 'header_size' could be declared final
9084 src/Tools/ParseTXPackets.java 29 LocalVariableCouldBeFinal: Local variable 'header_size' could be declared final
9085 src/Tools/ParseTXPackets.java 36 LocalVariableCouldBeFinal: Local variable 'tx_file' could be declared final
9086 src/Tools/ParseTXPackets.java 36 LocalVariableCouldBeFinal: Local variable 'tx_file' could be declared final
9087 src/Tools/ParseTXPackets.java 37 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
9088 src/Tools/ParseTXPackets.java 37 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
9089 src/Tools/ParseTXPackets.java 37 CloseResource: Ensure that resources like this FileInputStream object are closed after use
9090 src/Tools/ParseTXPackets.java 37 CloseResource: Ensure that resources like this FileInputStream object are closed after use
9091 src/Tools/ParseTXPackets.java 37 LocalVariableCouldBeFinal: Local variable 'file_stream' could be declared final
9092 src/Tools/ParseTXPackets.java 37 LocalVariableCouldBeFinal: Local variable 'file_stream' could be declared final
9093 src/Tools/ParseTXPackets.java 38 SystemPrintln: System.out.println is used
9094 src/Tools/ParseTXPackets.java 38 SystemPrintln: System.out.println is used
9095 src/Tools/ParseTXPackets.java 39 SystemPrintln: System.out.println is used
9096 src/Tools/ParseTXPackets.java 39 SystemPrintln: System.out.println is used
9097 src/Tools/ParseTXPackets.java 43 SystemPrintln: System.out.println is used
9098 src/Tools/ParseTXPackets.java 43 SystemPrintln: System.out.println is used
9099 src/Tools/ParseTXPackets.java 44 SystemPrintln: System.out.println is used
9100 src/Tools/ParseTXPackets.java 44 SystemPrintln: System.out.println is used
9101 src/Tools/ParseTXPackets.java 46 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'header' (lines '46'-'132').
9102 src/Tools/ParseTXPackets.java 46 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'header' (lines '46'-'132').
9103 src/Tools/ParseTXPackets.java 46 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
9104 src/Tools/ParseTXPackets.java 46 LocalVariableCouldBeFinal: Local variable 'header' could be declared final
9105 src/Tools/ParseTXPackets.java 48 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'checksum' (lines '48'-'132').
9106 src/Tools/ParseTXPackets.java 48 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'checksum' (lines '48'-'132').
9107 src/Tools/ParseTXPackets.java 48 LocalVariableCouldBeFinal: Local variable 'checksum' could be declared final
9108 src/Tools/ParseTXPackets.java 48 LocalVariableCouldBeFinal: Local variable 'checksum' could be declared final
9109 src/Tools/ParseTXPackets.java 49 LocalVariableCouldBeFinal: Local variable 'header_bytes' could be declared final
9110 src/Tools/ParseTXPackets.java 49 LocalVariableCouldBeFinal: Local variable 'header_bytes' could be declared final
9111 src/Tools/ParseTXPackets.java 51 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'checksum_bytes' (lines '51'-'132').
9112 src/Tools/ParseTXPackets.java 51 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'checksum_bytes' (lines '51'-'132').
9113 src/Tools/ParseTXPackets.java 51 LocalVariableCouldBeFinal: Local variable 'checksum_bytes' could be declared final
9114 src/Tools/ParseTXPackets.java 51 LocalVariableCouldBeFinal: Local variable 'checksum_bytes' could be declared final
9115 src/Tools/ParseTXPackets.java 58 AvoidUsingShortType: Do not use the short type
9116 src/Tools/ParseTXPackets.java 58 AvoidUsingShortType: Do not use the short type
9117 src/Tools/ParseTXPackets.java 59 LocalVariableCouldBeFinal: Local variable 'publish_capacity' could be declared final
9118 src/Tools/ParseTXPackets.java 59 LocalVariableCouldBeFinal: Local variable 'publish_capacity' could be declared final
9119 src/Tools/ParseTXPackets.java 61 AvoidUsingShortType: Do not use the short type
9120 src/Tools/ParseTXPackets.java 61 AvoidUsingShortType: Do not use the short type
9121 src/Tools/ParseTXPackets.java 62 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'value' (lines '62'-'63').
9122 src/Tools/ParseTXPackets.java 62 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'value' (lines '62'-'63').
9123 src/Tools/ParseTXPackets.java 62 UnusedAssignment: The initializer for variable 'value' is never used (overwritten on line 63)
9124 src/Tools/ParseTXPackets.java 62 UnusedAssignment: The initializer for variable 'value' is never used (overwritten on line 63)
9125 src/Tools/ParseTXPackets.java 67 ControlStatementBraces: This statement should have braces
9126 src/Tools/ParseTXPackets.java 67 ControlStatementBraces: This statement should have braces
9127 src/Tools/ParseTXPackets.java 67 ForLoopCanBeForeach: This for loop can be replaced by a foreach loop
9128 src/Tools/ParseTXPackets.java 67 ForLoopCanBeForeach: This for loop can be replaced by a foreach loop
9129 src/Tools/ParseTXPackets.java 68 SystemPrintln: System.out.println is used
9130 src/Tools/ParseTXPackets.java 68 SystemPrintln: System.out.println is used
9131 src/Tools/ParseTXPackets.java 80 SystemPrintln: System.out.println is used
9132 src/Tools/ParseTXPackets.java 80 SystemPrintln: System.out.println is used
9133 src/Tools/ParseTXPackets.java 81 SystemPrintln: System.out.println is used
9134 src/Tools/ParseTXPackets.java 81 SystemPrintln: System.out.println is used
9135 src/Tools/ParseTXPackets.java 82 SystemPrintln: System.out.println is used
9136 src/Tools/ParseTXPackets.java 82 SystemPrintln: System.out.println is used
9137 src/Tools/ParseTXPackets.java 83 SystemPrintln: System.out.println is used
9138 src/Tools/ParseTXPackets.java 83 SystemPrintln: System.out.println is used
9139 src/Tools/ParseTXPackets.java 84 SystemPrintln: System.out.println is used
9140 src/Tools/ParseTXPackets.java 84 SystemPrintln: System.out.println is used
9141 src/Tools/ParseTXPackets.java 85 SystemPrintln: System.out.println is used
9142 src/Tools/ParseTXPackets.java 85 SystemPrintln: System.out.println is used
9143 src/Tools/ParseTXPackets.java 86 SystemPrintln: System.out.println is used
9144 src/Tools/ParseTXPackets.java 86 SystemPrintln: System.out.println is used
9145 src/Tools/ParseTXPackets.java 88 ConfusingTernary: Avoid if (x != y) ..; else ..;
9146 src/Tools/ParseTXPackets.java 88 ConfusingTernary: Avoid if (x != y) ..; else ..;
9147 src/Tools/ParseTXPackets.java 95 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9148 src/Tools/ParseTXPackets.java 95 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9149 src/Tools/ParseTXPackets.java 101 SystemPrintln: System.out.println is used
9150 src/Tools/ParseTXPackets.java 101 SystemPrintln: System.out.println is used
9151 src/Tools/ParseTXPackets.java 102 SystemPrintln: System.out.println is used
9152 src/Tools/ParseTXPackets.java 102 SystemPrintln: System.out.println is used
9153 src/Tools/ParseTXPackets.java 103 SystemPrintln: System.out.println is used
9154 src/Tools/ParseTXPackets.java 103 SystemPrintln: System.out.println is used
9155 src/Tools/ParseTXPackets.java 107 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9156 src/Tools/ParseTXPackets.java 107 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9157 src/Tools/ParseTXPackets.java 113 SystemPrintln: System.out.println is used
9158 src/Tools/ParseTXPackets.java 113 SystemPrintln: System.out.println is used
9159 src/Tools/ParseTXPackets.java 114 SystemPrintln: System.out.println is used
9160 src/Tools/ParseTXPackets.java 114 SystemPrintln: System.out.println is used
9161 src/Tools/ParseTXPackets.java 115 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9162 src/Tools/ParseTXPackets.java 115 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9163 src/Tools/ParseTXPackets.java 119 SystemPrintln: System.out.println is used
9164 src/Tools/ParseTXPackets.java 119 SystemPrintln: System.out.println is used
9165 src/Tools/ParseTXPackets.java 124 SystemPrintln: System.out.println is used
9166 src/Tools/ParseTXPackets.java 124 SystemPrintln: System.out.println is used
9167 src/Tools/ParseTXPackets.java 131 SystemPrintln: System.out.println is used
9168 src/Tools/ParseTXPackets.java 131 SystemPrintln: System.out.println is used
9169 src/Tools/ParseTXPackets.java 134 CommentRequired: Public method and constructor comments are required
9170 src/Tools/ParseTXPackets.java 134 CommentRequired: Public method and constructor comments are required
9171 src/Tools/ParseTXPackets.java 134 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
9172 src/Tools/ParseTXPackets.java 134 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
9173 src/Tools/ParseTXPackets.java 135 LocalVariableCouldBeFinal: Local variable 'lsb' could be declared final
9174 src/Tools/ParseTXPackets.java 135 LocalVariableCouldBeFinal: Local variable 'lsb' could be declared final
9175 src/Tools/ParseTXPackets.java 136 LocalVariableCouldBeFinal: Local variable 'msb' could be declared final
9176 src/Tools/ParseTXPackets.java 136 LocalVariableCouldBeFinal: Local variable 'msb' could be declared final
9177 src/Tools/ParseTXPackets.java 138 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
9178 src/Tools/ParseTXPackets.java 138 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
9179 src/Tools/ParseTXPackets.java 138 UselessParentheses: Useless parentheses.
9180 src/Tools/ParseTXPackets.java 138 UselessParentheses: Useless parentheses.
9181 src/Tools/ParseTXPackets.java 140 UselessParentheses: Useless parentheses.
9182 src/Tools/ParseTXPackets.java 140 UselessParentheses: Useless parentheses.
9183 src/Tools/ParseTXPackets.java 144 CommentRequired: Public method and constructor comments are required
9184 src/Tools/ParseTXPackets.java 144 CommentRequired: Public method and constructor comments are required
9185 src/Tools/ParseTXPackets.java 144 MethodArgumentCouldBeFinal: Parameter 'rssi_dec' is not assigned and could be declared final
9186 src/Tools/ParseTXPackets.java 144 MethodArgumentCouldBeFinal: Parameter 'rssi_dec' is not assigned and could be declared final
9187 src/Tools/ParseTXPackets.java 145 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
9188 src/Tools/ParseTXPackets.java 145 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
9189 src/Tools/ParseTXPackets.java 146 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
9190 src/Tools/ParseTXPackets.java 146 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
9191 src/Tools/ParseTXPackets.java 146 UselessParentheses: Useless parentheses.
9192 src/Tools/ParseTXPackets.java 146 UselessParentheses: Useless parentheses.
9193 src/Tools/ParseTXPackets.java 148 UselessParentheses: Useless parentheses.
9194 src/Tools/ParseTXPackets.java 148 UselessParentheses: Useless parentheses.
9195 src/Tools/ParseTXPackets.java 152 CommentRequired: Public method and constructor comments are required
9196 src/Tools/ParseTXPackets.java 152 CommentRequired: Public method and constructor comments are required
9197 src/Tools/ParseTXPackets.java 152 MethodArgumentCouldBeFinal: Parameter 'lqi' is not assigned and could be declared final
9198 src/Tools/ParseTXPackets.java 152 MethodArgumentCouldBeFinal: Parameter 'lqi' is not assigned and could be declared final
9199 src/Tools/ParseTXPackets.java 157 CommentRequired: Public method and constructor comments are required
9200 src/Tools/ParseTXPackets.java 157 CommentRequired: Public method and constructor comments are required
9201 src/Tools/ParseTXPackets.java 157 MethodArgumentCouldBeFinal: Parameter 'actual_rssi' is not assigned and could be declared final
9202 src/Tools/ParseTXPackets.java 157 MethodArgumentCouldBeFinal: Parameter 'actual_rssi' is not assigned and could be declared final
9203 src/Tools/ParseTXPackets.java 157 MethodArgumentCouldBeFinal: Parameter 'last_rssi' is not assigned and could be declared final
9204 src/Tools/ParseTXPackets.java 157 MethodArgumentCouldBeFinal: Parameter 'last_rssi' is not assigned and could be declared final
9205 src/Tools/SpacecraftEmulator.java 1 PackageCase: Package name contains upper case characters
9206 src/Tools/SpacecraftEmulator.java 1 PackageCase: Package name contains upper case characters
9207 src/Tools/SpacecraftEmulator.java 14 CommentRequired: Class comments are required
9208 src/Tools/SpacecraftEmulator.java 14 CommentRequired: Class comments are required
9209 src/Tools/SpacecraftEmulator.java 14 ModifiedCyclomaticComplexity: The class 'SpacecraftEmulator' has a Modified Cyclomatic Complexity of 10 (Highest = 9).
9210 src/Tools/SpacecraftEmulator.java 14 ModifiedCyclomaticComplexity: The class 'SpacecraftEmulator' has a Modified Cyclomatic Complexity of 10 (Highest = 9).
9211 src/Tools/SpacecraftEmulator.java 14 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
9212 src/Tools/SpacecraftEmulator.java 14 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
9213 src/Tools/SpacecraftEmulator.java 16 CommentRequired: Public method and constructor comments are required
9214 src/Tools/SpacecraftEmulator.java 16 CommentRequired: Public method and constructor comments are required
9215 src/Tools/SpacecraftEmulator.java 16 ExcessiveMethodLength: Avoid really long methods.
9216 src/Tools/SpacecraftEmulator.java 16 ExcessiveMethodLength: Avoid really long methods.
9217 src/Tools/SpacecraftEmulator.java 16 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
9218 src/Tools/SpacecraftEmulator.java 16 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
9219 src/Tools/SpacecraftEmulator.java 16 NcssCount: The method 'main(String)' has a NCSS line count of 178.
9220 src/Tools/SpacecraftEmulator.java 16 NcssCount: The method 'main(String)' has a NCSS line count of 178.
9221 src/Tools/SpacecraftEmulator.java 18 CloseResource: Ensure that resources like this Socket object are closed after use
9222 src/Tools/SpacecraftEmulator.java 18 CloseResource: Ensure that resources like this Socket object are closed after use
9223 src/Tools/SpacecraftEmulator.java 18 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'socket' (lines '18'-'26').
9224 src/Tools/SpacecraftEmulator.java 18 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'socket' (lines '18'-'26').
9225 src/Tools/SpacecraftEmulator.java 18 UnusedAssignment: The initializer for variable 'socket' is never used (overwritten on line 26)
9226 src/Tools/SpacecraftEmulator.java 18 UnusedAssignment: The initializer for variable 'socket' is never used (overwritten on line 26)
9227 src/Tools/SpacecraftEmulator.java 19 AvoidUsingHardCodedIP: Do not hard code the IP address
9228 src/Tools/SpacecraftEmulator.java 19 AvoidUsingHardCodedIP: Do not hard code the IP address
9229 src/Tools/SpacecraftEmulator.java 19 LocalVariableCouldBeFinal: Local variable 'host' could be declared final
9230 src/Tools/SpacecraftEmulator.java 19 LocalVariableCouldBeFinal: Local variable 'host' could be declared final
9231 src/Tools/SpacecraftEmulator.java 20 AvoidUsingShortType: Do not use the short type
9232 src/Tools/SpacecraftEmulator.java 20 AvoidUsingShortType: Do not use the short type
9233 src/Tools/SpacecraftEmulator.java 20 LocalVariableCouldBeFinal: Local variable 'port' could be declared final
9234 src/Tools/SpacecraftEmulator.java 20 LocalVariableCouldBeFinal: Local variable 'port' could be declared final
9235 src/Tools/SpacecraftEmulator.java 22 SystemPrintln: System.out.println is used
9236 src/Tools/SpacecraftEmulator.java 22 SystemPrintln: System.out.println is used
9237 src/Tools/SpacecraftEmulator.java 23 SystemPrintln: System.out.println is used
9238 src/Tools/SpacecraftEmulator.java 23 SystemPrintln: System.out.println is used
9239 src/Tools/SpacecraftEmulator.java 25 SystemPrintln: System.out.println is used
9240 src/Tools/SpacecraftEmulator.java 25 SystemPrintln: System.out.println is used
9241 src/Tools/SpacecraftEmulator.java 27 SystemPrintln: System.out.println is used
9242 src/Tools/SpacecraftEmulator.java 27 SystemPrintln: System.out.println is used
9243 src/Tools/SpacecraftEmulator.java 30 LocalVariableCouldBeFinal: Local variable 'intermediate_output_stream' could be declared final
9244 src/Tools/SpacecraftEmulator.java 30 LocalVariableCouldBeFinal: Local variable 'intermediate_output_stream' could be declared final
9245 src/Tools/SpacecraftEmulator.java 30 LongVariable: Avoid excessively long variable names like intermediate_output_stream
9246 src/Tools/SpacecraftEmulator.java 30 LongVariable: Avoid excessively long variable names like intermediate_output_stream
9247 src/Tools/SpacecraftEmulator.java 32 LongVariable: Avoid excessively long variable names like intermediate_input_stream
9248 src/Tools/SpacecraftEmulator.java 32 LongVariable: Avoid excessively long variable names like intermediate_input_stream
9249 src/Tools/SpacecraftEmulator.java 33 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'cbor_encoder' (lines '33'-'233').
9250 src/Tools/SpacecraftEmulator.java 33 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'cbor_encoder' (lines '33'-'233').
9251 src/Tools/SpacecraftEmulator.java 33 LocalVariableCouldBeFinal: Local variable 'cbor_encoder' could be declared final
9252 src/Tools/SpacecraftEmulator.java 33 LocalVariableCouldBeFinal: Local variable 'cbor_encoder' could be declared final
9253 src/Tools/SpacecraftEmulator.java 34 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'cbor_decoder' (lines '34'-'126').
9254 src/Tools/SpacecraftEmulator.java 34 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'cbor_decoder' (lines '34'-'126').
9255 src/Tools/SpacecraftEmulator.java 34 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'cbor_decoder' (lines '34'-'164').
9256 src/Tools/SpacecraftEmulator.java 34 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'cbor_decoder' (lines '34'-'164').
9257 src/Tools/SpacecraftEmulator.java 34 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'cbor_decoder' (lines '34'-'206').
9258 src/Tools/SpacecraftEmulator.java 34 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'cbor_decoder' (lines '34'-'206').
9259 src/Tools/SpacecraftEmulator.java 34 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'cbor_decoder' (lines '34'-'89').
9260 src/Tools/SpacecraftEmulator.java 34 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'cbor_decoder' (lines '34'-'89').
9261 src/Tools/SpacecraftEmulator.java 34 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'cbor_decoder' (lines '34'-'233').
9262 src/Tools/SpacecraftEmulator.java 34 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'cbor_decoder' (lines '34'-'233').
9263 src/Tools/SpacecraftEmulator.java 36 CloseResource: Ensure that resources like this InputStream object are closed after use
9264 src/Tools/SpacecraftEmulator.java 36 CloseResource: Ensure that resources like this InputStream object are closed after use
9265 src/Tools/SpacecraftEmulator.java 36 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'bufferRead' (lines '36'-'233').
9266 src/Tools/SpacecraftEmulator.java 36 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'bufferRead' (lines '36'-'233').
9267 src/Tools/SpacecraftEmulator.java 36 LocalVariableCouldBeFinal: Local variable 'bufferRead' could be declared final
9268 src/Tools/SpacecraftEmulator.java 36 LocalVariableCouldBeFinal: Local variable 'bufferRead' could be declared final
9269 src/Tools/SpacecraftEmulator.java 39 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'length' (lines '39'-'233').
9270 src/Tools/SpacecraftEmulator.java 39 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'length' (lines '39'-'233').
9271 src/Tools/SpacecraftEmulator.java 39 LocalVariableCouldBeFinal: Local variable 'length' could be declared final
9272 src/Tools/SpacecraftEmulator.java 39 LocalVariableCouldBeFinal: Local variable 'length' could be declared final
9273 src/Tools/SpacecraftEmulator.java 40 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'reply_length' (lines '40'-'233').
9274 src/Tools/SpacecraftEmulator.java 40 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'reply_length' (lines '40'-'233').
9275 src/Tools/SpacecraftEmulator.java 40 LocalVariableCouldBeFinal: Local variable 'reply_length' could be declared final
9276 src/Tools/SpacecraftEmulator.java 40 LocalVariableCouldBeFinal: Local variable 'reply_length' could be declared final
9277 src/Tools/SpacecraftEmulator.java 41 AvoidUsingShortType: Do not use the short type
9278 src/Tools/SpacecraftEmulator.java 41 AvoidUsingShortType: Do not use the short type
9279 src/Tools/SpacecraftEmulator.java 41 ShortVariable: Avoid variables with short names like L
9280 src/Tools/SpacecraftEmulator.java 41 ShortVariable: Avoid variables with short names like L
9281 src/Tools/SpacecraftEmulator.java 43 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
9282 src/Tools/SpacecraftEmulator.java 43 SimplifyBooleanExpressions: Avoid unnecessary comparisons in boolean expressions
9283 src/Tools/SpacecraftEmulator.java 44 SystemPrintln: System.out.println is used
9284 src/Tools/SpacecraftEmulator.java 44 SystemPrintln: System.out.println is used
9285 src/Tools/SpacecraftEmulator.java 45 SystemPrintln: System.out.println is used
9286 src/Tools/SpacecraftEmulator.java 45 SystemPrintln: System.out.println is used
9287 src/Tools/SpacecraftEmulator.java 46 SystemPrintln: System.out.println is used
9288 src/Tools/SpacecraftEmulator.java 46 SystemPrintln: System.out.println is used
9289 src/Tools/SpacecraftEmulator.java 47 SystemPrintln: System.out.println is used
9290 src/Tools/SpacecraftEmulator.java 47 SystemPrintln: System.out.println is used
9291 src/Tools/SpacecraftEmulator.java 48 SystemPrintln: System.out.println is used
9292 src/Tools/SpacecraftEmulator.java 48 SystemPrintln: System.out.println is used
9293 src/Tools/SpacecraftEmulator.java 49 SystemPrintln: System.out.println is used
9294 src/Tools/SpacecraftEmulator.java 49 SystemPrintln: System.out.println is used
9295 src/Tools/SpacecraftEmulator.java 50 SystemPrintln: System.out.println is used
9296 src/Tools/SpacecraftEmulator.java 50 SystemPrintln: System.out.println is used
9297 src/Tools/SpacecraftEmulator.java 51 SystemPrintln: System.out.println is used
9298 src/Tools/SpacecraftEmulator.java 51 SystemPrintln: System.out.println is used
9299 src/Tools/SpacecraftEmulator.java 52 SystemPrintln: System.out.println is used
9300 src/Tools/SpacecraftEmulator.java 52 SystemPrintln: System.out.println is used
9301 src/Tools/SpacecraftEmulator.java 53 SystemPrintln: System.out.print is used
9302 src/Tools/SpacecraftEmulator.java 53 SystemPrintln: System.out.print is used
9303 src/Tools/SpacecraftEmulator.java 55 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9304 src/Tools/SpacecraftEmulator.java 55 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9305 src/Tools/SpacecraftEmulator.java 55 LocalVariableCouldBeFinal: Local variable 's' could be declared final
9306 src/Tools/SpacecraftEmulator.java 55 LocalVariableCouldBeFinal: Local variable 's' could be declared final
9307 src/Tools/SpacecraftEmulator.java 55 ShortVariable: Avoid variables with short names like s
9308 src/Tools/SpacecraftEmulator.java 55 ShortVariable: Avoid variables with short names like s
9309 src/Tools/SpacecraftEmulator.java 55 UseLocaleWithCaseConversions: When doing a String.toLowerCase()/toUpperCase() call, use a Locale
9310 src/Tools/SpacecraftEmulator.java 55 UseLocaleWithCaseConversions: When doing a String.toLowerCase()/toUpperCase() call, use a Locale
9311 src/Tools/SpacecraftEmulator.java 57 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
9312 src/Tools/SpacecraftEmulator.java 57 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
9313 src/Tools/SpacecraftEmulator.java 57 LiteralsFirstInComparisons: Position literals first in String comparisons
9314 src/Tools/SpacecraftEmulator.java 57 LiteralsFirstInComparisons: Position literals first in String comparisons
9315 src/Tools/SpacecraftEmulator.java 57 PositionLiteralsFirstInComparisons: Position literals first in String comparisons
9316 src/Tools/SpacecraftEmulator.java 57 PositionLiteralsFirstInComparisons: Position literals first in String comparisons
9317 src/Tools/SpacecraftEmulator.java 59 SystemPrintln: System.out.println is used
9318 src/Tools/SpacecraftEmulator.java 59 SystemPrintln: System.out.println is used
9319 src/Tools/SpacecraftEmulator.java 64 AvoidDuplicateLiterals: The String literal "command" appears 4 times in this file; the first occurrence is on line 64
9320 src/Tools/SpacecraftEmulator.java 64 AvoidDuplicateLiterals: The String literal "command" appears 4 times in this file; the first occurrence is on line 64
9321 src/Tools/SpacecraftEmulator.java 66 AvoidDuplicateLiterals: The String literal "timestamp" appears 4 times in this file; the first occurrence is on line 66
9322 src/Tools/SpacecraftEmulator.java 66 AvoidDuplicateLiterals: The String literal "timestamp" appears 4 times in this file; the first occurrence is on line 66
9323 src/Tools/SpacecraftEmulator.java 67 AvoidDuplicateLiterals: The String literal "Timestamp : " appears 4 times in this file; the first occurrence is on line 67
9324 src/Tools/SpacecraftEmulator.java 67 AvoidDuplicateLiterals: The String literal "Timestamp : " appears 4 times in this file; the first occurrence is on line 67
9325 src/Tools/SpacecraftEmulator.java 67 SystemPrintln: System.out.println is used
9326 src/Tools/SpacecraftEmulator.java 67 SystemPrintln: System.out.println is used
9327 src/Tools/SpacecraftEmulator.java 68 UselessParentheses: Useless parentheses.
9328 src/Tools/SpacecraftEmulator.java 68 UselessParentheses: Useless parentheses.
9329 src/Tools/SpacecraftEmulator.java 69 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
9330 src/Tools/SpacecraftEmulator.java 69 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
9331 src/Tools/SpacecraftEmulator.java 70 AvoidDuplicateLiterals: The String literal "Packet length " appears 4 times in this file; the first occurrence is on line 70
9332 src/Tools/SpacecraftEmulator.java 70 AvoidDuplicateLiterals: The String literal "Packet length " appears 4 times in this file; the first occurrence is on line 70
9333 src/Tools/SpacecraftEmulator.java 70 SystemPrintln: System.out.println is used
9334 src/Tools/SpacecraftEmulator.java 70 SystemPrintln: System.out.println is used
9335 src/Tools/SpacecraftEmulator.java 71 AvoidDuplicateLiterals: The String literal "Length sent " appears 4 times in this file; the first occurrence is on line 71
9336 src/Tools/SpacecraftEmulator.java 71 AvoidDuplicateLiterals: The String literal "Length sent " appears 4 times in this file; the first occurrence is on line 71
9337 src/Tools/SpacecraftEmulator.java 71 SystemPrintln: System.out.println is used
9338 src/Tools/SpacecraftEmulator.java 71 SystemPrintln: System.out.println is used
9339 src/Tools/SpacecraftEmulator.java 74 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9340 src/Tools/SpacecraftEmulator.java 74 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9341 src/Tools/SpacecraftEmulator.java 75 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9342 src/Tools/SpacecraftEmulator.java 75 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9343 src/Tools/SpacecraftEmulator.java 78 AvoidDuplicateLiterals: The String literal "Waiting Reply ... " appears 4 times in this file; the first occurrence is on line 78
9344 src/Tools/SpacecraftEmulator.java 78 AvoidDuplicateLiterals: The String literal "Waiting Reply ... " appears 4 times in this file; the first occurrence is on line 78
9345 src/Tools/SpacecraftEmulator.java 78 SystemPrintln: System.out.println is used
9346 src/Tools/SpacecraftEmulator.java 78 SystemPrintln: System.out.println is used
9347 src/Tools/SpacecraftEmulator.java 79 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9348 src/Tools/SpacecraftEmulator.java 79 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9349 src/Tools/SpacecraftEmulator.java 84 AvoidDuplicateLiterals: The String literal "Reply received" appears 4 times in this file; the first occurrence is on line 84
9350 src/Tools/SpacecraftEmulator.java 84 AvoidDuplicateLiterals: The String literal "Reply received" appears 4 times in this file; the first occurrence is on line 84
9351 src/Tools/SpacecraftEmulator.java 84 SystemPrintln: System.out.println is used
9352 src/Tools/SpacecraftEmulator.java 84 SystemPrintln: System.out.println is used
9353 src/Tools/SpacecraftEmulator.java 85 AvoidDuplicateLiterals: The String literal " - Reply length: " appears 4 times in this file; the first occurrence is on line 85
9354 src/Tools/SpacecraftEmulator.java 85 AvoidDuplicateLiterals: The String literal " - Reply length: " appears 4 times in this file; the first occurrence is on line 85
9355 src/Tools/SpacecraftEmulator.java 85 SystemPrintln: System.out.println is used
9356 src/Tools/SpacecraftEmulator.java 85 SystemPrintln: System.out.println is used
9357 src/Tools/SpacecraftEmulator.java 86 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9358 src/Tools/SpacecraftEmulator.java 86 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9359 src/Tools/SpacecraftEmulator.java 87 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9360 src/Tools/SpacecraftEmulator.java 87 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9361 src/Tools/SpacecraftEmulator.java 88 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9362 src/Tools/SpacecraftEmulator.java 88 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9363 src/Tools/SpacecraftEmulator.java 89 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9364 src/Tools/SpacecraftEmulator.java 89 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9365 src/Tools/SpacecraftEmulator.java 90 AvoidDuplicateLiterals: The String literal " - Map items: " appears 4 times in this file; the first occurrence is on line 90
9366 src/Tools/SpacecraftEmulator.java 90 AvoidDuplicateLiterals: The String literal " - Map items: " appears 4 times in this file; the first occurrence is on line 90
9367 src/Tools/SpacecraftEmulator.java 90 SystemPrintln: System.out.println is used
9368 src/Tools/SpacecraftEmulator.java 90 SystemPrintln: System.out.println is used
9369 src/Tools/SpacecraftEmulator.java 91 AvoidDuplicateLiterals: The String literal " - Command item: (" appears 4 times in this file; the first occurrence is on line 91
9370 src/Tools/SpacecraftEmulator.java 91 AvoidDuplicateLiterals: The String literal " - Command item: (" appears 4 times in this file; the first occurrence is on line 91
9371 src/Tools/SpacecraftEmulator.java 91 SystemPrintln: System.out.println is used
9372 src/Tools/SpacecraftEmulator.java 91 SystemPrintln: System.out.println is used
9373 src/Tools/SpacecraftEmulator.java 92 AvoidDuplicateLiterals: The String literal " - ACK item: (" appears 4 times in this file; the first occurrence is on line 92
9374 src/Tools/SpacecraftEmulator.java 92 AvoidDuplicateLiterals: The String literal " - ACK item: (" appears 4 times in this file; the first occurrence is on line 92
9375 src/Tools/SpacecraftEmulator.java 92 SystemPrintln: System.out.println is used
9376 src/Tools/SpacecraftEmulator.java 92 SystemPrintln: System.out.println is used
9377 src/Tools/SpacecraftEmulator.java 94 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
9378 src/Tools/SpacecraftEmulator.java 94 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
9379 src/Tools/SpacecraftEmulator.java 94 LiteralsFirstInComparisons: Position literals first in String comparisons
9380 src/Tools/SpacecraftEmulator.java 94 LiteralsFirstInComparisons: Position literals first in String comparisons
9381 src/Tools/SpacecraftEmulator.java 94 PositionLiteralsFirstInComparisons: Position literals first in String comparisons
9382 src/Tools/SpacecraftEmulator.java 94 PositionLiteralsFirstInComparisons: Position literals first in String comparisons
9383 src/Tools/SpacecraftEmulator.java 96 SystemPrintln: System.out.println is used
9384 src/Tools/SpacecraftEmulator.java 96 SystemPrintln: System.out.println is used
9385 src/Tools/SpacecraftEmulator.java 103 SystemPrintln: System.out.println is used
9386 src/Tools/SpacecraftEmulator.java 103 SystemPrintln: System.out.println is used
9387 src/Tools/SpacecraftEmulator.java 105 UselessParentheses: Useless parentheses.
9388 src/Tools/SpacecraftEmulator.java 105 UselessParentheses: Useless parentheses.
9389 src/Tools/SpacecraftEmulator.java 106 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
9390 src/Tools/SpacecraftEmulator.java 106 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
9391 src/Tools/SpacecraftEmulator.java 107 SystemPrintln: System.out.println is used
9392 src/Tools/SpacecraftEmulator.java 107 SystemPrintln: System.out.println is used
9393 src/Tools/SpacecraftEmulator.java 108 SystemPrintln: System.out.println is used
9394 src/Tools/SpacecraftEmulator.java 108 SystemPrintln: System.out.println is used
9395 src/Tools/SpacecraftEmulator.java 111 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9396 src/Tools/SpacecraftEmulator.java 111 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9397 src/Tools/SpacecraftEmulator.java 112 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9398 src/Tools/SpacecraftEmulator.java 112 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9399 src/Tools/SpacecraftEmulator.java 115 SystemPrintln: System.out.println is used
9400 src/Tools/SpacecraftEmulator.java 115 SystemPrintln: System.out.println is used
9401 src/Tools/SpacecraftEmulator.java 116 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9402 src/Tools/SpacecraftEmulator.java 116 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9403 src/Tools/SpacecraftEmulator.java 121 SystemPrintln: System.out.println is used
9404 src/Tools/SpacecraftEmulator.java 121 SystemPrintln: System.out.println is used
9405 src/Tools/SpacecraftEmulator.java 122 SystemPrintln: System.out.println is used
9406 src/Tools/SpacecraftEmulator.java 122 SystemPrintln: System.out.println is used
9407 src/Tools/SpacecraftEmulator.java 123 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9408 src/Tools/SpacecraftEmulator.java 123 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9409 src/Tools/SpacecraftEmulator.java 124 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9410 src/Tools/SpacecraftEmulator.java 124 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9411 src/Tools/SpacecraftEmulator.java 125 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9412 src/Tools/SpacecraftEmulator.java 125 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9413 src/Tools/SpacecraftEmulator.java 126 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9414 src/Tools/SpacecraftEmulator.java 126 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9415 src/Tools/SpacecraftEmulator.java 127 SystemPrintln: System.out.println is used
9416 src/Tools/SpacecraftEmulator.java 127 SystemPrintln: System.out.println is used
9417 src/Tools/SpacecraftEmulator.java 128 SystemPrintln: System.out.println is used
9418 src/Tools/SpacecraftEmulator.java 128 SystemPrintln: System.out.println is used
9419 src/Tools/SpacecraftEmulator.java 129 SystemPrintln: System.out.println is used
9420 src/Tools/SpacecraftEmulator.java 129 SystemPrintln: System.out.println is used
9421 src/Tools/SpacecraftEmulator.java 132 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
9422 src/Tools/SpacecraftEmulator.java 132 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
9423 src/Tools/SpacecraftEmulator.java 132 LiteralsFirstInComparisons: Position literals first in String comparisons
9424 src/Tools/SpacecraftEmulator.java 132 LiteralsFirstInComparisons: Position literals first in String comparisons
9425 src/Tools/SpacecraftEmulator.java 132 PositionLiteralsFirstInComparisons: Position literals first in String comparisons
9426 src/Tools/SpacecraftEmulator.java 132 PositionLiteralsFirstInComparisons: Position literals first in String comparisons
9427 src/Tools/SpacecraftEmulator.java 134 SystemPrintln: System.out.println is used
9428 src/Tools/SpacecraftEmulator.java 134 SystemPrintln: System.out.println is used
9429 src/Tools/SpacecraftEmulator.java 141 SystemPrintln: System.out.println is used
9430 src/Tools/SpacecraftEmulator.java 141 SystemPrintln: System.out.println is used
9431 src/Tools/SpacecraftEmulator.java 143 UselessParentheses: Useless parentheses.
9432 src/Tools/SpacecraftEmulator.java 143 UselessParentheses: Useless parentheses.
9433 src/Tools/SpacecraftEmulator.java 144 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
9434 src/Tools/SpacecraftEmulator.java 144 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
9435 src/Tools/SpacecraftEmulator.java 145 SystemPrintln: System.out.println is used
9436 src/Tools/SpacecraftEmulator.java 145 SystemPrintln: System.out.println is used
9437 src/Tools/SpacecraftEmulator.java 146 SystemPrintln: System.out.println is used
9438 src/Tools/SpacecraftEmulator.java 146 SystemPrintln: System.out.println is used
9439 src/Tools/SpacecraftEmulator.java 149 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9440 src/Tools/SpacecraftEmulator.java 149 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9441 src/Tools/SpacecraftEmulator.java 150 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9442 src/Tools/SpacecraftEmulator.java 150 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9443 src/Tools/SpacecraftEmulator.java 153 SystemPrintln: System.out.println is used
9444 src/Tools/SpacecraftEmulator.java 153 SystemPrintln: System.out.println is used
9445 src/Tools/SpacecraftEmulator.java 154 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9446 src/Tools/SpacecraftEmulator.java 154 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9447 src/Tools/SpacecraftEmulator.java 159 SystemPrintln: System.out.println is used
9448 src/Tools/SpacecraftEmulator.java 159 SystemPrintln: System.out.println is used
9449 src/Tools/SpacecraftEmulator.java 160 SystemPrintln: System.out.println is used
9450 src/Tools/SpacecraftEmulator.java 160 SystemPrintln: System.out.println is used
9451 src/Tools/SpacecraftEmulator.java 161 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9452 src/Tools/SpacecraftEmulator.java 161 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9453 src/Tools/SpacecraftEmulator.java 162 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9454 src/Tools/SpacecraftEmulator.java 162 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9455 src/Tools/SpacecraftEmulator.java 163 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9456 src/Tools/SpacecraftEmulator.java 163 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9457 src/Tools/SpacecraftEmulator.java 164 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9458 src/Tools/SpacecraftEmulator.java 164 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9459 src/Tools/SpacecraftEmulator.java 165 LocalVariableCouldBeFinal: Local variable 'map_length' could be declared final
9460 src/Tools/SpacecraftEmulator.java 165 LocalVariableCouldBeFinal: Local variable 'map_length' could be declared final
9461 src/Tools/SpacecraftEmulator.java 166 SystemPrintln: System.out.println is used
9462 src/Tools/SpacecraftEmulator.java 166 SystemPrintln: System.out.println is used
9463 src/Tools/SpacecraftEmulator.java 167 SystemPrintln: System.out.println is used
9464 src/Tools/SpacecraftEmulator.java 167 SystemPrintln: System.out.println is used
9465 src/Tools/SpacecraftEmulator.java 168 SystemPrintln: System.out.println is used
9466 src/Tools/SpacecraftEmulator.java 168 SystemPrintln: System.out.println is used
9467 src/Tools/SpacecraftEmulator.java 170 SystemPrintln: System.out.println is used
9468 src/Tools/SpacecraftEmulator.java 170 SystemPrintln: System.out.println is used
9469 src/Tools/SpacecraftEmulator.java 171 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
9470 src/Tools/SpacecraftEmulator.java 171 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
9471 src/Tools/SpacecraftEmulator.java 172 SystemPrintln: System.out.println is used
9472 src/Tools/SpacecraftEmulator.java 172 SystemPrintln: System.out.println is used
9473 src/Tools/SpacecraftEmulator.java 174 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
9474 src/Tools/SpacecraftEmulator.java 174 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
9475 src/Tools/SpacecraftEmulator.java 174 LiteralsFirstInComparisons: Position literals first in String comparisons
9476 src/Tools/SpacecraftEmulator.java 174 LiteralsFirstInComparisons: Position literals first in String comparisons
9477 src/Tools/SpacecraftEmulator.java 174 PositionLiteralsFirstInComparisons: Position literals first in String comparisons
9478 src/Tools/SpacecraftEmulator.java 174 PositionLiteralsFirstInComparisons: Position literals first in String comparisons
9479 src/Tools/SpacecraftEmulator.java 176 SystemPrintln: System.out.println is used
9480 src/Tools/SpacecraftEmulator.java 176 SystemPrintln: System.out.println is used
9481 src/Tools/SpacecraftEmulator.java 183 SystemPrintln: System.out.println is used
9482 src/Tools/SpacecraftEmulator.java 183 SystemPrintln: System.out.println is used
9483 src/Tools/SpacecraftEmulator.java 184 UselessParentheses: Useless parentheses.
9484 src/Tools/SpacecraftEmulator.java 184 UselessParentheses: Useless parentheses.
9485 src/Tools/SpacecraftEmulator.java 186 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
9486 src/Tools/SpacecraftEmulator.java 186 LocalVariableCouldBeFinal: Local variable 'content' could be declared final
9487 src/Tools/SpacecraftEmulator.java 187 SystemPrintln: System.out.println is used
9488 src/Tools/SpacecraftEmulator.java 187 SystemPrintln: System.out.println is used
9489 src/Tools/SpacecraftEmulator.java 188 SystemPrintln: System.out.println is used
9490 src/Tools/SpacecraftEmulator.java 188 SystemPrintln: System.out.println is used
9491 src/Tools/SpacecraftEmulator.java 191 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9492 src/Tools/SpacecraftEmulator.java 191 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9493 src/Tools/SpacecraftEmulator.java 192 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9494 src/Tools/SpacecraftEmulator.java 192 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9495 src/Tools/SpacecraftEmulator.java 195 SystemPrintln: System.out.println is used
9496 src/Tools/SpacecraftEmulator.java 195 SystemPrintln: System.out.println is used
9497 src/Tools/SpacecraftEmulator.java 196 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9498 src/Tools/SpacecraftEmulator.java 196 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9499 src/Tools/SpacecraftEmulator.java 201 SystemPrintln: System.out.println is used
9500 src/Tools/SpacecraftEmulator.java 201 SystemPrintln: System.out.println is used
9501 src/Tools/SpacecraftEmulator.java 202 SystemPrintln: System.out.println is used
9502 src/Tools/SpacecraftEmulator.java 202 SystemPrintln: System.out.println is used
9503 src/Tools/SpacecraftEmulator.java 203 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9504 src/Tools/SpacecraftEmulator.java 203 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9505 src/Tools/SpacecraftEmulator.java 204 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9506 src/Tools/SpacecraftEmulator.java 204 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9507 src/Tools/SpacecraftEmulator.java 205 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9508 src/Tools/SpacecraftEmulator.java 205 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9509 src/Tools/SpacecraftEmulator.java 206 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9510 src/Tools/SpacecraftEmulator.java 206 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9511 src/Tools/SpacecraftEmulator.java 207 SystemPrintln: System.out.println is used
9512 src/Tools/SpacecraftEmulator.java 207 SystemPrintln: System.out.println is used
9513 src/Tools/SpacecraftEmulator.java 208 SystemPrintln: System.out.println is used
9514 src/Tools/SpacecraftEmulator.java 208 SystemPrintln: System.out.println is used
9515 src/Tools/SpacecraftEmulator.java 209 SystemPrintln: System.out.println is used
9516 src/Tools/SpacecraftEmulator.java 209 SystemPrintln: System.out.println is used
9517 src/Tools/SpacecraftEmulator.java 211 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
9518 src/Tools/SpacecraftEmulator.java 211 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
9519 src/Tools/SpacecraftEmulator.java 211 LiteralsFirstInComparisons: Position literals first in String comparisons
9520 src/Tools/SpacecraftEmulator.java 211 LiteralsFirstInComparisons: Position literals first in String comparisons
9521 src/Tools/SpacecraftEmulator.java 211 PositionLiteralsFirstInComparisons: Position literals first in String comparisons
9522 src/Tools/SpacecraftEmulator.java 211 PositionLiteralsFirstInComparisons: Position literals first in String comparisons
9523 src/Tools/SpacecraftEmulator.java 213 SystemPrintln: System.out.println is used
9524 src/Tools/SpacecraftEmulator.java 213 SystemPrintln: System.out.println is used
9525 src/Tools/SpacecraftEmulator.java 217 SystemPrintln: System.out.println is used
9526 src/Tools/SpacecraftEmulator.java 217 SystemPrintln: System.out.println is used
9527 src/Tools/SpacecraftEmulator.java 219 SystemPrintln: System.out.println is used
9528 src/Tools/SpacecraftEmulator.java 219 SystemPrintln: System.out.println is used
9529 src/Tools/SpacecraftEmulator.java 220 SystemPrintln: System.out.println is used
9530 src/Tools/SpacecraftEmulator.java 220 SystemPrintln: System.out.println is used
9531 src/Tools/SpacecraftEmulator.java 222 SystemPrintln: System.out.println is used
9532 src/Tools/SpacecraftEmulator.java 222 SystemPrintln: System.out.println is used
9533 src/Tools/SpacecraftEmulator.java 225 SystemPrintln: System.out.println is used
9534 src/Tools/SpacecraftEmulator.java 225 SystemPrintln: System.out.println is used
9535 src/Tools/ThermalTest.java 1 PackageCase: Package name contains upper case characters
9536 src/Tools/ThermalTest.java 1 PackageCase: Package name contains upper case characters
9537 src/Tools/ThermalTest.java 4 UnnecessaryImport: Unused import 'java.io.FileNotFoundException'
9538 src/Tools/ThermalTest.java 4 UnnecessaryImport: Unused import 'java.io.FileNotFoundException'
9539 src/Tools/ThermalTest.java 4 UnusedImports: Unused import 'java.io.FileNotFoundException'
9540 src/Tools/ThermalTest.java 4 UnusedImports: Unused import 'java.io.FileNotFoundException'
9541 src/Tools/ThermalTest.java 19 CommentRequired: Class comments are required
9542 src/Tools/ThermalTest.java 19 CommentRequired: Class comments are required
9543 src/Tools/ThermalTest.java 19 ModifiedCyclomaticComplexity: The class 'ThermalTest' has a Modified Cyclomatic Complexity of 4 (Highest = 15).
9544 src/Tools/ThermalTest.java 19 ModifiedCyclomaticComplexity: The class 'ThermalTest' has a Modified Cyclomatic Complexity of 4 (Highest = 15).
9545 src/Tools/ThermalTest.java 19 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
9546 src/Tools/ThermalTest.java 19 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
9547 src/Tools/ThermalTest.java 21 CommentRequired: Public method and constructor comments are required
9548 src/Tools/ThermalTest.java 21 CommentRequired: Public method and constructor comments are required
9549 src/Tools/ThermalTest.java 21 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
9550 src/Tools/ThermalTest.java 21 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
9551 src/Tools/ThermalTest.java 22 LocalVariableCouldBeFinal: Local variable 'lsb' could be declared final
9552 src/Tools/ThermalTest.java 22 LocalVariableCouldBeFinal: Local variable 'lsb' could be declared final
9553 src/Tools/ThermalTest.java 23 LocalVariableCouldBeFinal: Local variable 'msb' could be declared final
9554 src/Tools/ThermalTest.java 23 LocalVariableCouldBeFinal: Local variable 'msb' could be declared final
9555 src/Tools/ThermalTest.java 25 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
9556 src/Tools/ThermalTest.java 25 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
9557 src/Tools/ThermalTest.java 25 UselessParentheses: Useless parentheses.
9558 src/Tools/ThermalTest.java 25 UselessParentheses: Useless parentheses.
9559 src/Tools/ThermalTest.java 27 UselessParentheses: Useless parentheses.
9560 src/Tools/ThermalTest.java 27 UselessParentheses: Useless parentheses.
9561 src/Tools/ThermalTest.java 31 CommentRequired: Public method and constructor comments are required
9562 src/Tools/ThermalTest.java 31 CommentRequired: Public method and constructor comments are required
9563 src/Tools/ThermalTest.java 31 MethodArgumentCouldBeFinal: Parameter 'rssi_dec' is not assigned and could be declared final
9564 src/Tools/ThermalTest.java 31 MethodArgumentCouldBeFinal: Parameter 'rssi_dec' is not assigned and could be declared final
9565 src/Tools/ThermalTest.java 32 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
9566 src/Tools/ThermalTest.java 32 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
9567 src/Tools/ThermalTest.java 33 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
9568 src/Tools/ThermalTest.java 33 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
9569 src/Tools/ThermalTest.java 33 UselessParentheses: Useless parentheses.
9570 src/Tools/ThermalTest.java 33 UselessParentheses: Useless parentheses.
9571 src/Tools/ThermalTest.java 35 UselessParentheses: Useless parentheses.
9572 src/Tools/ThermalTest.java 35 UselessParentheses: Useless parentheses.
9573 src/Tools/ThermalTest.java 39 CommentRequired: Public method and constructor comments are required
9574 src/Tools/ThermalTest.java 39 CommentRequired: Public method and constructor comments are required
9575 src/Tools/ThermalTest.java 39 MethodArgumentCouldBeFinal: Parameter 'lqi' is not assigned and could be declared final
9576 src/Tools/ThermalTest.java 39 MethodArgumentCouldBeFinal: Parameter 'lqi' is not assigned and could be declared final
9577 src/Tools/ThermalTest.java 44 CommentRequired: Public method and constructor comments are required
9578 src/Tools/ThermalTest.java 44 CommentRequired: Public method and constructor comments are required
9579 src/Tools/ThermalTest.java 44 MethodArgumentCouldBeFinal: Parameter 'actual_rssi' is not assigned and could be declared final
9580 src/Tools/ThermalTest.java 44 MethodArgumentCouldBeFinal: Parameter 'actual_rssi' is not assigned and could be declared final
9581 src/Tools/ThermalTest.java 44 MethodArgumentCouldBeFinal: Parameter 'last_rssi' is not assigned and could be declared final
9582 src/Tools/ThermalTest.java 44 MethodArgumentCouldBeFinal: Parameter 'last_rssi' is not assigned and could be declared final
9583 src/Tools/ThermalTest.java 50 CommentRequired: Public method and constructor comments are required
9584 src/Tools/ThermalTest.java 50 CommentRequired: Public method and constructor comments are required
9585 src/Tools/ThermalTest.java 50 ExcessiveMethodLength: Avoid really long methods.
9586 src/Tools/ThermalTest.java 50 ExcessiveMethodLength: Avoid really long methods.
9587 src/Tools/ThermalTest.java 50 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
9588 src/Tools/ThermalTest.java 50 MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final
9589 src/Tools/ThermalTest.java 50 ModifiedCyclomaticComplexity: The method 'main' has a Modified Cyclomatic Complexity of 15.
9590 src/Tools/ThermalTest.java 50 ModifiedCyclomaticComplexity: The method 'main' has a Modified Cyclomatic Complexity of 15.
9591 src/Tools/ThermalTest.java 50 NPathComplexity: The method 'main(String)' has an NPath complexity of 780, current threshold is 200
9592 src/Tools/ThermalTest.java 50 NPathComplexity: The method 'main(String)' has an NPath complexity of 780, current threshold is 200
9593 src/Tools/ThermalTest.java 50 NcssCount: The method 'main(String)' has a NCSS line count of 133.
9594 src/Tools/ThermalTest.java 50 NcssCount: The method 'main(String)' has a NCSS line count of 133.
9595 src/Tools/ThermalTest.java 55 LocalVariableCouldBeFinal: Local variable 'file_name' could be declared final
9596 src/Tools/ThermalTest.java 55 LocalVariableCouldBeFinal: Local variable 'file_name' could be declared final
9597 src/Tools/ThermalTest.java 56 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'file_output' (lines '56'-'222').
9598 src/Tools/ThermalTest.java 56 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'file_output' (lines '56'-'222').
9599 src/Tools/ThermalTest.java 56 LocalVariableCouldBeFinal: Local variable 'file_output' could be declared final
9600 src/Tools/ThermalTest.java 56 LocalVariableCouldBeFinal: Local variable 'file_output' could be declared final
9601 src/Tools/ThermalTest.java 57 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'mode_arg' (lines '57'-'222').
9602 src/Tools/ThermalTest.java 57 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'mode_arg' (lines '57'-'222').
9603 src/Tools/ThermalTest.java 57 LocalVariableCouldBeFinal: Local variable 'mode_arg' could be declared final
9604 src/Tools/ThermalTest.java 57 LocalVariableCouldBeFinal: Local variable 'mode_arg' could be declared final
9605 src/Tools/ThermalTest.java 58 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'packets_arg' (lines '58'-'222').
9606 src/Tools/ThermalTest.java 58 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'packets_arg' (lines '58'-'222').
9607 src/Tools/ThermalTest.java 58 LocalVariableCouldBeFinal: Local variable 'packets_arg' could be declared final
9608 src/Tools/ThermalTest.java 58 LocalVariableCouldBeFinal: Local variable 'packets_arg' could be declared final
9609 src/Tools/ThermalTest.java 59 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_packets' (lines '59'-'222').
9610 src/Tools/ThermalTest.java 59 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_packets' (lines '59'-'222').
9611 src/Tools/ThermalTest.java 59 LocalVariableCouldBeFinal: Local variable 'max_packets' could be declared final
9612 src/Tools/ThermalTest.java 59 LocalVariableCouldBeFinal: Local variable 'max_packets' could be declared final
9613 src/Tools/ThermalTest.java 60 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'always' (lines '60'-'222').
9614 src/Tools/ThermalTest.java 60 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'always' (lines '60'-'222').
9615 src/Tools/ThermalTest.java 60 LocalVariableCouldBeFinal: Local variable 'always' could be declared final
9616 src/Tools/ThermalTest.java 60 LocalVariableCouldBeFinal: Local variable 'always' could be declared final
9617 src/Tools/ThermalTest.java 61 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'last_transmission' (lines '61'-'222').
9618 src/Tools/ThermalTest.java 61 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'last_transmission' (lines '61'-'222').
9619 src/Tools/ThermalTest.java 62 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'output' (lines '62'-'222').
9620 src/Tools/ThermalTest.java 62 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'output' (lines '62'-'222').
9621 src/Tools/ThermalTest.java 63 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'counter' (lines '63'-'222').
9622 src/Tools/ThermalTest.java 63 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'counter' (lines '63'-'222').
9623 src/Tools/ThermalTest.java 66 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'content' (lines '66'-'182').
9624 src/Tools/ThermalTest.java 66 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'content' (lines '66'-'182').
9625 src/Tools/ThermalTest.java 66 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'content' (lines '66'-'222').
9626 src/Tools/ThermalTest.java 66 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'content' (lines '66'-'222').
9627 src/Tools/ThermalTest.java 66 UnusedAssignment: The initializer for variable 'content' is never used (overwritten on line 182)
9628 src/Tools/ThermalTest.java 66 UnusedAssignment: The initializer for variable 'content' is never used (overwritten on line 182)
9629 src/Tools/ThermalTest.java 67 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'redundancy_arg' (lines '67'-'85').
9630 src/Tools/ThermalTest.java 67 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'redundancy_arg' (lines '67'-'85').
9631 src/Tools/ThermalTest.java 67 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'redundancy_arg' (lines '67'-'222').
9632 src/Tools/ThermalTest.java 67 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'redundancy_arg' (lines '67'-'222').
9633 src/Tools/ThermalTest.java 69 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'time_arg' (lines '69'-'88').
9634 src/Tools/ThermalTest.java 69 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'time_arg' (lines '69'-'88').
9635 src/Tools/ThermalTest.java 69 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'time_arg' (lines '69'-'222').
9636 src/Tools/ThermalTest.java 69 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'time_arg' (lines '69'-'222').
9637 src/Tools/ThermalTest.java 71 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'cadency_arg' (lines '71'-'91').
9638 src/Tools/ThermalTest.java 71 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'cadency_arg' (lines '71'-'91').
9639 src/Tools/ThermalTest.java 71 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'cadency_arg' (lines '71'-'222').
9640 src/Tools/ThermalTest.java 71 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'cadency_arg' (lines '71'-'222').
9641 src/Tools/ThermalTest.java 74 CloseResource: Ensure that resources like this OutputStreamWriter object are closed after use
9642 src/Tools/ThermalTest.java 74 CloseResource: Ensure that resources like this OutputStreamWriter object are closed after use
9643 src/Tools/ThermalTest.java 74 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'writer' (lines '74'-'78').
9644 src/Tools/ThermalTest.java 74 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'writer' (lines '74'-'78').
9645 src/Tools/ThermalTest.java 75 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
9646 src/Tools/ThermalTest.java 75 LawOfDemeter: Potential violation of Law of Demeter (object not created locally)
9647 src/Tools/ThermalTest.java 76 LocalVariableCouldBeFinal: Local variable 'file' could be declared final
9648 src/Tools/ThermalTest.java 76 LocalVariableCouldBeFinal: Local variable 'file' could be declared final
9649 src/Tools/ThermalTest.java 78 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
9650 src/Tools/ThermalTest.java 78 AvoidFileStream: Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
9651 src/Tools/ThermalTest.java 82 LocalVariableCouldBeFinal: Local variable 'arg' could be declared final
9652 src/Tools/ThermalTest.java 82 LocalVariableCouldBeFinal: Local variable 'arg' could be declared final
9653 src/Tools/ThermalTest.java 83 ImplicitSwitchFallThrough: A switch statement does not contain a break
9654 src/Tools/ThermalTest.java 83 ImplicitSwitchFallThrough: A switch statement does not contain a break
9655 src/Tools/ThermalTest.java 85 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'redundancy_arg' (lines '85'-'222').
9656 src/Tools/ThermalTest.java 85 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'redundancy_arg' (lines '85'-'222').
9657 src/Tools/ThermalTest.java 88 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'time_arg' (lines '88'-'222').
9658 src/Tools/ThermalTest.java 88 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'time_arg' (lines '88'-'222').
9659 src/Tools/ThermalTest.java 91 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'cadency_arg' (lines '91'-'222').
9660 src/Tools/ThermalTest.java 91 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'cadency_arg' (lines '91'-'222').
9661 src/Tools/ThermalTest.java 101 SystemPrintln: System.out.println is used
9662 src/Tools/ThermalTest.java 101 SystemPrintln: System.out.println is used
9663 src/Tools/ThermalTest.java 111 LocalVariableCouldBeFinal: Local variable 'duration' could be declared final
9664 src/Tools/ThermalTest.java 111 LocalVariableCouldBeFinal: Local variable 'duration' could be declared final
9665 src/Tools/ThermalTest.java 112 LocalVariableCouldBeFinal: Local variable 'end_time' could be declared final
9666 src/Tools/ThermalTest.java 112 LocalVariableCouldBeFinal: Local variable 'end_time' could be declared final
9667 src/Tools/ThermalTest.java 116 LocalVariableCouldBeFinal: Local variable 'time' could be declared final
9668 src/Tools/ThermalTest.java 116 LocalVariableCouldBeFinal: Local variable 'time' could be declared final
9669 src/Tools/ThermalTest.java 117 LocalVariableCouldBeFinal: Local variable 'logger' could be declared final
9670 src/Tools/ThermalTest.java 117 LocalVariableCouldBeFinal: Local variable 'logger' could be declared final
9671 src/Tools/ThermalTest.java 118 LocalVariableCouldBeFinal: Local variable 'conf' could be declared final
9672 src/Tools/ThermalTest.java 118 LocalVariableCouldBeFinal: Local variable 'conf' could be declared final
9673 src/Tools/ThermalTest.java 120 LocalVariableCouldBeFinal: Local variable 'rx_buffer' could be declared final
9674 src/Tools/ThermalTest.java 120 LocalVariableCouldBeFinal: Local variable 'rx_buffer' could be declared final
9675 src/Tools/ThermalTest.java 121 LocalVariableCouldBeFinal: Local variable 'tx_buffer' could be declared final
9676 src/Tools/ThermalTest.java 121 LocalVariableCouldBeFinal: Local variable 'tx_buffer' could be declared final
9677 src/Tools/ThermalTest.java 122 LocalVariableCouldBeFinal: Local variable 'uart_interface' could be declared final
9678 src/Tools/ThermalTest.java 122 LocalVariableCouldBeFinal: Local variable 'uart_interface' could be declared final
9679 src/Tools/ThermalTest.java 123 LocalVariableCouldBeFinal: Local variable 'slp' could be declared final
9680 src/Tools/ThermalTest.java 123 LocalVariableCouldBeFinal: Local variable 'slp' could be declared final
9681 src/Tools/ThermalTest.java 128 SystemPrintln: System.out.println is used
9682 src/Tools/ThermalTest.java 128 SystemPrintln: System.out.println is used
9683 src/Tools/ThermalTest.java 129 SystemPrintln: System.out.println is used
9684 src/Tools/ThermalTest.java 129 SystemPrintln: System.out.println is used
9685 src/Tools/ThermalTest.java 130 SystemPrintln: System.out.println is used
9686 src/Tools/ThermalTest.java 130 SystemPrintln: System.out.println is used
9687 src/Tools/ThermalTest.java 138 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9688 src/Tools/ThermalTest.java 138 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9689 src/Tools/ThermalTest.java 139 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9690 src/Tools/ThermalTest.java 139 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9691 src/Tools/ThermalTest.java 141 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9692 src/Tools/ThermalTest.java 141 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9693 src/Tools/ThermalTest.java 143 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9694 src/Tools/ThermalTest.java 143 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9695 src/Tools/ThermalTest.java 144 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9696 src/Tools/ThermalTest.java 144 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9697 src/Tools/ThermalTest.java 145 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9698 src/Tools/ThermalTest.java 145 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9699 src/Tools/ThermalTest.java 146 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9700 src/Tools/ThermalTest.java 146 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9701 src/Tools/ThermalTest.java 147 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9702 src/Tools/ThermalTest.java 147 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9703 src/Tools/ThermalTest.java 148 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9704 src/Tools/ThermalTest.java 148 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9705 src/Tools/ThermalTest.java 149 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9706 src/Tools/ThermalTest.java 149 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9707 src/Tools/ThermalTest.java 150 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9708 src/Tools/ThermalTest.java 150 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9709 src/Tools/ThermalTest.java 151 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9710 src/Tools/ThermalTest.java 151 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9711 src/Tools/ThermalTest.java 152 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9712 src/Tools/ThermalTest.java 152 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9713 src/Tools/ThermalTest.java 153 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9714 src/Tools/ThermalTest.java 153 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9715 src/Tools/ThermalTest.java 154 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9716 src/Tools/ThermalTest.java 154 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9717 src/Tools/ThermalTest.java 155 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9718 src/Tools/ThermalTest.java 155 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
9719 src/Tools/ThermalTest.java 155 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '155'-'156').
9720 src/Tools/ThermalTest.java 155 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '155'-'156').
9721 src/Tools/ThermalTest.java 156 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '156'-'157').
9722 src/Tools/ThermalTest.java 156 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '156'-'157').
9723 src/Tools/ThermalTest.java 157 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '157'-'158').
9724 src/Tools/ThermalTest.java 157 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '157'-'158').
9725 src/Tools/ThermalTest.java 158 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '158'-'159').
9726 src/Tools/ThermalTest.java 158 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'freq_bytes' (lines '158'-'159').
9727 src/Tools/ThermalTest.java 160 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9728 src/Tools/ThermalTest.java 160 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9729 src/Tools/ThermalTest.java 160 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9730 src/Tools/ThermalTest.java 160 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
9731 src/Tools/ThermalTest.java 160 LocalVariableCouldBeFinal: Local variable 'freq' could be declared final
9732 src/Tools/ThermalTest.java 160 LocalVariableCouldBeFinal: Local variable 'freq' could be declared final
9733 src/Tools/ThermalTest.java 161 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9734 src/Tools/ThermalTest.java 161 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9735 src/Tools/ThermalTest.java 162 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9736 src/Tools/ThermalTest.java 162 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9737 src/Tools/ThermalTest.java 163 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9738 src/Tools/ThermalTest.java 163 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9739 src/Tools/ThermalTest.java 164 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9740 src/Tools/ThermalTest.java 164 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9741 src/Tools/ThermalTest.java 165 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9742 src/Tools/ThermalTest.java 165 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9743 src/Tools/ThermalTest.java 166 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9744 src/Tools/ThermalTest.java 166 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9745 src/Tools/ThermalTest.java 169 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9746 src/Tools/ThermalTest.java 169 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9747 src/Tools/ThermalTest.java 172 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9748 src/Tools/ThermalTest.java 172 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9749 src/Tools/ThermalTest.java 173 SystemPrintln: System.out.println is used
9750 src/Tools/ThermalTest.java 173 SystemPrintln: System.out.println is used
9751 src/Tools/ThermalTest.java 176 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'output' (lines '176'-'222').
9752 src/Tools/ThermalTest.java 176 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'output' (lines '176'-'222').
9753 src/Tools/ThermalTest.java 181 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9754 src/Tools/ThermalTest.java 181 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9755 src/Tools/ThermalTest.java 183 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9756 src/Tools/ThermalTest.java 183 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9757 src/Tools/ThermalTest.java 184 ControlStatementBraces: This statement should have braces
9758 src/Tools/ThermalTest.java 184 ControlStatementBraces: This statement should have braces
9759 src/Tools/ThermalTest.java 186 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'counter' (lines '186'-'222').
9760 src/Tools/ThermalTest.java 186 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'counter' (lines '186'-'222').
9761 src/Tools/ThermalTest.java 189 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9762 src/Tools/ThermalTest.java 189 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9763 src/Tools/ThermalTest.java 190 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9764 src/Tools/ThermalTest.java 190 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9765 src/Tools/ThermalTest.java 191 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9766 src/Tools/ThermalTest.java 191 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9767 src/Tools/ThermalTest.java 192 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9768 src/Tools/ThermalTest.java 192 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9769 src/Tools/ThermalTest.java 193 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9770 src/Tools/ThermalTest.java 193 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9771 src/Tools/ThermalTest.java 194 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9772 src/Tools/ThermalTest.java 194 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9773 src/Tools/ThermalTest.java 195 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9774 src/Tools/ThermalTest.java 195 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9775 src/Tools/ThermalTest.java 199 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9776 src/Tools/ThermalTest.java 199 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9777 src/Tools/ThermalTest.java 203 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9778 src/Tools/ThermalTest.java 203 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9779 src/Tools/ThermalTest.java 205 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9780 src/Tools/ThermalTest.java 205 UseStringBufferForStringAppends: Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings
9781 src/Tools/ThermalTest.java 206 SystemPrintln: System.out.println is used
9782 src/Tools/ThermalTest.java 206 SystemPrintln: System.out.println is used
9783 src/Tools/ThermalTest.java 209 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'output' (lines '209'-'222').
9784 src/Tools/ThermalTest.java 209 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'output' (lines '209'-'222').
9785 src/Tools/ThermalTest.java 210 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'last_transmission' (lines '210'-'222').
9786 src/Tools/ThermalTest.java 210 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'last_transmission' (lines '210'-'222').
9787 src/jZLib/Adler32.java 2 CommentSize: Comment is too large: Too many lines
9788 src/jZLib/Adler32.java 2 CommentSize: Comment is too large: Too many lines
9789 src/jZLib/Adler32.java 35 PackageCase: Package name contains upper case characters
9790 src/jZLib/Adler32.java 35 PackageCase: Package name contains upper case characters
9791 src/jZLib/Adler32.java 37 AtLeastOneConstructor: Each class should declare at least one constructor
9792 src/jZLib/Adler32.java 37 AtLeastOneConstructor: Each class should declare at least one constructor
9793 src/jZLib/Adler32.java 37 CommentRequired: Class comments are required
9794 src/jZLib/Adler32.java 37 CommentRequired: Class comments are required
9795 src/jZLib/Adler32.java 40 CommentRequired: Field comments are required
9796 src/jZLib/Adler32.java 40 CommentRequired: Field comments are required
9797 src/jZLib/Adler32.java 40 UseUnderscoresInNumericLiterals: Number 65521 should separate every third digit with an underscore
9798 src/jZLib/Adler32.java 40 UseUnderscoresInNumericLiterals: Number 65521 should separate every third digit with an underscore
9799 src/jZLib/Adler32.java 42 CommentRequired: Field comments are required
9800 src/jZLib/Adler32.java 42 CommentRequired: Field comments are required
9801 src/jZLib/Adler32.java 44 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
9802 src/jZLib/Adler32.java 44 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
9803 src/jZLib/Adler32.java 44 CommentRequired: Field comments are required
9804 src/jZLib/Adler32.java 44 CommentRequired: Field comments are required
9805 src/jZLib/Adler32.java 44 ShortVariable: Avoid variables with short names like s1
9806 src/jZLib/Adler32.java 44 ShortVariable: Avoid variables with short names like s1
9807 src/jZLib/Adler32.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
9808 src/jZLib/Adler32.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
9809 src/jZLib/Adler32.java 45 CommentRequired: Field comments are required
9810 src/jZLib/Adler32.java 45 CommentRequired: Field comments are required
9811 src/jZLib/Adler32.java 45 RedundantFieldInitializer: Avoid using redundant field initializer for 's2'
9812 src/jZLib/Adler32.java 45 RedundantFieldInitializer: Avoid using redundant field initializer for 's2'
9813 src/jZLib/Adler32.java 45 ShortVariable: Avoid variables with short names like s2
9814 src/jZLib/Adler32.java 45 ShortVariable: Avoid variables with short names like s2
9815 src/jZLib/Adler32.java 48 MethodArgumentCouldBeFinal: Parameter 'init' is not assigned and could be declared final
9816 src/jZLib/Adler32.java 48 MethodArgumentCouldBeFinal: Parameter 'init' is not assigned and could be declared final
9817 src/jZLib/Adler32.java 61 UselessParentheses: Useless parentheses.
9818 src/jZLib/Adler32.java 61 UselessParentheses: Useless parentheses.
9819 src/jZLib/Adler32.java 65 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
9820 src/jZLib/Adler32.java 65 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
9821 src/jZLib/Adler32.java 67 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
9822 src/jZLib/Adler32.java 67 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
9823 src/jZLib/Adler32.java 68 AvoidReassigningParameters: Avoid reassigning parameters such as 'index'
9824 src/jZLib/Adler32.java 68 AvoidReassigningParameters: Avoid reassigning parameters such as 'index'
9825 src/jZLib/Adler32.java 68 UnusedAssignment: The updated value of variable 'index' is never used
9826 src/jZLib/Adler32.java 68 UnusedAssignment: The updated value of variable 'index' is never used
9827 src/jZLib/Adler32.java 75 LocalVariableCouldBeFinal: Local variable 'len2' could be declared final
9828 src/jZLib/Adler32.java 75 LocalVariableCouldBeFinal: Local variable 'len2' could be declared final
9829 src/jZLib/Adler32.java 77 ShortVariable: Avoid variables with short names like k
9830 src/jZLib/Adler32.java 77 ShortVariable: Avoid variables with short names like k
9831 src/jZLib/Adler32.java 78 AvoidReassigningParameters: Avoid reassigning parameters such as 'len'
9832 src/jZLib/Adler32.java 78 AvoidReassigningParameters: Avoid reassigning parameters such as 'len'
9833 src/jZLib/Adler32.java 86 ShortVariable: Avoid variables with short names like k
9834 src/jZLib/Adler32.java 86 ShortVariable: Avoid variables with short names like k
9835 src/jZLib/Adler32.java 87 UnusedAssignment: The value assigned to variable 'len' is never used
9836 src/jZLib/Adler32.java 87 UnusedAssignment: The value assigned to variable 'len' is never used
9837 src/jZLib/Adler32.java 97 LocalVariableCouldBeFinal: Local variable 'foo' could be declared final
9838 src/jZLib/Adler32.java 97 LocalVariableCouldBeFinal: Local variable 'foo' could be declared final
9839 src/jZLib/Adler32.java 104 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the combine method if you want a default access modifier
9840 src/jZLib/Adler32.java 104 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the combine method if you want a default access modifier
9841 src/jZLib/Adler32.java 104 DefaultPackage: Use explicit scoping instead of the default package private level
9842 src/jZLib/Adler32.java 104 DefaultPackage: Use explicit scoping instead of the default package private level
9843 src/jZLib/Adler32.java 104 MethodArgumentCouldBeFinal: Parameter 'adler1' is not assigned and could be declared final
9844 src/jZLib/Adler32.java 104 MethodArgumentCouldBeFinal: Parameter 'adler1' is not assigned and could be declared final
9845 src/jZLib/Adler32.java 104 MethodArgumentCouldBeFinal: Parameter 'adler2' is not assigned and could be declared final
9846 src/jZLib/Adler32.java 104 MethodArgumentCouldBeFinal: Parameter 'adler2' is not assigned and could be declared final
9847 src/jZLib/Adler32.java 104 MethodArgumentCouldBeFinal: Parameter 'len2' is not assigned and could be declared final
9848 src/jZLib/Adler32.java 104 MethodArgumentCouldBeFinal: Parameter 'len2' is not assigned and could be declared final
9849 src/jZLib/Adler32.java 105 LocalVariableCouldBeFinal: Local variable 'BASEL' could be declared final
9850 src/jZLib/Adler32.java 105 LocalVariableCouldBeFinal: Local variable 'BASEL' could be declared final
9851 src/jZLib/Adler32.java 116 ControlStatementBraces: This statement should have braces
9852 src/jZLib/Adler32.java 116 ControlStatementBraces: This statement should have braces
9853 src/jZLib/Adler32.java 117 ControlStatementBraces: This statement should have braces
9854 src/jZLib/Adler32.java 117 ControlStatementBraces: This statement should have braces
9855 src/jZLib/Adler32.java 118 ControlStatementBraces: This statement should have braces
9856 src/jZLib/Adler32.java 118 ControlStatementBraces: This statement should have braces
9857 src/jZLib/Adler32.java 118 UselessParentheses: Useless parentheses.
9858 src/jZLib/Adler32.java 118 UselessParentheses: Useless parentheses.
9859 src/jZLib/Adler32.java 119 ControlStatementBraces: This statement should have braces
9860 src/jZLib/Adler32.java 119 ControlStatementBraces: This statement should have braces
9861 src/jZLib/Adler32.java 123 CommentSize: Comment is too large: Too many lines
9862 src/jZLib/Adler32.java 123 CommentSize: Comment is too large: Too many lines
9863 src/jZLib/CRC32.java 2 CommentSize: Comment is too large: Too many lines
9864 src/jZLib/CRC32.java 2 CommentSize: Comment is too large: Too many lines
9865 src/jZLib/CRC32.java 35 PackageCase: Package name contains upper case characters
9866 src/jZLib/CRC32.java 35 PackageCase: Package name contains upper case characters
9867 src/jZLib/CRC32.java 37 AtLeastOneConstructor: Each class should declare at least one constructor
9868 src/jZLib/CRC32.java 37 AtLeastOneConstructor: Each class should declare at least one constructor
9869 src/jZLib/CRC32.java 37 CommentRequired: Class comments are required
9870 src/jZLib/CRC32.java 37 CommentRequired: Class comments are required
9871 src/jZLib/CRC32.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
9872 src/jZLib/CRC32.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
9873 src/jZLib/CRC32.java 42 CommentRequired: Field comments are required
9874 src/jZLib/CRC32.java 42 CommentRequired: Field comments are required
9875 src/jZLib/CRC32.java 42 RedundantFieldInitializer: Avoid using redundant field initializer for 'v'
9876 src/jZLib/CRC32.java 42 RedundantFieldInitializer: Avoid using redundant field initializer for 'v'
9877 src/jZLib/CRC32.java 42 ShortVariable: Avoid variables with short names like v
9878 src/jZLib/CRC32.java 42 ShortVariable: Avoid variables with short names like v
9879 src/jZLib/CRC32.java 43 CommentRequired: Field comments are required
9880 src/jZLib/CRC32.java 43 CommentRequired: Field comments are required
9881 src/jZLib/CRC32.java 43 RedundantFieldInitializer: Avoid using redundant field initializer for 'crc_table'
9882 src/jZLib/CRC32.java 43 RedundantFieldInitializer: Avoid using redundant field initializer for 'crc_table'
9883 src/jZLib/CRC32.java 43 UnusedAssignment: The field initializer for 'crc_table' is never used (overwritten on line 45)
9884 src/jZLib/CRC32.java 43 UnusedAssignment: The field initializer for 'crc_table' is never used (overwritten on line 45)
9885 src/jZLib/CRC32.java 47 ShortVariable: Avoid variables with short names like c
9886 src/jZLib/CRC32.java 47 ShortVariable: Avoid variables with short names like c
9887 src/jZLib/CRC32.java 49 ConfusingTernary: Avoid if (x != y) ..; else ..;
9888 src/jZLib/CRC32.java 49 ConfusingTernary: Avoid if (x != y) ..; else ..;
9889 src/jZLib/CRC32.java 50 ControlStatementBraces: This statement should have braces
9890 src/jZLib/CRC32.java 50 ControlStatementBraces: This statement should have braces
9891 src/jZLib/CRC32.java 52 ControlStatementBraces: This statement should have braces
9892 src/jZLib/CRC32.java 52 ControlStatementBraces: This statement should have braces
9893 src/jZLib/CRC32.java 59 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
9894 src/jZLib/CRC32.java 59 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
9895 src/jZLib/CRC32.java 60 ShortVariable: Avoid variables with short names like c
9896 src/jZLib/CRC32.java 60 ShortVariable: Avoid variables with short names like c
9897 src/jZLib/CRC32.java 61 AvoidReassigningParameters: Avoid reassigning parameters such as 'len'
9898 src/jZLib/CRC32.java 61 AvoidReassigningParameters: Avoid reassigning parameters such as 'len'
9899 src/jZLib/CRC32.java 61 ControlStatementBraces: This statement should have braces
9900 src/jZLib/CRC32.java 61 ControlStatementBraces: This statement should have braces
9901 src/jZLib/CRC32.java 62 AvoidReassigningParameters: Avoid reassigning parameters such as 'index'
9902 src/jZLib/CRC32.java 62 AvoidReassigningParameters: Avoid reassigning parameters such as 'index'
9903 src/jZLib/CRC32.java 72 MethodArgumentCouldBeFinal: Parameter 'vv' is not assigned and could be declared final
9904 src/jZLib/CRC32.java 72 MethodArgumentCouldBeFinal: Parameter 'vv' is not assigned and could be declared final
9905 src/jZLib/CRC32.java 72 ShortVariable: Avoid variables with short names like vv
9906 src/jZLib/CRC32.java 72 ShortVariable: Avoid variables with short names like vv
9907 src/jZLib/CRC32.java 82 CommentRequired: Field comments are required
9908 src/jZLib/CRC32.java 82 CommentRequired: Field comments are required
9909 src/jZLib/CRC32.java 82 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
9910 src/jZLib/CRC32.java 82 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
9911 src/jZLib/CRC32.java 83 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the combine method if you want a default access modifier
9912 src/jZLib/CRC32.java 83 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the combine method if you want a default access modifier
9913 src/jZLib/CRC32.java 83 DefaultPackage: Use explicit scoping instead of the default package private level
9914 src/jZLib/CRC32.java 83 DefaultPackage: Use explicit scoping instead of the default package private level
9915 src/jZLib/CRC32.java 83 MethodArgumentCouldBeFinal: Parameter 'crc2' is not assigned and could be declared final
9916 src/jZLib/CRC32.java 83 MethodArgumentCouldBeFinal: Parameter 'crc2' is not assigned and could be declared final
9917 src/jZLib/CRC32.java 84 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
9918 src/jZLib/CRC32.java 84 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
9919 src/jZLib/CRC32.java 85 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'even' (lines '85'-'131').
9920 src/jZLib/CRC32.java 85 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'even' (lines '85'-'131').
9921 src/jZLib/CRC32.java 85 LocalVariableCouldBeFinal: Local variable 'even' could be declared final
9922 src/jZLib/CRC32.java 85 LocalVariableCouldBeFinal: Local variable 'even' could be declared final
9923 src/jZLib/CRC32.java 85 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
9924 src/jZLib/CRC32.java 85 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
9925 src/jZLib/CRC32.java 86 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'odd' (lines '86'-'93').
9926 src/jZLib/CRC32.java 86 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'odd' (lines '86'-'93').
9927 src/jZLib/CRC32.java 86 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'odd' (lines '86'-'131').
9928 src/jZLib/CRC32.java 86 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'odd' (lines '86'-'131').
9929 src/jZLib/CRC32.java 86 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
9930 src/jZLib/CRC32.java 86 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
9931 src/jZLib/CRC32.java 90 ControlStatementBraces: This statement should have braces
9932 src/jZLib/CRC32.java 90 ControlStatementBraces: This statement should have braces
9933 src/jZLib/CRC32.java 90 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
9934 src/jZLib/CRC32.java 90 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
9935 src/jZLib/CRC32.java 93 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'odd' (lines '93'-'96').
9936 src/jZLib/CRC32.java 93 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'odd' (lines '93'-'96').
9937 src/jZLib/CRC32.java 94 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'row' (lines '94'-'131').
9938 src/jZLib/CRC32.java 94 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'row' (lines '94'-'131').
9939 src/jZLib/CRC32.java 96 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'odd' (lines '96'-'96').
9940 src/jZLib/CRC32.java 96 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'odd' (lines '96'-'96').
9941 src/jZLib/CRC32.java 112 AvoidReassigningParameters: Avoid reassigning parameters such as 'crc1'
9942 src/jZLib/CRC32.java 112 AvoidReassigningParameters: Avoid reassigning parameters such as 'crc1'
9943 src/jZLib/CRC32.java 112 ControlStatementBraces: This statement should have braces
9944 src/jZLib/CRC32.java 112 ControlStatementBraces: This statement should have braces
9945 src/jZLib/CRC32.java 113 AvoidReassigningParameters: Avoid reassigning parameters such as 'len2'
9946 src/jZLib/CRC32.java 113 AvoidReassigningParameters: Avoid reassigning parameters such as 'len2'
9947 src/jZLib/CRC32.java 117 ControlStatementBraces: This statement should have braces
9948 src/jZLib/CRC32.java 117 ControlStatementBraces: This statement should have braces
9949 src/jZLib/CRC32.java 122 ControlStatementBraces: This statement should have braces
9950 src/jZLib/CRC32.java 122 ControlStatementBraces: This statement should have braces
9951 src/jZLib/CRC32.java 133 MethodArgumentCouldBeFinal: Parameter 'mat' is not assigned and could be declared final
9952 src/jZLib/CRC32.java 133 MethodArgumentCouldBeFinal: Parameter 'mat' is not assigned and could be declared final
9953 src/jZLib/CRC32.java 135 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'index' (lines '135'-'140').
9954 src/jZLib/CRC32.java 135 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'index' (lines '135'-'140').
9955 src/jZLib/CRC32.java 135 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'index' (lines '135'-'143').
9956 src/jZLib/CRC32.java 135 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'index' (lines '135'-'143').
9957 src/jZLib/CRC32.java 138 ControlStatementBraces: This statement should have braces
9958 src/jZLib/CRC32.java 138 ControlStatementBraces: This statement should have braces
9959 src/jZLib/CRC32.java 139 AvoidReassigningParameters: Avoid reassigning parameters such as 'vec'
9960 src/jZLib/CRC32.java 139 AvoidReassigningParameters: Avoid reassigning parameters such as 'vec'
9961 src/jZLib/CRC32.java 140 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'index' (lines '140'-'140').
9962 src/jZLib/CRC32.java 140 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'index' (lines '140'-'140').
9963 src/jZLib/CRC32.java 140 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'index' (lines '140'-'143').
9964 src/jZLib/CRC32.java 140 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'index' (lines '140'-'143').
9965 src/jZLib/CRC32.java 145 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the gf2_matrix_square method if you want a default access modifier
9966 src/jZLib/CRC32.java 145 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the gf2_matrix_square method if you want a default access modifier
9967 src/jZLib/CRC32.java 145 DefaultPackage: Use explicit scoping instead of the default package private level
9968 src/jZLib/CRC32.java 145 DefaultPackage: Use explicit scoping instead of the default package private level
9969 src/jZLib/CRC32.java 145 MethodArgumentCouldBeFinal: Parameter 'mat' is not assigned and could be declared final
9970 src/jZLib/CRC32.java 145 MethodArgumentCouldBeFinal: Parameter 'mat' is not assigned and could be declared final
9971 src/jZLib/CRC32.java 145 UnnecessaryModifier: Unnecessary modifier 'final' on method 'gf2_matrix_square': the method is already in a final class
9972 src/jZLib/CRC32.java 145 UnnecessaryModifier: Unnecessary modifier 'final' on method 'gf2_matrix_square': the method is already in a final class
9973 src/jZLib/CRC32.java 145 UseVarargs: Consider using varargs for methods or constructors which take an array the last parameter.
9974 src/jZLib/CRC32.java 145 UseVarargs: Consider using varargs for methods or constructors which take an array the last parameter.
9975 src/jZLib/CRC32.java 146 ControlStatementBraces: This statement should have braces
9976 src/jZLib/CRC32.java 146 ControlStatementBraces: This statement should have braces
9977 src/jZLib/CRC32.java 150 CommentSize: Comment is too large: Too many lines
9978 src/jZLib/CRC32.java 150 CommentSize: Comment is too large: Too many lines
9979 src/jZLib/CRC32.java 174 LocalVariableCouldBeFinal: Local variable 'foo' could be declared final
9980 src/jZLib/CRC32.java 174 LocalVariableCouldBeFinal: Local variable 'foo' could be declared final
9981 src/jZLib/CRC32.java 179 CommentRequired: Public method and constructor comments are required
9982 src/jZLib/CRC32.java 179 CommentRequired: Public method and constructor comments are required
9983 src/jZLib/CRC32.java 180 LocalVariableCouldBeFinal: Local variable 'tmp' could be declared final
9984 src/jZLib/CRC32.java 180 LocalVariableCouldBeFinal: Local variable 'tmp' could be declared final
9985 src/jZLib/Checksum.java 2 CommentSize: Comment is too large: Too many lines
9986 src/jZLib/Checksum.java 2 CommentSize: Comment is too large: Too many lines
9987 src/jZLib/Checksum.java 35 PackageCase: Package name contains upper case characters
9988 src/jZLib/Checksum.java 35 PackageCase: Package name contains upper case characters
9989 src/jZLib/Checksum.java 37 CommentRequired: Class comments are required
9990 src/jZLib/Checksum.java 37 CommentRequired: Class comments are required
9991 src/jZLib/Checksum.java 38 CommentRequired: Public method and constructor comments are required
9992 src/jZLib/Checksum.java 38 CommentRequired: Public method and constructor comments are required
9993 src/jZLib/Checksum.java 39 CommentRequired: Public method and constructor comments are required
9994 src/jZLib/Checksum.java 39 CommentRequired: Public method and constructor comments are required
9995 src/jZLib/Checksum.java 40 CommentRequired: Public method and constructor comments are required
9996 src/jZLib/Checksum.java 40 CommentRequired: Public method and constructor comments are required
9997 src/jZLib/Checksum.java 41 CommentRequired: Public method and constructor comments are required
9998 src/jZLib/Checksum.java 41 CommentRequired: Public method and constructor comments are required
9999 src/jZLib/Checksum.java 42 CommentRequired: Public method and constructor comments are required
10000 src/jZLib/Checksum.java 42 CommentRequired: Public method and constructor comments are required
10001 src/jZLib/Deflate.java 2 CommentSize: Comment is too large: Too many lines
10002 src/jZLib/Deflate.java 2 CommentSize: Comment is too large: Too many lines
10003 src/jZLib/Deflate.java 35 PackageCase: Package name contains upper case characters
10004 src/jZLib/Deflate.java 35 PackageCase: Package name contains upper case characters
10005 src/jZLib/Deflate.java 38 CommentRequired: Class comments are required
10006 src/jZLib/Deflate.java 38 CommentRequired: Class comments are required
10007 src/jZLib/Deflate.java 38 GodClass: Possible God Class (WMC=283, ATFD=138, TCC=19.293%)
10008 src/jZLib/Deflate.java 38 GodClass: Possible God Class (WMC=283, ATFD=138, TCC=19.293%)
10009 src/jZLib/Deflate.java 38 ModifiedCyclomaticComplexity: The class 'Deflate' has a Modified Cyclomatic Complexity of 5 (Highest = 28).
10010 src/jZLib/Deflate.java 38 ModifiedCyclomaticComplexity: The class 'Deflate' has a Modified Cyclomatic Complexity of 5 (Highest = 28).
10011 src/jZLib/Deflate.java 38 TooManyMethods: This class has too many methods, consider refactoring it.
10012 src/jZLib/Deflate.java 38 TooManyMethods: This class has too many methods, consider refactoring it.
10013 src/jZLib/Deflate.java 40 CommentRequired: Field comments are required
10014 src/jZLib/Deflate.java 40 CommentRequired: Field comments are required
10015 src/jZLib/Deflate.java 42 CommentRequired: Field comments are required
10016 src/jZLib/Deflate.java 42 CommentRequired: Field comments are required
10017 src/jZLib/Deflate.java 42 LongVariable: Avoid excessively long variable names like Z_DEFAULT_COMPRESSION
10018 src/jZLib/Deflate.java 42 LongVariable: Avoid excessively long variable names like Z_DEFAULT_COMPRESSION
10019 src/jZLib/Deflate.java 44 CommentRequired: Field comments are required
10020 src/jZLib/Deflate.java 44 CommentRequired: Field comments are required
10021 src/jZLib/Deflate.java 45 CommentRequired: Field comments are required
10022 src/jZLib/Deflate.java 45 CommentRequired: Field comments are required
10023 src/jZLib/Deflate.java 47 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Config nested class if you want a default access modifier
10024 src/jZLib/Deflate.java 47 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Config nested class if you want a default access modifier
10025 src/jZLib/Deflate.java 47 CommentRequired: Class comments are required
10026 src/jZLib/Deflate.java 47 CommentRequired: Class comments are required
10027 src/jZLib/Deflate.java 48 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10028 src/jZLib/Deflate.java 48 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10029 src/jZLib/Deflate.java 48 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the good_length field if you want a default access modifier
10030 src/jZLib/Deflate.java 48 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the good_length field if you want a default access modifier
10031 src/jZLib/Deflate.java 48 CommentRequired: Field comments are required
10032 src/jZLib/Deflate.java 48 CommentRequired: Field comments are required
10033 src/jZLib/Deflate.java 48 DefaultPackage: Use explicit scoping instead of the default package private level
10034 src/jZLib/Deflate.java 48 DefaultPackage: Use explicit scoping instead of the default package private level
10035 src/jZLib/Deflate.java 49 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10036 src/jZLib/Deflate.java 49 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10037 src/jZLib/Deflate.java 49 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the max_lazy field if you want a default access modifier
10038 src/jZLib/Deflate.java 49 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the max_lazy field if you want a default access modifier
10039 src/jZLib/Deflate.java 49 CommentRequired: Field comments are required
10040 src/jZLib/Deflate.java 49 CommentRequired: Field comments are required
10041 src/jZLib/Deflate.java 49 DefaultPackage: Use explicit scoping instead of the default package private level
10042 src/jZLib/Deflate.java 49 DefaultPackage: Use explicit scoping instead of the default package private level
10043 src/jZLib/Deflate.java 50 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10044 src/jZLib/Deflate.java 50 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10045 src/jZLib/Deflate.java 50 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the nice_length field if you want a default access modifier
10046 src/jZLib/Deflate.java 50 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the nice_length field if you want a default access modifier
10047 src/jZLib/Deflate.java 50 CommentRequired: Field comments are required
10048 src/jZLib/Deflate.java 50 CommentRequired: Field comments are required
10049 src/jZLib/Deflate.java 50 DefaultPackage: Use explicit scoping instead of the default package private level
10050 src/jZLib/Deflate.java 50 DefaultPackage: Use explicit scoping instead of the default package private level
10051 src/jZLib/Deflate.java 51 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10052 src/jZLib/Deflate.java 51 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10053 src/jZLib/Deflate.java 51 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the max_chain field if you want a default access modifier
10054 src/jZLib/Deflate.java 51 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the max_chain field if you want a default access modifier
10055 src/jZLib/Deflate.java 51 CommentRequired: Field comments are required
10056 src/jZLib/Deflate.java 51 CommentRequired: Field comments are required
10057 src/jZLib/Deflate.java 51 DefaultPackage: Use explicit scoping instead of the default package private level
10058 src/jZLib/Deflate.java 51 DefaultPackage: Use explicit scoping instead of the default package private level
10059 src/jZLib/Deflate.java 52 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10060 src/jZLib/Deflate.java 52 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10061 src/jZLib/Deflate.java 52 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the func field if you want a default access modifier
10062 src/jZLib/Deflate.java 52 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the func field if you want a default access modifier
10063 src/jZLib/Deflate.java 52 CommentRequired: Field comments are required
10064 src/jZLib/Deflate.java 52 CommentRequired: Field comments are required
10065 src/jZLib/Deflate.java 52 DefaultPackage: Use explicit scoping instead of the default package private level
10066 src/jZLib/Deflate.java 52 DefaultPackage: Use explicit scoping instead of the default package private level
10067 src/jZLib/Deflate.java 53 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Config constructor if you want a default access modifier
10068 src/jZLib/Deflate.java 53 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Config constructor if you want a default access modifier
10069 src/jZLib/Deflate.java 53 MethodArgumentCouldBeFinal: Parameter 'good_length' is not assigned and could be declared final
10070 src/jZLib/Deflate.java 53 MethodArgumentCouldBeFinal: Parameter 'good_length' is not assigned and could be declared final
10071 src/jZLib/Deflate.java 53 MethodArgumentCouldBeFinal: Parameter 'max_lazy' is not assigned and could be declared final
10072 src/jZLib/Deflate.java 53 MethodArgumentCouldBeFinal: Parameter 'max_lazy' is not assigned and could be declared final
10073 src/jZLib/Deflate.java 54 MethodArgumentCouldBeFinal: Parameter 'func' is not assigned and could be declared final
10074 src/jZLib/Deflate.java 54 MethodArgumentCouldBeFinal: Parameter 'func' is not assigned and could be declared final
10075 src/jZLib/Deflate.java 54 MethodArgumentCouldBeFinal: Parameter 'max_chain' is not assigned and could be declared final
10076 src/jZLib/Deflate.java 54 MethodArgumentCouldBeFinal: Parameter 'max_chain' is not assigned and could be declared final
10077 src/jZLib/Deflate.java 54 MethodArgumentCouldBeFinal: Parameter 'nice_length' is not assigned and could be declared final
10078 src/jZLib/Deflate.java 54 MethodArgumentCouldBeFinal: Parameter 'nice_length' is not assigned and could be declared final
10079 src/jZLib/Deflate.java 63 CommentRequired: Field comments are required
10080 src/jZLib/Deflate.java 63 CommentRequired: Field comments are required
10081 src/jZLib/Deflate.java 63 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10082 src/jZLib/Deflate.java 63 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10083 src/jZLib/Deflate.java 64 CommentRequired: Field comments are required
10084 src/jZLib/Deflate.java 64 CommentRequired: Field comments are required
10085 src/jZLib/Deflate.java 64 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10086 src/jZLib/Deflate.java 64 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10087 src/jZLib/Deflate.java 65 CommentRequired: Field comments are required
10088 src/jZLib/Deflate.java 65 CommentRequired: Field comments are required
10089 src/jZLib/Deflate.java 65 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10090 src/jZLib/Deflate.java 65 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10091 src/jZLib/Deflate.java 66 CommentRequired: Field comments are required
10092 src/jZLib/Deflate.java 66 CommentRequired: Field comments are required
10093 src/jZLib/Deflate.java 66 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10094 src/jZLib/Deflate.java 66 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10095 src/jZLib/Deflate.java 83 CommentRequired: Field comments are required
10096 src/jZLib/Deflate.java 83 CommentRequired: Field comments are required
10097 src/jZLib/Deflate.java 83 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10098 src/jZLib/Deflate.java 83 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10099 src/jZLib/Deflate.java 97 CommentRequired: Field comments are required
10100 src/jZLib/Deflate.java 97 CommentRequired: Field comments are required
10101 src/jZLib/Deflate.java 97 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10102 src/jZLib/Deflate.java 97 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10103 src/jZLib/Deflate.java 100 CommentRequired: Field comments are required
10104 src/jZLib/Deflate.java 100 CommentRequired: Field comments are required
10105 src/jZLib/Deflate.java 100 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10106 src/jZLib/Deflate.java 100 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10107 src/jZLib/Deflate.java 103 CommentRequired: Field comments are required
10108 src/jZLib/Deflate.java 103 CommentRequired: Field comments are required
10109 src/jZLib/Deflate.java 103 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10110 src/jZLib/Deflate.java 103 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10111 src/jZLib/Deflate.java 106 CommentRequired: Field comments are required
10112 src/jZLib/Deflate.java 106 CommentRequired: Field comments are required
10113 src/jZLib/Deflate.java 106 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10114 src/jZLib/Deflate.java 106 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10115 src/jZLib/Deflate.java 109 CommentRequired: Field comments are required
10116 src/jZLib/Deflate.java 109 CommentRequired: Field comments are required
10117 src/jZLib/Deflate.java 109 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10118 src/jZLib/Deflate.java 109 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10119 src/jZLib/Deflate.java 111 CommentRequired: Field comments are required
10120 src/jZLib/Deflate.java 111 CommentRequired: Field comments are required
10121 src/jZLib/Deflate.java 111 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10122 src/jZLib/Deflate.java 111 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10123 src/jZLib/Deflate.java 112 CommentRequired: Field comments are required
10124 src/jZLib/Deflate.java 112 CommentRequired: Field comments are required
10125 src/jZLib/Deflate.java 112 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10126 src/jZLib/Deflate.java 112 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10127 src/jZLib/Deflate.java 113 CommentRequired: Field comments are required
10128 src/jZLib/Deflate.java 113 CommentRequired: Field comments are required
10129 src/jZLib/Deflate.java 113 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10130 src/jZLib/Deflate.java 113 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10131 src/jZLib/Deflate.java 113 LongVariable: Avoid excessively long variable names like Z_DEFAULT_STRATEGY
10132 src/jZLib/Deflate.java 113 LongVariable: Avoid excessively long variable names like Z_DEFAULT_STRATEGY
10133 src/jZLib/Deflate.java 115 CommentRequired: Field comments are required
10134 src/jZLib/Deflate.java 115 CommentRequired: Field comments are required
10135 src/jZLib/Deflate.java 115 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10136 src/jZLib/Deflate.java 115 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10137 src/jZLib/Deflate.java 116 CommentRequired: Field comments are required
10138 src/jZLib/Deflate.java 116 CommentRequired: Field comments are required
10139 src/jZLib/Deflate.java 116 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10140 src/jZLib/Deflate.java 116 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10141 src/jZLib/Deflate.java 117 CommentRequired: Field comments are required
10142 src/jZLib/Deflate.java 117 CommentRequired: Field comments are required
10143 src/jZLib/Deflate.java 117 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10144 src/jZLib/Deflate.java 117 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10145 src/jZLib/Deflate.java 117 UnusedPrivateField: Avoid unused private fields such as 'Z_SYNC_FLUSH'.
10146 src/jZLib/Deflate.java 117 UnusedPrivateField: Avoid unused private fields such as 'Z_SYNC_FLUSH'.
10147 src/jZLib/Deflate.java 118 CommentRequired: Field comments are required
10148 src/jZLib/Deflate.java 118 CommentRequired: Field comments are required
10149 src/jZLib/Deflate.java 118 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10150 src/jZLib/Deflate.java 118 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10151 src/jZLib/Deflate.java 119 CommentRequired: Field comments are required
10152 src/jZLib/Deflate.java 119 CommentRequired: Field comments are required
10153 src/jZLib/Deflate.java 119 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10154 src/jZLib/Deflate.java 119 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10155 src/jZLib/Deflate.java 121 CommentRequired: Field comments are required
10156 src/jZLib/Deflate.java 121 CommentRequired: Field comments are required
10157 src/jZLib/Deflate.java 121 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10158 src/jZLib/Deflate.java 121 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10159 src/jZLib/Deflate.java 122 CommentRequired: Field comments are required
10160 src/jZLib/Deflate.java 122 CommentRequired: Field comments are required
10161 src/jZLib/Deflate.java 122 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10162 src/jZLib/Deflate.java 122 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10163 src/jZLib/Deflate.java 123 CommentRequired: Field comments are required
10164 src/jZLib/Deflate.java 123 CommentRequired: Field comments are required
10165 src/jZLib/Deflate.java 123 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10166 src/jZLib/Deflate.java 123 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10167 src/jZLib/Deflate.java 124 CommentRequired: Field comments are required
10168 src/jZLib/Deflate.java 124 CommentRequired: Field comments are required
10169 src/jZLib/Deflate.java 124 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10170 src/jZLib/Deflate.java 124 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10171 src/jZLib/Deflate.java 124 UnusedPrivateField: Avoid unused private fields such as 'Z_ERRNO'.
10172 src/jZLib/Deflate.java 124 UnusedPrivateField: Avoid unused private fields such as 'Z_ERRNO'.
10173 src/jZLib/Deflate.java 125 CommentRequired: Field comments are required
10174 src/jZLib/Deflate.java 125 CommentRequired: Field comments are required
10175 src/jZLib/Deflate.java 125 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10176 src/jZLib/Deflate.java 125 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10177 src/jZLib/Deflate.java 126 CommentRequired: Field comments are required
10178 src/jZLib/Deflate.java 126 CommentRequired: Field comments are required
10179 src/jZLib/Deflate.java 126 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10180 src/jZLib/Deflate.java 126 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10181 src/jZLib/Deflate.java 127 CommentRequired: Field comments are required
10182 src/jZLib/Deflate.java 127 CommentRequired: Field comments are required
10183 src/jZLib/Deflate.java 127 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10184 src/jZLib/Deflate.java 127 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10185 src/jZLib/Deflate.java 127 UnusedPrivateField: Avoid unused private fields such as 'Z_MEM_ERROR'.
10186 src/jZLib/Deflate.java 127 UnusedPrivateField: Avoid unused private fields such as 'Z_MEM_ERROR'.
10187 src/jZLib/Deflate.java 128 CommentRequired: Field comments are required
10188 src/jZLib/Deflate.java 128 CommentRequired: Field comments are required
10189 src/jZLib/Deflate.java 128 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10190 src/jZLib/Deflate.java 128 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10191 src/jZLib/Deflate.java 129 CommentRequired: Field comments are required
10192 src/jZLib/Deflate.java 129 CommentRequired: Field comments are required
10193 src/jZLib/Deflate.java 129 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10194 src/jZLib/Deflate.java 129 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10195 src/jZLib/Deflate.java 129 UnusedPrivateField: Avoid unused private fields such as 'Z_VERSION_ERROR'.
10196 src/jZLib/Deflate.java 129 UnusedPrivateField: Avoid unused private fields such as 'Z_VERSION_ERROR'.
10197 src/jZLib/Deflate.java 131 CommentRequired: Field comments are required
10198 src/jZLib/Deflate.java 131 CommentRequired: Field comments are required
10199 src/jZLib/Deflate.java 131 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10200 src/jZLib/Deflate.java 131 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10201 src/jZLib/Deflate.java 132 CommentRequired: Field comments are required
10202 src/jZLib/Deflate.java 132 CommentRequired: Field comments are required
10203 src/jZLib/Deflate.java 132 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10204 src/jZLib/Deflate.java 132 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10205 src/jZLib/Deflate.java 133 CommentRequired: Field comments are required
10206 src/jZLib/Deflate.java 133 CommentRequired: Field comments are required
10207 src/jZLib/Deflate.java 133 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10208 src/jZLib/Deflate.java 133 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10209 src/jZLib/Deflate.java 136 CommentRequired: Field comments are required
10210 src/jZLib/Deflate.java 136 CommentRequired: Field comments are required
10211 src/jZLib/Deflate.java 136 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10212 src/jZLib/Deflate.java 136 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10213 src/jZLib/Deflate.java 138 CommentRequired: Field comments are required
10214 src/jZLib/Deflate.java 138 CommentRequired: Field comments are required
10215 src/jZLib/Deflate.java 138 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10216 src/jZLib/Deflate.java 138 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10217 src/jZLib/Deflate.java 139 CommentRequired: Field comments are required
10218 src/jZLib/Deflate.java 139 CommentRequired: Field comments are required
10219 src/jZLib/Deflate.java 139 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10220 src/jZLib/Deflate.java 139 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10221 src/jZLib/Deflate.java 140 CommentRequired: Field comments are required
10222 src/jZLib/Deflate.java 140 CommentRequired: Field comments are required
10223 src/jZLib/Deflate.java 140 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10224 src/jZLib/Deflate.java 140 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10225 src/jZLib/Deflate.java 143 CommentRequired: Field comments are required
10226 src/jZLib/Deflate.java 143 CommentRequired: Field comments are required
10227 src/jZLib/Deflate.java 143 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10228 src/jZLib/Deflate.java 143 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10229 src/jZLib/Deflate.java 144 CommentRequired: Field comments are required
10230 src/jZLib/Deflate.java 144 CommentRequired: Field comments are required
10231 src/jZLib/Deflate.java 144 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10232 src/jZLib/Deflate.java 144 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10233 src/jZLib/Deflate.java 145 CommentRequired: Field comments are required
10234 src/jZLib/Deflate.java 145 CommentRequired: Field comments are required
10235 src/jZLib/Deflate.java 145 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10236 src/jZLib/Deflate.java 145 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10237 src/jZLib/Deflate.java 147 CommentRequired: Field comments are required
10238 src/jZLib/Deflate.java 147 CommentRequired: Field comments are required
10239 src/jZLib/Deflate.java 147 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10240 src/jZLib/Deflate.java 147 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10241 src/jZLib/Deflate.java 150 CommentRequired: Field comments are required
10242 src/jZLib/Deflate.java 150 CommentRequired: Field comments are required
10243 src/jZLib/Deflate.java 150 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10244 src/jZLib/Deflate.java 150 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10245 src/jZLib/Deflate.java 153 CommentRequired: Field comments are required
10246 src/jZLib/Deflate.java 153 CommentRequired: Field comments are required
10247 src/jZLib/Deflate.java 153 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10248 src/jZLib/Deflate.java 153 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10249 src/jZLib/Deflate.java 156 CommentRequired: Field comments are required
10250 src/jZLib/Deflate.java 156 CommentRequired: Field comments are required
10251 src/jZLib/Deflate.java 156 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10252 src/jZLib/Deflate.java 156 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10253 src/jZLib/Deflate.java 158 CommentRequired: Field comments are required
10254 src/jZLib/Deflate.java 158 CommentRequired: Field comments are required
10255 src/jZLib/Deflate.java 158 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10256 src/jZLib/Deflate.java 158 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10257 src/jZLib/Deflate.java 159 CommentRequired: Field comments are required
10258 src/jZLib/Deflate.java 159 CommentRequired: Field comments are required
10259 src/jZLib/Deflate.java 159 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10260 src/jZLib/Deflate.java 159 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10261 src/jZLib/Deflate.java 160 CommentRequired: Field comments are required
10262 src/jZLib/Deflate.java 160 CommentRequired: Field comments are required
10263 src/jZLib/Deflate.java 160 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10264 src/jZLib/Deflate.java 160 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10265 src/jZLib/Deflate.java 160 UselessParentheses: Useless parentheses.
10266 src/jZLib/Deflate.java 160 UselessParentheses: Useless parentheses.
10267 src/jZLib/Deflate.java 162 CommentRequired: Field comments are required
10268 src/jZLib/Deflate.java 162 CommentRequired: Field comments are required
10269 src/jZLib/Deflate.java 162 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10270 src/jZLib/Deflate.java 162 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10271 src/jZLib/Deflate.java 163 CommentRequired: Field comments are required
10272 src/jZLib/Deflate.java 163 CommentRequired: Field comments are required
10273 src/jZLib/Deflate.java 163 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10274 src/jZLib/Deflate.java 163 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10275 src/jZLib/Deflate.java 164 CommentRequired: Field comments are required
10276 src/jZLib/Deflate.java 164 CommentRequired: Field comments are required
10277 src/jZLib/Deflate.java 164 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10278 src/jZLib/Deflate.java 164 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10279 src/jZLib/Deflate.java 165 CommentRequired: Field comments are required
10280 src/jZLib/Deflate.java 165 CommentRequired: Field comments are required
10281 src/jZLib/Deflate.java 165 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10282 src/jZLib/Deflate.java 165 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10283 src/jZLib/Deflate.java 166 CommentRequired: Field comments are required
10284 src/jZLib/Deflate.java 166 CommentRequired: Field comments are required
10285 src/jZLib/Deflate.java 166 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10286 src/jZLib/Deflate.java 166 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10287 src/jZLib/Deflate.java 167 CommentRequired: Field comments are required
10288 src/jZLib/Deflate.java 167 CommentRequired: Field comments are required
10289 src/jZLib/Deflate.java 167 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10290 src/jZLib/Deflate.java 167 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10291 src/jZLib/Deflate.java 167 UselessParentheses: Useless parentheses.
10292 src/jZLib/Deflate.java 167 UselessParentheses: Useless parentheses.
10293 src/jZLib/Deflate.java 168 CommentRequired: Field comments are required
10294 src/jZLib/Deflate.java 168 CommentRequired: Field comments are required
10295 src/jZLib/Deflate.java 168 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10296 src/jZLib/Deflate.java 168 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10297 src/jZLib/Deflate.java 168 UselessParentheses: Useless parentheses.
10298 src/jZLib/Deflate.java 168 UselessParentheses: Useless parentheses.
10299 src/jZLib/Deflate.java 170 CommentRequired: Field comments are required
10300 src/jZLib/Deflate.java 170 CommentRequired: Field comments are required
10301 src/jZLib/Deflate.java 170 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10302 src/jZLib/Deflate.java 170 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10303 src/jZLib/Deflate.java 172 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10304 src/jZLib/Deflate.java 172 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10305 src/jZLib/Deflate.java 172 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the strm field if you want a default access modifier
10306 src/jZLib/Deflate.java 172 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the strm field if you want a default access modifier
10307 src/jZLib/Deflate.java 172 CommentRequired: Field comments are required
10308 src/jZLib/Deflate.java 172 CommentRequired: Field comments are required
10309 src/jZLib/Deflate.java 172 DefaultPackage: Use explicit scoping instead of the default package private level
10310 src/jZLib/Deflate.java 172 DefaultPackage: Use explicit scoping instead of the default package private level
10311 src/jZLib/Deflate.java 172 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10312 src/jZLib/Deflate.java 172 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10313 src/jZLib/Deflate.java 173 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10314 src/jZLib/Deflate.java 173 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10315 src/jZLib/Deflate.java 173 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the status field if you want a default access modifier
10316 src/jZLib/Deflate.java 173 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the status field if you want a default access modifier
10317 src/jZLib/Deflate.java 173 CommentRequired: Field comments are required
10318 src/jZLib/Deflate.java 173 CommentRequired: Field comments are required
10319 src/jZLib/Deflate.java 173 DefaultPackage: Use explicit scoping instead of the default package private level
10320 src/jZLib/Deflate.java 173 DefaultPackage: Use explicit scoping instead of the default package private level
10321 src/jZLib/Deflate.java 173 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10322 src/jZLib/Deflate.java 173 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10323 src/jZLib/Deflate.java 174 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10324 src/jZLib/Deflate.java 174 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10325 src/jZLib/Deflate.java 174 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the pending_buf field if you want a default access modifier
10326 src/jZLib/Deflate.java 174 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the pending_buf field if you want a default access modifier
10327 src/jZLib/Deflate.java 174 CommentRequired: Field comments are required
10328 src/jZLib/Deflate.java 174 CommentRequired: Field comments are required
10329 src/jZLib/Deflate.java 174 DefaultPackage: Use explicit scoping instead of the default package private level
10330 src/jZLib/Deflate.java 174 DefaultPackage: Use explicit scoping instead of the default package private level
10331 src/jZLib/Deflate.java 174 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10332 src/jZLib/Deflate.java 174 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10333 src/jZLib/Deflate.java 175 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10334 src/jZLib/Deflate.java 175 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10335 src/jZLib/Deflate.java 175 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the pending_buf_size field if you want a default access modifier
10336 src/jZLib/Deflate.java 175 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the pending_buf_size field if you want a default access modifier
10337 src/jZLib/Deflate.java 175 CommentRequired: Field comments are required
10338 src/jZLib/Deflate.java 175 CommentRequired: Field comments are required
10339 src/jZLib/Deflate.java 175 DefaultPackage: Use explicit scoping instead of the default package private level
10340 src/jZLib/Deflate.java 175 DefaultPackage: Use explicit scoping instead of the default package private level
10341 src/jZLib/Deflate.java 175 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10342 src/jZLib/Deflate.java 175 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10343 src/jZLib/Deflate.java 176 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10344 src/jZLib/Deflate.java 176 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10345 src/jZLib/Deflate.java 176 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the pending_out field if you want a default access modifier
10346 src/jZLib/Deflate.java 176 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the pending_out field if you want a default access modifier
10347 src/jZLib/Deflate.java 176 CommentRequired: Field comments are required
10348 src/jZLib/Deflate.java 176 CommentRequired: Field comments are required
10349 src/jZLib/Deflate.java 176 DefaultPackage: Use explicit scoping instead of the default package private level
10350 src/jZLib/Deflate.java 176 DefaultPackage: Use explicit scoping instead of the default package private level
10351 src/jZLib/Deflate.java 176 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10352 src/jZLib/Deflate.java 176 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10353 src/jZLib/Deflate.java 177 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10354 src/jZLib/Deflate.java 177 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10355 src/jZLib/Deflate.java 177 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the pending field if you want a default access modifier
10356 src/jZLib/Deflate.java 177 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the pending field if you want a default access modifier
10357 src/jZLib/Deflate.java 177 CommentRequired: Field comments are required
10358 src/jZLib/Deflate.java 177 CommentRequired: Field comments are required
10359 src/jZLib/Deflate.java 177 DefaultPackage: Use explicit scoping instead of the default package private level
10360 src/jZLib/Deflate.java 177 DefaultPackage: Use explicit scoping instead of the default package private level
10361 src/jZLib/Deflate.java 177 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10362 src/jZLib/Deflate.java 177 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10363 src/jZLib/Deflate.java 178 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10364 src/jZLib/Deflate.java 178 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10365 src/jZLib/Deflate.java 178 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the wrap field if you want a default access modifier
10366 src/jZLib/Deflate.java 178 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the wrap field if you want a default access modifier
10367 src/jZLib/Deflate.java 178 CommentRequired: Field comments are required
10368 src/jZLib/Deflate.java 178 CommentRequired: Field comments are required
10369 src/jZLib/Deflate.java 178 DefaultPackage: Use explicit scoping instead of the default package private level
10370 src/jZLib/Deflate.java 178 DefaultPackage: Use explicit scoping instead of the default package private level
10371 src/jZLib/Deflate.java 178 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10372 src/jZLib/Deflate.java 178 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10373 src/jZLib/Deflate.java 179 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10374 src/jZLib/Deflate.java 179 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10375 src/jZLib/Deflate.java 179 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the data_type field if you want a default access modifier
10376 src/jZLib/Deflate.java 179 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the data_type field if you want a default access modifier
10377 src/jZLib/Deflate.java 179 CommentRequired: Field comments are required
10378 src/jZLib/Deflate.java 179 CommentRequired: Field comments are required
10379 src/jZLib/Deflate.java 179 DefaultPackage: Use explicit scoping instead of the default package private level
10380 src/jZLib/Deflate.java 179 DefaultPackage: Use explicit scoping instead of the default package private level
10381 src/jZLib/Deflate.java 179 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10382 src/jZLib/Deflate.java 179 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10383 src/jZLib/Deflate.java 180 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10384 src/jZLib/Deflate.java 180 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10385 src/jZLib/Deflate.java 180 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the method field if you want a default access modifier
10386 src/jZLib/Deflate.java 180 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the method field if you want a default access modifier
10387 src/jZLib/Deflate.java 180 CommentRequired: Field comments are required
10388 src/jZLib/Deflate.java 180 CommentRequired: Field comments are required
10389 src/jZLib/Deflate.java 180 DefaultPackage: Use explicit scoping instead of the default package private level
10390 src/jZLib/Deflate.java 180 DefaultPackage: Use explicit scoping instead of the default package private level
10391 src/jZLib/Deflate.java 180 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10392 src/jZLib/Deflate.java 180 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10393 src/jZLib/Deflate.java 181 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10394 src/jZLib/Deflate.java 181 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10395 src/jZLib/Deflate.java 181 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the last_flush field if you want a default access modifier
10396 src/jZLib/Deflate.java 181 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the last_flush field if you want a default access modifier
10397 src/jZLib/Deflate.java 181 CommentRequired: Field comments are required
10398 src/jZLib/Deflate.java 181 CommentRequired: Field comments are required
10399 src/jZLib/Deflate.java 181 DefaultPackage: Use explicit scoping instead of the default package private level
10400 src/jZLib/Deflate.java 181 DefaultPackage: Use explicit scoping instead of the default package private level
10401 src/jZLib/Deflate.java 181 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10402 src/jZLib/Deflate.java 181 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10403 src/jZLib/Deflate.java 183 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10404 src/jZLib/Deflate.java 183 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10405 src/jZLib/Deflate.java 183 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the w_size field if you want a default access modifier
10406 src/jZLib/Deflate.java 183 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the w_size field if you want a default access modifier
10407 src/jZLib/Deflate.java 183 CommentRequired: Field comments are required
10408 src/jZLib/Deflate.java 183 CommentRequired: Field comments are required
10409 src/jZLib/Deflate.java 183 DefaultPackage: Use explicit scoping instead of the default package private level
10410 src/jZLib/Deflate.java 183 DefaultPackage: Use explicit scoping instead of the default package private level
10411 src/jZLib/Deflate.java 183 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10412 src/jZLib/Deflate.java 183 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10413 src/jZLib/Deflate.java 184 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10414 src/jZLib/Deflate.java 184 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10415 src/jZLib/Deflate.java 184 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the w_bits field if you want a default access modifier
10416 src/jZLib/Deflate.java 184 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the w_bits field if you want a default access modifier
10417 src/jZLib/Deflate.java 184 CommentRequired: Field comments are required
10418 src/jZLib/Deflate.java 184 CommentRequired: Field comments are required
10419 src/jZLib/Deflate.java 184 DefaultPackage: Use explicit scoping instead of the default package private level
10420 src/jZLib/Deflate.java 184 DefaultPackage: Use explicit scoping instead of the default package private level
10421 src/jZLib/Deflate.java 184 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10422 src/jZLib/Deflate.java 184 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10423 src/jZLib/Deflate.java 185 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10424 src/jZLib/Deflate.java 185 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10425 src/jZLib/Deflate.java 185 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the w_mask field if you want a default access modifier
10426 src/jZLib/Deflate.java 185 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the w_mask field if you want a default access modifier
10427 src/jZLib/Deflate.java 185 CommentRequired: Field comments are required
10428 src/jZLib/Deflate.java 185 CommentRequired: Field comments are required
10429 src/jZLib/Deflate.java 185 DefaultPackage: Use explicit scoping instead of the default package private level
10430 src/jZLib/Deflate.java 185 DefaultPackage: Use explicit scoping instead of the default package private level
10431 src/jZLib/Deflate.java 185 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10432 src/jZLib/Deflate.java 185 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10433 src/jZLib/Deflate.java 187 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10434 src/jZLib/Deflate.java 187 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10435 src/jZLib/Deflate.java 187 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the window field if you want a default access modifier
10436 src/jZLib/Deflate.java 187 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the window field if you want a default access modifier
10437 src/jZLib/Deflate.java 187 CommentRequired: Field comments are required
10438 src/jZLib/Deflate.java 187 CommentRequired: Field comments are required
10439 src/jZLib/Deflate.java 187 DefaultPackage: Use explicit scoping instead of the default package private level
10440 src/jZLib/Deflate.java 187 DefaultPackage: Use explicit scoping instead of the default package private level
10441 src/jZLib/Deflate.java 187 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10442 src/jZLib/Deflate.java 187 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10443 src/jZLib/Deflate.java 196 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10444 src/jZLib/Deflate.java 196 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10445 src/jZLib/Deflate.java 196 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the window_size field if you want a default access modifier
10446 src/jZLib/Deflate.java 196 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the window_size field if you want a default access modifier
10447 src/jZLib/Deflate.java 196 CommentRequired: Field comments are required
10448 src/jZLib/Deflate.java 196 CommentRequired: Field comments are required
10449 src/jZLib/Deflate.java 196 DefaultPackage: Use explicit scoping instead of the default package private level
10450 src/jZLib/Deflate.java 196 DefaultPackage: Use explicit scoping instead of the default package private level
10451 src/jZLib/Deflate.java 196 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10452 src/jZLib/Deflate.java 196 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10453 src/jZLib/Deflate.java 200 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10454 src/jZLib/Deflate.java 200 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10455 src/jZLib/Deflate.java 200 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the prev field if you want a default access modifier
10456 src/jZLib/Deflate.java 200 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the prev field if you want a default access modifier
10457 src/jZLib/Deflate.java 200 CommentRequired: Field comments are required
10458 src/jZLib/Deflate.java 200 CommentRequired: Field comments are required
10459 src/jZLib/Deflate.java 200 DefaultPackage: Use explicit scoping instead of the default package private level
10460 src/jZLib/Deflate.java 200 DefaultPackage: Use explicit scoping instead of the default package private level
10461 src/jZLib/Deflate.java 200 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10462 src/jZLib/Deflate.java 200 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10463 src/jZLib/Deflate.java 205 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10464 src/jZLib/Deflate.java 205 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10465 src/jZLib/Deflate.java 205 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the head field if you want a default access modifier
10466 src/jZLib/Deflate.java 205 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the head field if you want a default access modifier
10467 src/jZLib/Deflate.java 205 CommentRequired: Field comments are required
10468 src/jZLib/Deflate.java 205 CommentRequired: Field comments are required
10469 src/jZLib/Deflate.java 205 DefaultPackage: Use explicit scoping instead of the default package private level
10470 src/jZLib/Deflate.java 205 DefaultPackage: Use explicit scoping instead of the default package private level
10471 src/jZLib/Deflate.java 205 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10472 src/jZLib/Deflate.java 205 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10473 src/jZLib/Deflate.java 207 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10474 src/jZLib/Deflate.java 207 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10475 src/jZLib/Deflate.java 207 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the ins_h field if you want a default access modifier
10476 src/jZLib/Deflate.java 207 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the ins_h field if you want a default access modifier
10477 src/jZLib/Deflate.java 207 CommentRequired: Field comments are required
10478 src/jZLib/Deflate.java 207 CommentRequired: Field comments are required
10479 src/jZLib/Deflate.java 207 DefaultPackage: Use explicit scoping instead of the default package private level
10480 src/jZLib/Deflate.java 207 DefaultPackage: Use explicit scoping instead of the default package private level
10481 src/jZLib/Deflate.java 207 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10482 src/jZLib/Deflate.java 207 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10483 src/jZLib/Deflate.java 208 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10484 src/jZLib/Deflate.java 208 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10485 src/jZLib/Deflate.java 208 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the hash_size field if you want a default access modifier
10486 src/jZLib/Deflate.java 208 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the hash_size field if you want a default access modifier
10487 src/jZLib/Deflate.java 208 CommentRequired: Field comments are required
10488 src/jZLib/Deflate.java 208 CommentRequired: Field comments are required
10489 src/jZLib/Deflate.java 208 DefaultPackage: Use explicit scoping instead of the default package private level
10490 src/jZLib/Deflate.java 208 DefaultPackage: Use explicit scoping instead of the default package private level
10491 src/jZLib/Deflate.java 208 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10492 src/jZLib/Deflate.java 208 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10493 src/jZLib/Deflate.java 209 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10494 src/jZLib/Deflate.java 209 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10495 src/jZLib/Deflate.java 209 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the hash_bits field if you want a default access modifier
10496 src/jZLib/Deflate.java 209 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the hash_bits field if you want a default access modifier
10497 src/jZLib/Deflate.java 209 CommentRequired: Field comments are required
10498 src/jZLib/Deflate.java 209 CommentRequired: Field comments are required
10499 src/jZLib/Deflate.java 209 DefaultPackage: Use explicit scoping instead of the default package private level
10500 src/jZLib/Deflate.java 209 DefaultPackage: Use explicit scoping instead of the default package private level
10501 src/jZLib/Deflate.java 209 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10502 src/jZLib/Deflate.java 209 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10503 src/jZLib/Deflate.java 210 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10504 src/jZLib/Deflate.java 210 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10505 src/jZLib/Deflate.java 210 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the hash_mask field if you want a default access modifier
10506 src/jZLib/Deflate.java 210 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the hash_mask field if you want a default access modifier
10507 src/jZLib/Deflate.java 210 CommentRequired: Field comments are required
10508 src/jZLib/Deflate.java 210 CommentRequired: Field comments are required
10509 src/jZLib/Deflate.java 210 DefaultPackage: Use explicit scoping instead of the default package private level
10510 src/jZLib/Deflate.java 210 DefaultPackage: Use explicit scoping instead of the default package private level
10511 src/jZLib/Deflate.java 210 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10512 src/jZLib/Deflate.java 210 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10513 src/jZLib/Deflate.java 216 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10514 src/jZLib/Deflate.java 216 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10515 src/jZLib/Deflate.java 216 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the hash_shift field if you want a default access modifier
10516 src/jZLib/Deflate.java 216 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the hash_shift field if you want a default access modifier
10517 src/jZLib/Deflate.java 216 CommentRequired: Field comments are required
10518 src/jZLib/Deflate.java 216 CommentRequired: Field comments are required
10519 src/jZLib/Deflate.java 216 DefaultPackage: Use explicit scoping instead of the default package private level
10520 src/jZLib/Deflate.java 216 DefaultPackage: Use explicit scoping instead of the default package private level
10521 src/jZLib/Deflate.java 216 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10522 src/jZLib/Deflate.java 216 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10523 src/jZLib/Deflate.java 221 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10524 src/jZLib/Deflate.java 221 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10525 src/jZLib/Deflate.java 221 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the block_start field if you want a default access modifier
10526 src/jZLib/Deflate.java 221 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the block_start field if you want a default access modifier
10527 src/jZLib/Deflate.java 221 CommentRequired: Field comments are required
10528 src/jZLib/Deflate.java 221 CommentRequired: Field comments are required
10529 src/jZLib/Deflate.java 221 DefaultPackage: Use explicit scoping instead of the default package private level
10530 src/jZLib/Deflate.java 221 DefaultPackage: Use explicit scoping instead of the default package private level
10531 src/jZLib/Deflate.java 221 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10532 src/jZLib/Deflate.java 221 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10533 src/jZLib/Deflate.java 223 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10534 src/jZLib/Deflate.java 223 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10535 src/jZLib/Deflate.java 223 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the match_length field if you want a default access modifier
10536 src/jZLib/Deflate.java 223 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the match_length field if you want a default access modifier
10537 src/jZLib/Deflate.java 223 CommentRequired: Field comments are required
10538 src/jZLib/Deflate.java 223 CommentRequired: Field comments are required
10539 src/jZLib/Deflate.java 223 DefaultPackage: Use explicit scoping instead of the default package private level
10540 src/jZLib/Deflate.java 223 DefaultPackage: Use explicit scoping instead of the default package private level
10541 src/jZLib/Deflate.java 223 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10542 src/jZLib/Deflate.java 223 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10543 src/jZLib/Deflate.java 224 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10544 src/jZLib/Deflate.java 224 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10545 src/jZLib/Deflate.java 224 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the prev_match field if you want a default access modifier
10546 src/jZLib/Deflate.java 224 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the prev_match field if you want a default access modifier
10547 src/jZLib/Deflate.java 224 CommentRequired: Field comments are required
10548 src/jZLib/Deflate.java 224 CommentRequired: Field comments are required
10549 src/jZLib/Deflate.java 224 DefaultPackage: Use explicit scoping instead of the default package private level
10550 src/jZLib/Deflate.java 224 DefaultPackage: Use explicit scoping instead of the default package private level
10551 src/jZLib/Deflate.java 224 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10552 src/jZLib/Deflate.java 224 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10553 src/jZLib/Deflate.java 225 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10554 src/jZLib/Deflate.java 225 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10555 src/jZLib/Deflate.java 225 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the match_available field if you want a default access modifier
10556 src/jZLib/Deflate.java 225 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the match_available field if you want a default access modifier
10557 src/jZLib/Deflate.java 225 CommentRequired: Field comments are required
10558 src/jZLib/Deflate.java 225 CommentRequired: Field comments are required
10559 src/jZLib/Deflate.java 225 DefaultPackage: Use explicit scoping instead of the default package private level
10560 src/jZLib/Deflate.java 225 DefaultPackage: Use explicit scoping instead of the default package private level
10561 src/jZLib/Deflate.java 225 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10562 src/jZLib/Deflate.java 225 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10563 src/jZLib/Deflate.java 226 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10564 src/jZLib/Deflate.java 226 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10565 src/jZLib/Deflate.java 226 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the strstart field if you want a default access modifier
10566 src/jZLib/Deflate.java 226 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the strstart field if you want a default access modifier
10567 src/jZLib/Deflate.java 226 CommentRequired: Field comments are required
10568 src/jZLib/Deflate.java 226 CommentRequired: Field comments are required
10569 src/jZLib/Deflate.java 226 DefaultPackage: Use explicit scoping instead of the default package private level
10570 src/jZLib/Deflate.java 226 DefaultPackage: Use explicit scoping instead of the default package private level
10571 src/jZLib/Deflate.java 226 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10572 src/jZLib/Deflate.java 226 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10573 src/jZLib/Deflate.java 227 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10574 src/jZLib/Deflate.java 227 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10575 src/jZLib/Deflate.java 227 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the match_start field if you want a default access modifier
10576 src/jZLib/Deflate.java 227 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the match_start field if you want a default access modifier
10577 src/jZLib/Deflate.java 227 CommentRequired: Field comments are required
10578 src/jZLib/Deflate.java 227 CommentRequired: Field comments are required
10579 src/jZLib/Deflate.java 227 DefaultPackage: Use explicit scoping instead of the default package private level
10580 src/jZLib/Deflate.java 227 DefaultPackage: Use explicit scoping instead of the default package private level
10581 src/jZLib/Deflate.java 227 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10582 src/jZLib/Deflate.java 227 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10583 src/jZLib/Deflate.java 228 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10584 src/jZLib/Deflate.java 228 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10585 src/jZLib/Deflate.java 228 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the lookahead field if you want a default access modifier
10586 src/jZLib/Deflate.java 228 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the lookahead field if you want a default access modifier
10587 src/jZLib/Deflate.java 228 CommentRequired: Field comments are required
10588 src/jZLib/Deflate.java 228 CommentRequired: Field comments are required
10589 src/jZLib/Deflate.java 228 DefaultPackage: Use explicit scoping instead of the default package private level
10590 src/jZLib/Deflate.java 228 DefaultPackage: Use explicit scoping instead of the default package private level
10591 src/jZLib/Deflate.java 228 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10592 src/jZLib/Deflate.java 228 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10593 src/jZLib/Deflate.java 232 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10594 src/jZLib/Deflate.java 232 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10595 src/jZLib/Deflate.java 232 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the prev_length field if you want a default access modifier
10596 src/jZLib/Deflate.java 232 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the prev_length field if you want a default access modifier
10597 src/jZLib/Deflate.java 232 CommentRequired: Field comments are required
10598 src/jZLib/Deflate.java 232 CommentRequired: Field comments are required
10599 src/jZLib/Deflate.java 232 DefaultPackage: Use explicit scoping instead of the default package private level
10600 src/jZLib/Deflate.java 232 DefaultPackage: Use explicit scoping instead of the default package private level
10601 src/jZLib/Deflate.java 232 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10602 src/jZLib/Deflate.java 232 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10603 src/jZLib/Deflate.java 236 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10604 src/jZLib/Deflate.java 236 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10605 src/jZLib/Deflate.java 236 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the max_chain_length field if you want a default access modifier
10606 src/jZLib/Deflate.java 236 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the max_chain_length field if you want a default access modifier
10607 src/jZLib/Deflate.java 236 CommentRequired: Field comments are required
10608 src/jZLib/Deflate.java 236 CommentRequired: Field comments are required
10609 src/jZLib/Deflate.java 236 DefaultPackage: Use explicit scoping instead of the default package private level
10610 src/jZLib/Deflate.java 236 DefaultPackage: Use explicit scoping instead of the default package private level
10611 src/jZLib/Deflate.java 236 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10612 src/jZLib/Deflate.java 236 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10613 src/jZLib/Deflate.java 241 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10614 src/jZLib/Deflate.java 241 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10615 src/jZLib/Deflate.java 241 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the max_lazy_match field if you want a default access modifier
10616 src/jZLib/Deflate.java 241 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the max_lazy_match field if you want a default access modifier
10617 src/jZLib/Deflate.java 241 CommentRequired: Field comments are required
10618 src/jZLib/Deflate.java 241 CommentRequired: Field comments are required
10619 src/jZLib/Deflate.java 241 DefaultPackage: Use explicit scoping instead of the default package private level
10620 src/jZLib/Deflate.java 241 DefaultPackage: Use explicit scoping instead of the default package private level
10621 src/jZLib/Deflate.java 241 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10622 src/jZLib/Deflate.java 241 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10623 src/jZLib/Deflate.java 247 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10624 src/jZLib/Deflate.java 247 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10625 src/jZLib/Deflate.java 247 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the level field if you want a default access modifier
10626 src/jZLib/Deflate.java 247 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the level field if you want a default access modifier
10627 src/jZLib/Deflate.java 247 CommentRequired: Field comments are required
10628 src/jZLib/Deflate.java 247 CommentRequired: Field comments are required
10629 src/jZLib/Deflate.java 247 DefaultPackage: Use explicit scoping instead of the default package private level
10630 src/jZLib/Deflate.java 247 DefaultPackage: Use explicit scoping instead of the default package private level
10631 src/jZLib/Deflate.java 247 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10632 src/jZLib/Deflate.java 247 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10633 src/jZLib/Deflate.java 248 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10634 src/jZLib/Deflate.java 248 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10635 src/jZLib/Deflate.java 248 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the strategy field if you want a default access modifier
10636 src/jZLib/Deflate.java 248 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the strategy field if you want a default access modifier
10637 src/jZLib/Deflate.java 248 CommentRequired: Field comments are required
10638 src/jZLib/Deflate.java 248 CommentRequired: Field comments are required
10639 src/jZLib/Deflate.java 248 DefaultPackage: Use explicit scoping instead of the default package private level
10640 src/jZLib/Deflate.java 248 DefaultPackage: Use explicit scoping instead of the default package private level
10641 src/jZLib/Deflate.java 248 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10642 src/jZLib/Deflate.java 248 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10643 src/jZLib/Deflate.java 251 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10644 src/jZLib/Deflate.java 251 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10645 src/jZLib/Deflate.java 251 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the good_match field if you want a default access modifier
10646 src/jZLib/Deflate.java 251 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the good_match field if you want a default access modifier
10647 src/jZLib/Deflate.java 251 CommentRequired: Field comments are required
10648 src/jZLib/Deflate.java 251 CommentRequired: Field comments are required
10649 src/jZLib/Deflate.java 251 DefaultPackage: Use explicit scoping instead of the default package private level
10650 src/jZLib/Deflate.java 251 DefaultPackage: Use explicit scoping instead of the default package private level
10651 src/jZLib/Deflate.java 251 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10652 src/jZLib/Deflate.java 251 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10653 src/jZLib/Deflate.java 254 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10654 src/jZLib/Deflate.java 254 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10655 src/jZLib/Deflate.java 254 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the nice_match field if you want a default access modifier
10656 src/jZLib/Deflate.java 254 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the nice_match field if you want a default access modifier
10657 src/jZLib/Deflate.java 254 CommentRequired: Field comments are required
10658 src/jZLib/Deflate.java 254 CommentRequired: Field comments are required
10659 src/jZLib/Deflate.java 254 DefaultPackage: Use explicit scoping instead of the default package private level
10660 src/jZLib/Deflate.java 254 DefaultPackage: Use explicit scoping instead of the default package private level
10661 src/jZLib/Deflate.java 254 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10662 src/jZLib/Deflate.java 254 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10663 src/jZLib/Deflate.java 256 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10664 src/jZLib/Deflate.java 256 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10665 src/jZLib/Deflate.java 256 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the dyn_ltree field if you want a default access modifier
10666 src/jZLib/Deflate.java 256 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the dyn_ltree field if you want a default access modifier
10667 src/jZLib/Deflate.java 256 CommentRequired: Field comments are required
10668 src/jZLib/Deflate.java 256 CommentRequired: Field comments are required
10669 src/jZLib/Deflate.java 256 DefaultPackage: Use explicit scoping instead of the default package private level
10670 src/jZLib/Deflate.java 256 DefaultPackage: Use explicit scoping instead of the default package private level
10671 src/jZLib/Deflate.java 256 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10672 src/jZLib/Deflate.java 256 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10673 src/jZLib/Deflate.java 257 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10674 src/jZLib/Deflate.java 257 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10675 src/jZLib/Deflate.java 257 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the dyn_dtree field if you want a default access modifier
10676 src/jZLib/Deflate.java 257 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the dyn_dtree field if you want a default access modifier
10677 src/jZLib/Deflate.java 257 CommentRequired: Field comments are required
10678 src/jZLib/Deflate.java 257 CommentRequired: Field comments are required
10679 src/jZLib/Deflate.java 257 DefaultPackage: Use explicit scoping instead of the default package private level
10680 src/jZLib/Deflate.java 257 DefaultPackage: Use explicit scoping instead of the default package private level
10681 src/jZLib/Deflate.java 257 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10682 src/jZLib/Deflate.java 257 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10683 src/jZLib/Deflate.java 258 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10684 src/jZLib/Deflate.java 258 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10685 src/jZLib/Deflate.java 258 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bl_tree field if you want a default access modifier
10686 src/jZLib/Deflate.java 258 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bl_tree field if you want a default access modifier
10687 src/jZLib/Deflate.java 258 CommentRequired: Field comments are required
10688 src/jZLib/Deflate.java 258 CommentRequired: Field comments are required
10689 src/jZLib/Deflate.java 258 DefaultPackage: Use explicit scoping instead of the default package private level
10690 src/jZLib/Deflate.java 258 DefaultPackage: Use explicit scoping instead of the default package private level
10691 src/jZLib/Deflate.java 258 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10692 src/jZLib/Deflate.java 258 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10693 src/jZLib/Deflate.java 260 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10694 src/jZLib/Deflate.java 260 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10695 src/jZLib/Deflate.java 260 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the l_desc field if you want a default access modifier
10696 src/jZLib/Deflate.java 260 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the l_desc field if you want a default access modifier
10697 src/jZLib/Deflate.java 260 CommentRequired: Field comments are required
10698 src/jZLib/Deflate.java 260 CommentRequired: Field comments are required
10699 src/jZLib/Deflate.java 260 DefaultPackage: Use explicit scoping instead of the default package private level
10700 src/jZLib/Deflate.java 260 DefaultPackage: Use explicit scoping instead of the default package private level
10701 src/jZLib/Deflate.java 260 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10702 src/jZLib/Deflate.java 260 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10703 src/jZLib/Deflate.java 261 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10704 src/jZLib/Deflate.java 261 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10705 src/jZLib/Deflate.java 261 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the d_desc field if you want a default access modifier
10706 src/jZLib/Deflate.java 261 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the d_desc field if you want a default access modifier
10707 src/jZLib/Deflate.java 261 CommentRequired: Field comments are required
10708 src/jZLib/Deflate.java 261 CommentRequired: Field comments are required
10709 src/jZLib/Deflate.java 261 DefaultPackage: Use explicit scoping instead of the default package private level
10710 src/jZLib/Deflate.java 261 DefaultPackage: Use explicit scoping instead of the default package private level
10711 src/jZLib/Deflate.java 261 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10712 src/jZLib/Deflate.java 261 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10713 src/jZLib/Deflate.java 262 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10714 src/jZLib/Deflate.java 262 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10715 src/jZLib/Deflate.java 262 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bl_desc field if you want a default access modifier
10716 src/jZLib/Deflate.java 262 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bl_desc field if you want a default access modifier
10717 src/jZLib/Deflate.java 262 CommentRequired: Field comments are required
10718 src/jZLib/Deflate.java 262 CommentRequired: Field comments are required
10719 src/jZLib/Deflate.java 262 DefaultPackage: Use explicit scoping instead of the default package private level
10720 src/jZLib/Deflate.java 262 DefaultPackage: Use explicit scoping instead of the default package private level
10721 src/jZLib/Deflate.java 262 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10722 src/jZLib/Deflate.java 262 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10723 src/jZLib/Deflate.java 265 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10724 src/jZLib/Deflate.java 265 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10725 src/jZLib/Deflate.java 265 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bl_count field if you want a default access modifier
10726 src/jZLib/Deflate.java 265 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bl_count field if you want a default access modifier
10727 src/jZLib/Deflate.java 265 CommentRequired: Field comments are required
10728 src/jZLib/Deflate.java 265 CommentRequired: Field comments are required
10729 src/jZLib/Deflate.java 265 DefaultPackage: Use explicit scoping instead of the default package private level
10730 src/jZLib/Deflate.java 265 DefaultPackage: Use explicit scoping instead of the default package private level
10731 src/jZLib/Deflate.java 265 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10732 src/jZLib/Deflate.java 265 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10733 src/jZLib/Deflate.java 267 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10734 src/jZLib/Deflate.java 267 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10735 src/jZLib/Deflate.java 267 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the next_code field if you want a default access modifier
10736 src/jZLib/Deflate.java 267 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the next_code field if you want a default access modifier
10737 src/jZLib/Deflate.java 267 CommentRequired: Field comments are required
10738 src/jZLib/Deflate.java 267 CommentRequired: Field comments are required
10739 src/jZLib/Deflate.java 267 DefaultPackage: Use explicit scoping instead of the default package private level
10740 src/jZLib/Deflate.java 267 DefaultPackage: Use explicit scoping instead of the default package private level
10741 src/jZLib/Deflate.java 267 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10742 src/jZLib/Deflate.java 267 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10743 src/jZLib/Deflate.java 270 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10744 src/jZLib/Deflate.java 270 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10745 src/jZLib/Deflate.java 270 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the heap field if you want a default access modifier
10746 src/jZLib/Deflate.java 270 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the heap field if you want a default access modifier
10747 src/jZLib/Deflate.java 270 CommentRequired: Field comments are required
10748 src/jZLib/Deflate.java 270 CommentRequired: Field comments are required
10749 src/jZLib/Deflate.java 270 DefaultPackage: Use explicit scoping instead of the default package private level
10750 src/jZLib/Deflate.java 270 DefaultPackage: Use explicit scoping instead of the default package private level
10751 src/jZLib/Deflate.java 270 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10752 src/jZLib/Deflate.java 270 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10753 src/jZLib/Deflate.java 272 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10754 src/jZLib/Deflate.java 272 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10755 src/jZLib/Deflate.java 272 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the heap_len field if you want a default access modifier
10756 src/jZLib/Deflate.java 272 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the heap_len field if you want a default access modifier
10757 src/jZLib/Deflate.java 272 CommentRequired: Field comments are required
10758 src/jZLib/Deflate.java 272 CommentRequired: Field comments are required
10759 src/jZLib/Deflate.java 272 DefaultPackage: Use explicit scoping instead of the default package private level
10760 src/jZLib/Deflate.java 272 DefaultPackage: Use explicit scoping instead of the default package private level
10761 src/jZLib/Deflate.java 272 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10762 src/jZLib/Deflate.java 272 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10763 src/jZLib/Deflate.java 273 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the heap_max field if you want a default access modifier
10764 src/jZLib/Deflate.java 273 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the heap_max field if you want a default access modifier
10765 src/jZLib/Deflate.java 273 CommentRequired: Field comments are required
10766 src/jZLib/Deflate.java 273 CommentRequired: Field comments are required
10767 src/jZLib/Deflate.java 273 DefaultPackage: Use explicit scoping instead of the default package private level
10768 src/jZLib/Deflate.java 273 DefaultPackage: Use explicit scoping instead of the default package private level
10769 src/jZLib/Deflate.java 273 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10770 src/jZLib/Deflate.java 273 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10771 src/jZLib/Deflate.java 278 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10772 src/jZLib/Deflate.java 278 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10773 src/jZLib/Deflate.java 278 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the depth field if you want a default access modifier
10774 src/jZLib/Deflate.java 278 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the depth field if you want a default access modifier
10775 src/jZLib/Deflate.java 278 CommentRequired: Field comments are required
10776 src/jZLib/Deflate.java 278 CommentRequired: Field comments are required
10777 src/jZLib/Deflate.java 278 DefaultPackage: Use explicit scoping instead of the default package private level
10778 src/jZLib/Deflate.java 278 DefaultPackage: Use explicit scoping instead of the default package private level
10779 src/jZLib/Deflate.java 278 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10780 src/jZLib/Deflate.java 278 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10781 src/jZLib/Deflate.java 280 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10782 src/jZLib/Deflate.java 280 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10783 src/jZLib/Deflate.java 280 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the l_buf field if you want a default access modifier
10784 src/jZLib/Deflate.java 280 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the l_buf field if you want a default access modifier
10785 src/jZLib/Deflate.java 280 CommentRequired: Field comments are required
10786 src/jZLib/Deflate.java 280 CommentRequired: Field comments are required
10787 src/jZLib/Deflate.java 280 DefaultPackage: Use explicit scoping instead of the default package private level
10788 src/jZLib/Deflate.java 280 DefaultPackage: Use explicit scoping instead of the default package private level
10789 src/jZLib/Deflate.java 280 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10790 src/jZLib/Deflate.java 280 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10791 src/jZLib/Deflate.java 299 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10792 src/jZLib/Deflate.java 299 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10793 src/jZLib/Deflate.java 299 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the lit_bufsize field if you want a default access modifier
10794 src/jZLib/Deflate.java 299 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the lit_bufsize field if you want a default access modifier
10795 src/jZLib/Deflate.java 299 CommentRequired: Field comments are required
10796 src/jZLib/Deflate.java 299 CommentRequired: Field comments are required
10797 src/jZLib/Deflate.java 299 DefaultPackage: Use explicit scoping instead of the default package private level
10798 src/jZLib/Deflate.java 299 DefaultPackage: Use explicit scoping instead of the default package private level
10799 src/jZLib/Deflate.java 299 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10800 src/jZLib/Deflate.java 299 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10801 src/jZLib/Deflate.java 301 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10802 src/jZLib/Deflate.java 301 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10803 src/jZLib/Deflate.java 301 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the last_lit field if you want a default access modifier
10804 src/jZLib/Deflate.java 301 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the last_lit field if you want a default access modifier
10805 src/jZLib/Deflate.java 301 CommentRequired: Field comments are required
10806 src/jZLib/Deflate.java 301 CommentRequired: Field comments are required
10807 src/jZLib/Deflate.java 301 DefaultPackage: Use explicit scoping instead of the default package private level
10808 src/jZLib/Deflate.java 301 DefaultPackage: Use explicit scoping instead of the default package private level
10809 src/jZLib/Deflate.java 301 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10810 src/jZLib/Deflate.java 301 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10811 src/jZLib/Deflate.java 307 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10812 src/jZLib/Deflate.java 307 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10813 src/jZLib/Deflate.java 307 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the d_buf field if you want a default access modifier
10814 src/jZLib/Deflate.java 307 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the d_buf field if you want a default access modifier
10815 src/jZLib/Deflate.java 307 CommentRequired: Field comments are required
10816 src/jZLib/Deflate.java 307 CommentRequired: Field comments are required
10817 src/jZLib/Deflate.java 307 DefaultPackage: Use explicit scoping instead of the default package private level
10818 src/jZLib/Deflate.java 307 DefaultPackage: Use explicit scoping instead of the default package private level
10819 src/jZLib/Deflate.java 307 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10820 src/jZLib/Deflate.java 307 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10821 src/jZLib/Deflate.java 309 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10822 src/jZLib/Deflate.java 309 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10823 src/jZLib/Deflate.java 309 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the opt_len field if you want a default access modifier
10824 src/jZLib/Deflate.java 309 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the opt_len field if you want a default access modifier
10825 src/jZLib/Deflate.java 309 CommentRequired: Field comments are required
10826 src/jZLib/Deflate.java 309 CommentRequired: Field comments are required
10827 src/jZLib/Deflate.java 309 DefaultPackage: Use explicit scoping instead of the default package private level
10828 src/jZLib/Deflate.java 309 DefaultPackage: Use explicit scoping instead of the default package private level
10829 src/jZLib/Deflate.java 309 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10830 src/jZLib/Deflate.java 309 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10831 src/jZLib/Deflate.java 310 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10832 src/jZLib/Deflate.java 310 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10833 src/jZLib/Deflate.java 310 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the static_len field if you want a default access modifier
10834 src/jZLib/Deflate.java 310 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the static_len field if you want a default access modifier
10835 src/jZLib/Deflate.java 310 CommentRequired: Field comments are required
10836 src/jZLib/Deflate.java 310 CommentRequired: Field comments are required
10837 src/jZLib/Deflate.java 310 DefaultPackage: Use explicit scoping instead of the default package private level
10838 src/jZLib/Deflate.java 310 DefaultPackage: Use explicit scoping instead of the default package private level
10839 src/jZLib/Deflate.java 310 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10840 src/jZLib/Deflate.java 310 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10841 src/jZLib/Deflate.java 311 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10842 src/jZLib/Deflate.java 311 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10843 src/jZLib/Deflate.java 311 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the matches field if you want a default access modifier
10844 src/jZLib/Deflate.java 311 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the matches field if you want a default access modifier
10845 src/jZLib/Deflate.java 311 CommentRequired: Field comments are required
10846 src/jZLib/Deflate.java 311 CommentRequired: Field comments are required
10847 src/jZLib/Deflate.java 311 DefaultPackage: Use explicit scoping instead of the default package private level
10848 src/jZLib/Deflate.java 311 DefaultPackage: Use explicit scoping instead of the default package private level
10849 src/jZLib/Deflate.java 311 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10850 src/jZLib/Deflate.java 311 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10851 src/jZLib/Deflate.java 312 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10852 src/jZLib/Deflate.java 312 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10853 src/jZLib/Deflate.java 312 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the last_eob_len field if you want a default access modifier
10854 src/jZLib/Deflate.java 312 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the last_eob_len field if you want a default access modifier
10855 src/jZLib/Deflate.java 312 CommentRequired: Field comments are required
10856 src/jZLib/Deflate.java 312 CommentRequired: Field comments are required
10857 src/jZLib/Deflate.java 312 DefaultPackage: Use explicit scoping instead of the default package private level
10858 src/jZLib/Deflate.java 312 DefaultPackage: Use explicit scoping instead of the default package private level
10859 src/jZLib/Deflate.java 312 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10860 src/jZLib/Deflate.java 312 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10861 src/jZLib/Deflate.java 316 AvoidUsingShortType: Do not use the short type
10862 src/jZLib/Deflate.java 316 AvoidUsingShortType: Do not use the short type
10863 src/jZLib/Deflate.java 316 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10864 src/jZLib/Deflate.java 316 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10865 src/jZLib/Deflate.java 316 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bi_buf field if you want a default access modifier
10866 src/jZLib/Deflate.java 316 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bi_buf field if you want a default access modifier
10867 src/jZLib/Deflate.java 316 CommentRequired: Field comments are required
10868 src/jZLib/Deflate.java 316 CommentRequired: Field comments are required
10869 src/jZLib/Deflate.java 316 DefaultPackage: Use explicit scoping instead of the default package private level
10870 src/jZLib/Deflate.java 316 DefaultPackage: Use explicit scoping instead of the default package private level
10871 src/jZLib/Deflate.java 316 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10872 src/jZLib/Deflate.java 316 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10873 src/jZLib/Deflate.java 320 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10874 src/jZLib/Deflate.java 320 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10875 src/jZLib/Deflate.java 320 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bi_valid field if you want a default access modifier
10876 src/jZLib/Deflate.java 320 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bi_valid field if you want a default access modifier
10877 src/jZLib/Deflate.java 320 CommentRequired: Field comments are required
10878 src/jZLib/Deflate.java 320 CommentRequired: Field comments are required
10879 src/jZLib/Deflate.java 320 DefaultPackage: Use explicit scoping instead of the default package private level
10880 src/jZLib/Deflate.java 320 DefaultPackage: Use explicit scoping instead of the default package private level
10881 src/jZLib/Deflate.java 320 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10882 src/jZLib/Deflate.java 320 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10883 src/jZLib/Deflate.java 322 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10884 src/jZLib/Deflate.java 322 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
10885 src/jZLib/Deflate.java 322 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the gheader field if you want a default access modifier
10886 src/jZLib/Deflate.java 322 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the gheader field if you want a default access modifier
10887 src/jZLib/Deflate.java 322 CommentRequired: Field comments are required
10888 src/jZLib/Deflate.java 322 CommentRequired: Field comments are required
10889 src/jZLib/Deflate.java 322 DefaultPackage: Use explicit scoping instead of the default package private level
10890 src/jZLib/Deflate.java 322 DefaultPackage: Use explicit scoping instead of the default package private level
10891 src/jZLib/Deflate.java 322 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10892 src/jZLib/Deflate.java 322 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
10893 src/jZLib/Deflate.java 322 RedundantFieldInitializer: Avoid using redundant field initializer for 'gheader'
10894 src/jZLib/Deflate.java 322 RedundantFieldInitializer: Avoid using redundant field initializer for 'gheader'
10895 src/jZLib/Deflate.java 324 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Deflate constructor if you want a default access modifier
10896 src/jZLib/Deflate.java 324 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Deflate constructor if you want a default access modifier
10897 src/jZLib/Deflate.java 324 MethodArgumentCouldBeFinal: Parameter 'strm' is not assigned and could be declared final
10898 src/jZLib/Deflate.java 324 MethodArgumentCouldBeFinal: Parameter 'strm' is not assigned and could be declared final
10899 src/jZLib/Deflate.java 331 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the lm_init method if you want a default access modifier
10900 src/jZLib/Deflate.java 331 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the lm_init method if you want a default access modifier
10901 src/jZLib/Deflate.java 331 DefaultPackage: Use explicit scoping instead of the default package private level
10902 src/jZLib/Deflate.java 331 DefaultPackage: Use explicit scoping instead of the default package private level
10903 src/jZLib/Deflate.java 354 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the tr_init method if you want a default access modifier
10904 src/jZLib/Deflate.java 354 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the tr_init method if you want a default access modifier
10905 src/jZLib/Deflate.java 354 DefaultPackage: Use explicit scoping instead of the default package private level
10906 src/jZLib/Deflate.java 354 DefaultPackage: Use explicit scoping instead of the default package private level
10907 src/jZLib/Deflate.java 373 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the init_block method if you want a default access modifier
10908 src/jZLib/Deflate.java 373 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the init_block method if you want a default access modifier
10909 src/jZLib/Deflate.java 373 DefaultPackage: Use explicit scoping instead of the default package private level
10910 src/jZLib/Deflate.java 373 DefaultPackage: Use explicit scoping instead of the default package private level
10911 src/jZLib/Deflate.java 375 ControlStatementBraces: This statement should have braces
10912 src/jZLib/Deflate.java 375 ControlStatementBraces: This statement should have braces
10913 src/jZLib/Deflate.java 376 ControlStatementBraces: This statement should have braces
10914 src/jZLib/Deflate.java 376 ControlStatementBraces: This statement should have braces
10915 src/jZLib/Deflate.java 377 ControlStatementBraces: This statement should have braces
10916 src/jZLib/Deflate.java 377 ControlStatementBraces: This statement should have braces
10917 src/jZLib/Deflate.java 388 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the pqdownheap method if you want a default access modifier
10918 src/jZLib/Deflate.java 388 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the pqdownheap method if you want a default access modifier
10919 src/jZLib/Deflate.java 388 DefaultPackage: Use explicit scoping instead of the default package private level
10920 src/jZLib/Deflate.java 388 DefaultPackage: Use explicit scoping instead of the default package private level
10921 src/jZLib/Deflate.java 388 MethodArgumentCouldBeFinal: Parameter 'tree' is not assigned and could be declared final
10922 src/jZLib/Deflate.java 388 MethodArgumentCouldBeFinal: Parameter 'tree' is not assigned and could be declared final
10923 src/jZLib/Deflate.java 389 ShortVariable: Avoid variables with short names like k
10924 src/jZLib/Deflate.java 389 ShortVariable: Avoid variables with short names like k
10925 src/jZLib/Deflate.java 391 LocalVariableCouldBeFinal: Local variable 'v' could be declared final
10926 src/jZLib/Deflate.java 391 LocalVariableCouldBeFinal: Local variable 'v' could be declared final
10927 src/jZLib/Deflate.java 391 ShortVariable: Avoid variables with short names like v
10928 src/jZLib/Deflate.java 391 ShortVariable: Avoid variables with short names like v
10929 src/jZLib/Deflate.java 392 ShortVariable: Avoid variables with short names like j
10930 src/jZLib/Deflate.java 392 ShortVariable: Avoid variables with short names like j
10931 src/jZLib/Deflate.java 400 ControlStatementBraces: This statement should have braces
10932 src/jZLib/Deflate.java 400 ControlStatementBraces: This statement should have braces
10933 src/jZLib/Deflate.java 403 AvoidReassigningParameters: Avoid reassigning parameters such as 'k'
10934 src/jZLib/Deflate.java 403 AvoidReassigningParameters: Avoid reassigning parameters such as 'k'
10935 src/jZLib/Deflate.java 410 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the smaller method if you want a default access modifier
10936 src/jZLib/Deflate.java 410 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the smaller method if you want a default access modifier
10937 src/jZLib/Deflate.java 410 DefaultPackage: Use explicit scoping instead of the default package private level
10938 src/jZLib/Deflate.java 410 DefaultPackage: Use explicit scoping instead of the default package private level
10939 src/jZLib/Deflate.java 410 MethodArgumentCouldBeFinal: Parameter 'depth' is not assigned and could be declared final
10940 src/jZLib/Deflate.java 410 MethodArgumentCouldBeFinal: Parameter 'depth' is not assigned and could be declared final
10941 src/jZLib/Deflate.java 410 MethodArgumentCouldBeFinal: Parameter 'm' is not assigned and could be declared final
10942 src/jZLib/Deflate.java 410 MethodArgumentCouldBeFinal: Parameter 'm' is not assigned and could be declared final
10943 src/jZLib/Deflate.java 410 MethodArgumentCouldBeFinal: Parameter 'n' is not assigned and could be declared final
10944 src/jZLib/Deflate.java 410 MethodArgumentCouldBeFinal: Parameter 'n' is not assigned and could be declared final
10945 src/jZLib/Deflate.java 410 MethodArgumentCouldBeFinal: Parameter 'tree' is not assigned and could be declared final
10946 src/jZLib/Deflate.java 410 MethodArgumentCouldBeFinal: Parameter 'tree' is not assigned and could be declared final
10947 src/jZLib/Deflate.java 410 ShortVariable: Avoid variables with short names like m
10948 src/jZLib/Deflate.java 410 ShortVariable: Avoid variables with short names like m
10949 src/jZLib/Deflate.java 410 ShortVariable: Avoid variables with short names like n
10950 src/jZLib/Deflate.java 410 ShortVariable: Avoid variables with short names like n
10951 src/jZLib/Deflate.java 411 AvoidUsingShortType: Do not use the short type
10952 src/jZLib/Deflate.java 411 AvoidUsingShortType: Do not use the short type
10953 src/jZLib/Deflate.java 411 LocalVariableCouldBeFinal: Local variable 'tn2' could be declared final
10954 src/jZLib/Deflate.java 411 LocalVariableCouldBeFinal: Local variable 'tn2' could be declared final
10955 src/jZLib/Deflate.java 412 AvoidUsingShortType: Do not use the short type
10956 src/jZLib/Deflate.java 412 AvoidUsingShortType: Do not use the short type
10957 src/jZLib/Deflate.java 412 LocalVariableCouldBeFinal: Local variable 'tm2' could be declared final
10958 src/jZLib/Deflate.java 412 LocalVariableCouldBeFinal: Local variable 'tm2' could be declared final
10959 src/jZLib/Deflate.java 413 UselessParentheses: Useless parentheses.
10960 src/jZLib/Deflate.java 413 UselessParentheses: Useless parentheses.
10961 src/jZLib/Deflate.java 414 UselessParentheses: Useless parentheses.
10962 src/jZLib/Deflate.java 414 UselessParentheses: Useless parentheses.
10963 src/jZLib/Deflate.java 419 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the scan_tree method if you want a default access modifier
10964 src/jZLib/Deflate.java 419 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the scan_tree method if you want a default access modifier
10965 src/jZLib/Deflate.java 419 DefaultPackage: Use explicit scoping instead of the default package private level
10966 src/jZLib/Deflate.java 419 DefaultPackage: Use explicit scoping instead of the default package private level
10967 src/jZLib/Deflate.java 419 ModifiedCyclomaticComplexity: The method 'scan_tree' has a Modified Cyclomatic Complexity of 10.
10968 src/jZLib/Deflate.java 419 ModifiedCyclomaticComplexity: The method 'scan_tree' has a Modified Cyclomatic Complexity of 10.
10969 src/jZLib/Deflate.java 420 MethodArgumentCouldBeFinal: Parameter 'max_code' is not assigned and could be declared final
10970 src/jZLib/Deflate.java 420 MethodArgumentCouldBeFinal: Parameter 'max_code' is not assigned and could be declared final
10971 src/jZLib/Deflate.java 422 ShortVariable: Avoid variables with short names like n
10972 src/jZLib/Deflate.java 422 ShortVariable: Avoid variables with short names like n
10973 src/jZLib/Deflate.java 423 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'prevlen' (lines '423'-'451').
10974 src/jZLib/Deflate.java 423 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'prevlen' (lines '423'-'451').
10975 src/jZLib/Deflate.java 423 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'prevlen' (lines '423'-'462').
10976 src/jZLib/Deflate.java 423 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'prevlen' (lines '423'-'462').
10977 src/jZLib/Deflate.java 426 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'count' (lines '426'-'462').
10978 src/jZLib/Deflate.java 426 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'count' (lines '426'-'462').
10979 src/jZLib/Deflate.java 427 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'max_count' (lines '427'-'430').
10980 src/jZLib/Deflate.java 427 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'max_count' (lines '427'-'430').
10981 src/jZLib/Deflate.java 427 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '427'-'462').
10982 src/jZLib/Deflate.java 427 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '427'-'462').
10983 src/jZLib/Deflate.java 428 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '428'-'430').
10984 src/jZLib/Deflate.java 428 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '428'-'430').
10985 src/jZLib/Deflate.java 428 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '428'-'453').
10986 src/jZLib/Deflate.java 428 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '428'-'453').
10987 src/jZLib/Deflate.java 428 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '428'-'456').
10988 src/jZLib/Deflate.java 428 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '428'-'456').
10989 src/jZLib/Deflate.java 428 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '428'-'459').
10990 src/jZLib/Deflate.java 428 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '428'-'459').
10991 src/jZLib/Deflate.java 428 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '428'-'462').
10992 src/jZLib/Deflate.java 428 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '428'-'462').
10993 src/jZLib/Deflate.java 430 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '430'-'453').
10994 src/jZLib/Deflate.java 430 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '430'-'453').
10995 src/jZLib/Deflate.java 430 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '430'-'456').
10996 src/jZLib/Deflate.java 430 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '430'-'456').
10997 src/jZLib/Deflate.java 430 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '430'-'459').
10998 src/jZLib/Deflate.java 430 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '430'-'459').
10999 src/jZLib/Deflate.java 430 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '430'-'462').
11000 src/jZLib/Deflate.java 430 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '430'-'462').
11001 src/jZLib/Deflate.java 430 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '430'-'462').
11002 src/jZLib/Deflate.java 430 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '430'-'462').
11003 src/jZLib/Deflate.java 441 ConfusingTernary: Avoid if (x != y) ..; else ..;
11004 src/jZLib/Deflate.java 441 ConfusingTernary: Avoid if (x != y) ..; else ..;
11005 src/jZLib/Deflate.java 442 ControlStatementBraces: This statement should have braces
11006 src/jZLib/Deflate.java 442 ControlStatementBraces: This statement should have braces
11007 src/jZLib/Deflate.java 445 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11008 src/jZLib/Deflate.java 445 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11009 src/jZLib/Deflate.java 451 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'prevlen' (lines '451'-'451').
11010 src/jZLib/Deflate.java 451 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'prevlen' (lines '451'-'451').
11011 src/jZLib/Deflate.java 451 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'count' (lines '451'-'462').
11012 src/jZLib/Deflate.java 451 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'count' (lines '451'-'462').
11013 src/jZLib/Deflate.java 451 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'prevlen' (lines '451'-'462').
11014 src/jZLib/Deflate.java 451 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'prevlen' (lines '451'-'462').
11015 src/jZLib/Deflate.java 453 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '453'-'453').
11016 src/jZLib/Deflate.java 453 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '453'-'453').
11017 src/jZLib/Deflate.java 453 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '453'-'456').
11018 src/jZLib/Deflate.java 453 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '453'-'456').
11019 src/jZLib/Deflate.java 453 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '453'-'459').
11020 src/jZLib/Deflate.java 453 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '453'-'459').
11021 src/jZLib/Deflate.java 453 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '453'-'462').
11022 src/jZLib/Deflate.java 453 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '453'-'462').
11023 src/jZLib/Deflate.java 453 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '453'-'462').
11024 src/jZLib/Deflate.java 453 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '453'-'462').
11025 src/jZLib/Deflate.java 456 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '456'-'453').
11026 src/jZLib/Deflate.java 456 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '456'-'453').
11027 src/jZLib/Deflate.java 456 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '456'-'456').
11028 src/jZLib/Deflate.java 456 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '456'-'456').
11029 src/jZLib/Deflate.java 456 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '456'-'459').
11030 src/jZLib/Deflate.java 456 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '456'-'459').
11031 src/jZLib/Deflate.java 456 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '456'-'462').
11032 src/jZLib/Deflate.java 456 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '456'-'462').
11033 src/jZLib/Deflate.java 456 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '456'-'462').
11034 src/jZLib/Deflate.java 456 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '456'-'462').
11035 src/jZLib/Deflate.java 459 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '459'-'453').
11036 src/jZLib/Deflate.java 459 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '459'-'453').
11037 src/jZLib/Deflate.java 459 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '459'-'456').
11038 src/jZLib/Deflate.java 459 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '459'-'456').
11039 src/jZLib/Deflate.java 459 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '459'-'459').
11040 src/jZLib/Deflate.java 459 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '459'-'459').
11041 src/jZLib/Deflate.java 459 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '459'-'462').
11042 src/jZLib/Deflate.java 459 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '459'-'462').
11043 src/jZLib/Deflate.java 459 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '459'-'462').
11044 src/jZLib/Deflate.java 459 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '459'-'462').
11045 src/jZLib/Deflate.java 466 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the build_bl_tree method if you want a default access modifier
11046 src/jZLib/Deflate.java 466 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the build_bl_tree method if you want a default access modifier
11047 src/jZLib/Deflate.java 466 DefaultPackage: Use explicit scoping instead of the default package private level
11048 src/jZLib/Deflate.java 466 DefaultPackage: Use explicit scoping instead of the default package private level
11049 src/jZLib/Deflate.java 482 ControlStatementBraces: This statement should have braces
11050 src/jZLib/Deflate.java 482 ControlStatementBraces: This statement should have braces
11051 src/jZLib/Deflate.java 494 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the send_all_trees method if you want a default access modifier
11052 src/jZLib/Deflate.java 494 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the send_all_trees method if you want a default access modifier
11053 src/jZLib/Deflate.java 494 DefaultPackage: Use explicit scoping instead of the default package private level
11054 src/jZLib/Deflate.java 494 DefaultPackage: Use explicit scoping instead of the default package private level
11055 src/jZLib/Deflate.java 494 MethodArgumentCouldBeFinal: Parameter 'blcodes' is not assigned and could be declared final
11056 src/jZLib/Deflate.java 494 MethodArgumentCouldBeFinal: Parameter 'blcodes' is not assigned and could be declared final
11057 src/jZLib/Deflate.java 494 MethodArgumentCouldBeFinal: Parameter 'dcodes' is not assigned and could be declared final
11058 src/jZLib/Deflate.java 494 MethodArgumentCouldBeFinal: Parameter 'dcodes' is not assigned and could be declared final
11059 src/jZLib/Deflate.java 494 MethodArgumentCouldBeFinal: Parameter 'lcodes' is not assigned and could be declared final
11060 src/jZLib/Deflate.java 494 MethodArgumentCouldBeFinal: Parameter 'lcodes' is not assigned and could be declared final
11061 src/jZLib/Deflate.java 509 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the send_tree method if you want a default access modifier
11062 src/jZLib/Deflate.java 509 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the send_tree method if you want a default access modifier
11063 src/jZLib/Deflate.java 509 DefaultPackage: Use explicit scoping instead of the default package private level
11064 src/jZLib/Deflate.java 509 DefaultPackage: Use explicit scoping instead of the default package private level
11065 src/jZLib/Deflate.java 509 MethodArgumentCouldBeFinal: Parameter 'tree' is not assigned and could be declared final
11066 src/jZLib/Deflate.java 509 MethodArgumentCouldBeFinal: Parameter 'tree' is not assigned and could be declared final
11067 src/jZLib/Deflate.java 509 ModifiedCyclomaticComplexity: The method 'send_tree' has a Modified Cyclomatic Complexity of 11.
11068 src/jZLib/Deflate.java 509 ModifiedCyclomaticComplexity: The method 'send_tree' has a Modified Cyclomatic Complexity of 11.
11069 src/jZLib/Deflate.java 510 MethodArgumentCouldBeFinal: Parameter 'max_code' is not assigned and could be declared final
11070 src/jZLib/Deflate.java 510 MethodArgumentCouldBeFinal: Parameter 'max_code' is not assigned and could be declared final
11071 src/jZLib/Deflate.java 512 ShortVariable: Avoid variables with short names like n
11072 src/jZLib/Deflate.java 512 ShortVariable: Avoid variables with short names like n
11073 src/jZLib/Deflate.java 513 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'prevlen' (lines '513'-'545').
11074 src/jZLib/Deflate.java 513 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'prevlen' (lines '513'-'545').
11075 src/jZLib/Deflate.java 513 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'prevlen' (lines '513'-'556').
11076 src/jZLib/Deflate.java 513 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'prevlen' (lines '513'-'556').
11077 src/jZLib/Deflate.java 516 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'count' (lines '516'-'556').
11078 src/jZLib/Deflate.java 516 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'count' (lines '516'-'556').
11079 src/jZLib/Deflate.java 517 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'max_count' (lines '517'-'520').
11080 src/jZLib/Deflate.java 517 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'max_count' (lines '517'-'520').
11081 src/jZLib/Deflate.java 517 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '517'-'556').
11082 src/jZLib/Deflate.java 517 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '517'-'556').
11083 src/jZLib/Deflate.java 518 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '518'-'520').
11084 src/jZLib/Deflate.java 518 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '518'-'520').
11085 src/jZLib/Deflate.java 518 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '518'-'547').
11086 src/jZLib/Deflate.java 518 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '518'-'547').
11087 src/jZLib/Deflate.java 518 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '518'-'550').
11088 src/jZLib/Deflate.java 518 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '518'-'550').
11089 src/jZLib/Deflate.java 518 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '518'-'553').
11090 src/jZLib/Deflate.java 518 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '518'-'553').
11091 src/jZLib/Deflate.java 518 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '518'-'556').
11092 src/jZLib/Deflate.java 518 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '518'-'556').
11093 src/jZLib/Deflate.java 520 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '520'-'547').
11094 src/jZLib/Deflate.java 520 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '520'-'547').
11095 src/jZLib/Deflate.java 520 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '520'-'550').
11096 src/jZLib/Deflate.java 520 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '520'-'550').
11097 src/jZLib/Deflate.java 520 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '520'-'553').
11098 src/jZLib/Deflate.java 520 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '520'-'553').
11099 src/jZLib/Deflate.java 520 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '520'-'556').
11100 src/jZLib/Deflate.java 520 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '520'-'556').
11101 src/jZLib/Deflate.java 520 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '520'-'556').
11102 src/jZLib/Deflate.java 520 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '520'-'556').
11103 src/jZLib/Deflate.java 530 ConfusingTernary: Avoid if (x != y) ..; else ..;
11104 src/jZLib/Deflate.java 530 ConfusingTernary: Avoid if (x != y) ..; else ..;
11105 src/jZLib/Deflate.java 537 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11106 src/jZLib/Deflate.java 537 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11107 src/jZLib/Deflate.java 545 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'prevlen' (lines '545'-'545').
11108 src/jZLib/Deflate.java 545 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'prevlen' (lines '545'-'545').
11109 src/jZLib/Deflate.java 545 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'count' (lines '545'-'556').
11110 src/jZLib/Deflate.java 545 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'count' (lines '545'-'556').
11111 src/jZLib/Deflate.java 545 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'prevlen' (lines '545'-'556').
11112 src/jZLib/Deflate.java 545 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'prevlen' (lines '545'-'556').
11113 src/jZLib/Deflate.java 547 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '547'-'547').
11114 src/jZLib/Deflate.java 547 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '547'-'547').
11115 src/jZLib/Deflate.java 547 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '547'-'550').
11116 src/jZLib/Deflate.java 547 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '547'-'550').
11117 src/jZLib/Deflate.java 547 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '547'-'553').
11118 src/jZLib/Deflate.java 547 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '547'-'553').
11119 src/jZLib/Deflate.java 547 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '547'-'556').
11120 src/jZLib/Deflate.java 547 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '547'-'556').
11121 src/jZLib/Deflate.java 547 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '547'-'556').
11122 src/jZLib/Deflate.java 547 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '547'-'556').
11123 src/jZLib/Deflate.java 550 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '550'-'547').
11124 src/jZLib/Deflate.java 550 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '550'-'547').
11125 src/jZLib/Deflate.java 550 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '550'-'550').
11126 src/jZLib/Deflate.java 550 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '550'-'550').
11127 src/jZLib/Deflate.java 550 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '550'-'553').
11128 src/jZLib/Deflate.java 550 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '550'-'553').
11129 src/jZLib/Deflate.java 550 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '550'-'556').
11130 src/jZLib/Deflate.java 550 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '550'-'556').
11131 src/jZLib/Deflate.java 550 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '550'-'556').
11132 src/jZLib/Deflate.java 550 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '550'-'556').
11133 src/jZLib/Deflate.java 553 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '553'-'547').
11134 src/jZLib/Deflate.java 553 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '553'-'547').
11135 src/jZLib/Deflate.java 553 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '553'-'550').
11136 src/jZLib/Deflate.java 553 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '553'-'550').
11137 src/jZLib/Deflate.java 553 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '553'-'553').
11138 src/jZLib/Deflate.java 553 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'min_count' (lines '553'-'553').
11139 src/jZLib/Deflate.java 553 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '553'-'556').
11140 src/jZLib/Deflate.java 553 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_count' (lines '553'-'556').
11141 src/jZLib/Deflate.java 553 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '553'-'556').
11142 src/jZLib/Deflate.java 553 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'min_count' (lines '553'-'556').
11143 src/jZLib/Deflate.java 560 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the put_byte method if you want a default access modifier
11144 src/jZLib/Deflate.java 560 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the put_byte method if you want a default access modifier
11145 src/jZLib/Deflate.java 560 DefaultPackage: Use explicit scoping instead of the default package private level
11146 src/jZLib/Deflate.java 560 DefaultPackage: Use explicit scoping instead of the default package private level
11147 src/jZLib/Deflate.java 560 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
11148 src/jZLib/Deflate.java 560 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
11149 src/jZLib/Deflate.java 560 MethodArgumentCouldBeFinal: Parameter 'p' is not assigned and could be declared final
11150 src/jZLib/Deflate.java 560 MethodArgumentCouldBeFinal: Parameter 'p' is not assigned and could be declared final
11151 src/jZLib/Deflate.java 560 MethodArgumentCouldBeFinal: Parameter 'start' is not assigned and could be declared final
11152 src/jZLib/Deflate.java 560 MethodArgumentCouldBeFinal: Parameter 'start' is not assigned and could be declared final
11153 src/jZLib/Deflate.java 560 ShortVariable: Avoid variables with short names like p
11154 src/jZLib/Deflate.java 560 ShortVariable: Avoid variables with short names like p
11155 src/jZLib/Deflate.java 560 UnnecessaryModifier: Unnecessary modifier 'final' on method 'put_byte': the method is already in a final class
11156 src/jZLib/Deflate.java 560 UnnecessaryModifier: Unnecessary modifier 'final' on method 'put_byte': the method is already in a final class
11157 src/jZLib/Deflate.java 565 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the put_byte method if you want a default access modifier
11158 src/jZLib/Deflate.java 565 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the put_byte method if you want a default access modifier
11159 src/jZLib/Deflate.java 565 DefaultPackage: Use explicit scoping instead of the default package private level
11160 src/jZLib/Deflate.java 565 DefaultPackage: Use explicit scoping instead of the default package private level
11161 src/jZLib/Deflate.java 565 MethodArgumentCouldBeFinal: Parameter 'c' is not assigned and could be declared final
11162 src/jZLib/Deflate.java 565 MethodArgumentCouldBeFinal: Parameter 'c' is not assigned and could be declared final
11163 src/jZLib/Deflate.java 565 ShortVariable: Avoid variables with short names like c
11164 src/jZLib/Deflate.java 565 ShortVariable: Avoid variables with short names like c
11165 src/jZLib/Deflate.java 565 UnnecessaryModifier: Unnecessary modifier 'final' on method 'put_byte': the method is already in a final class
11166 src/jZLib/Deflate.java 565 UnnecessaryModifier: Unnecessary modifier 'final' on method 'put_byte': the method is already in a final class
11167 src/jZLib/Deflate.java 568 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the put_short method if you want a default access modifier
11168 src/jZLib/Deflate.java 568 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the put_short method if you want a default access modifier
11169 src/jZLib/Deflate.java 568 DefaultPackage: Use explicit scoping instead of the default package private level
11170 src/jZLib/Deflate.java 568 DefaultPackage: Use explicit scoping instead of the default package private level
11171 src/jZLib/Deflate.java 568 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
11172 src/jZLib/Deflate.java 568 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
11173 src/jZLib/Deflate.java 568 ShortVariable: Avoid variables with short names like w
11174 src/jZLib/Deflate.java 568 ShortVariable: Avoid variables with short names like w
11175 src/jZLib/Deflate.java 568 UnnecessaryModifier: Unnecessary modifier 'final' on method 'put_short': the method is already in a final class
11176 src/jZLib/Deflate.java 568 UnnecessaryModifier: Unnecessary modifier 'final' on method 'put_short': the method is already in a final class
11177 src/jZLib/Deflate.java 572 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the putShortMSB method if you want a default access modifier
11178 src/jZLib/Deflate.java 572 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the putShortMSB method if you want a default access modifier
11179 src/jZLib/Deflate.java 572 DefaultPackage: Use explicit scoping instead of the default package private level
11180 src/jZLib/Deflate.java 572 DefaultPackage: Use explicit scoping instead of the default package private level
11181 src/jZLib/Deflate.java 572 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
11182 src/jZLib/Deflate.java 572 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
11183 src/jZLib/Deflate.java 572 ShortVariable: Avoid variables with short names like b
11184 src/jZLib/Deflate.java 572 ShortVariable: Avoid variables with short names like b
11185 src/jZLib/Deflate.java 572 UnnecessaryModifier: Unnecessary modifier 'final' on method 'putShortMSB': the method is already in a final class
11186 src/jZLib/Deflate.java 572 UnnecessaryModifier: Unnecessary modifier 'final' on method 'putShortMSB': the method is already in a final class
11187 src/jZLib/Deflate.java 577 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the send_code method if you want a default access modifier
11188 src/jZLib/Deflate.java 577 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the send_code method if you want a default access modifier
11189 src/jZLib/Deflate.java 577 DefaultPackage: Use explicit scoping instead of the default package private level
11190 src/jZLib/Deflate.java 577 DefaultPackage: Use explicit scoping instead of the default package private level
11191 src/jZLib/Deflate.java 577 MethodArgumentCouldBeFinal: Parameter 'c' is not assigned and could be declared final
11192 src/jZLib/Deflate.java 577 MethodArgumentCouldBeFinal: Parameter 'c' is not assigned and could be declared final
11193 src/jZLib/Deflate.java 577 MethodArgumentCouldBeFinal: Parameter 'tree' is not assigned and could be declared final
11194 src/jZLib/Deflate.java 577 MethodArgumentCouldBeFinal: Parameter 'tree' is not assigned and could be declared final
11195 src/jZLib/Deflate.java 577 ShortVariable: Avoid variables with short names like c
11196 src/jZLib/Deflate.java 577 ShortVariable: Avoid variables with short names like c
11197 src/jZLib/Deflate.java 577 UnnecessaryModifier: Unnecessary modifier 'final' on method 'send_code': the method is already in a final class
11198 src/jZLib/Deflate.java 577 UnnecessaryModifier: Unnecessary modifier 'final' on method 'send_code': the method is already in a final class
11199 src/jZLib/Deflate.java 577 UseVarargs: Consider using varargs for methods or constructors which take an array the last parameter.
11200 src/jZLib/Deflate.java 577 UseVarargs: Consider using varargs for methods or constructors which take an array the last parameter.
11201 src/jZLib/Deflate.java 578 LocalVariableCouldBeFinal: Local variable 'c2' could be declared final
11202 src/jZLib/Deflate.java 578 LocalVariableCouldBeFinal: Local variable 'c2' could be declared final
11203 src/jZLib/Deflate.java 578 ShortVariable: Avoid variables with short names like c2
11204 src/jZLib/Deflate.java 578 ShortVariable: Avoid variables with short names like c2
11205 src/jZLib/Deflate.java 579 UselessParentheses: Useless parentheses.
11206 src/jZLib/Deflate.java 579 UselessParentheses: Useless parentheses.
11207 src/jZLib/Deflate.java 579 UselessParentheses: Useless parentheses.
11208 src/jZLib/Deflate.java 579 UselessParentheses: Useless parentheses.
11209 src/jZLib/Deflate.java 582 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the send_bits method if you want a default access modifier
11210 src/jZLib/Deflate.java 582 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the send_bits method if you want a default access modifier
11211 src/jZLib/Deflate.java 582 DefaultPackage: Use explicit scoping instead of the default package private level
11212 src/jZLib/Deflate.java 582 DefaultPackage: Use explicit scoping instead of the default package private level
11213 src/jZLib/Deflate.java 582 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
11214 src/jZLib/Deflate.java 582 MethodArgumentCouldBeFinal: Parameter 'length' is not assigned and could be declared final
11215 src/jZLib/Deflate.java 582 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
11216 src/jZLib/Deflate.java 582 MethodArgumentCouldBeFinal: Parameter 'value' is not assigned and could be declared final
11217 src/jZLib/Deflate.java 583 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
11218 src/jZLib/Deflate.java 583 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
11219 src/jZLib/Deflate.java 585 LocalVariableCouldBeFinal: Local variable 'val' could be declared final
11220 src/jZLib/Deflate.java 585 LocalVariableCouldBeFinal: Local variable 'val' could be declared final
11221 src/jZLib/Deflate.java 587 UselessParentheses: Useless parentheses.
11222 src/jZLib/Deflate.java 587 UselessParentheses: Useless parentheses.
11223 src/jZLib/Deflate.java 593 UselessParentheses: Useless parentheses.
11224 src/jZLib/Deflate.java 593 UselessParentheses: Useless parentheses.
11225 src/jZLib/Deflate.java 607 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the _tr_align method if you want a default access modifier
11226 src/jZLib/Deflate.java 607 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the _tr_align method if you want a default access modifier
11227 src/jZLib/Deflate.java 607 DefaultPackage: Use explicit scoping instead of the default package private level
11228 src/jZLib/Deflate.java 607 DefaultPackage: Use explicit scoping instead of the default package private level
11229 src/jZLib/Deflate.java 617 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11230 src/jZLib/Deflate.java 617 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11231 src/jZLib/Deflate.java 628 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the _tr_tally method if you want a default access modifier
11232 src/jZLib/Deflate.java 628 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the _tr_tally method if you want a default access modifier
11233 src/jZLib/Deflate.java 628 DefaultPackage: Use explicit scoping instead of the default package private level
11234 src/jZLib/Deflate.java 628 DefaultPackage: Use explicit scoping instead of the default package private level
11235 src/jZLib/Deflate.java 629 MethodArgumentCouldBeFinal: Parameter 'lc' is not assigned and could be declared final
11236 src/jZLib/Deflate.java 629 MethodArgumentCouldBeFinal: Parameter 'lc' is not assigned and could be declared final
11237 src/jZLib/Deflate.java 629 ShortVariable: Avoid variables with short names like lc
11238 src/jZLib/Deflate.java 629 ShortVariable: Avoid variables with short names like lc
11239 src/jZLib/Deflate.java 644 AvoidReassigningParameters: Avoid reassigning parameters such as 'dist'
11240 src/jZLib/Deflate.java 644 AvoidReassigningParameters: Avoid reassigning parameters such as 'dist'
11241 src/jZLib/Deflate.java 652 LocalVariableCouldBeFinal: Local variable 'in_length' could be declared final
11242 src/jZLib/Deflate.java 652 LocalVariableCouldBeFinal: Local variable 'in_length' could be declared final
11243 src/jZLib/Deflate.java 659 ControlStatementBraces: This statement should have braces
11244 src/jZLib/Deflate.java 659 ControlStatementBraces: This statement should have braces
11245 src/jZLib/Deflate.java 659 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11246 src/jZLib/Deflate.java 659 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11247 src/jZLib/Deflate.java 659 UselessParentheses: Useless parentheses.
11248 src/jZLib/Deflate.java 659 UselessParentheses: Useless parentheses.
11249 src/jZLib/Deflate.java 662 UselessParentheses: Useless parentheses.
11250 src/jZLib/Deflate.java 662 UselessParentheses: Useless parentheses.
11251 src/jZLib/Deflate.java 669 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the compress_block method if you want a default access modifier
11252 src/jZLib/Deflate.java 669 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the compress_block method if you want a default access modifier
11253 src/jZLib/Deflate.java 669 DefaultPackage: Use explicit scoping instead of the default package private level
11254 src/jZLib/Deflate.java 669 DefaultPackage: Use explicit scoping instead of the default package private level
11255 src/jZLib/Deflate.java 669 MethodArgumentCouldBeFinal: Parameter 'dtree' is not assigned and could be declared final
11256 src/jZLib/Deflate.java 669 MethodArgumentCouldBeFinal: Parameter 'dtree' is not assigned and could be declared final
11257 src/jZLib/Deflate.java 669 MethodArgumentCouldBeFinal: Parameter 'ltree' is not assigned and could be declared final
11258 src/jZLib/Deflate.java 669 MethodArgumentCouldBeFinal: Parameter 'ltree' is not assigned and could be declared final
11259 src/jZLib/Deflate.java 669 UseVarargs: Consider using varargs for methods or constructors which take an array the last parameter.
11260 src/jZLib/Deflate.java 669 UseVarargs: Consider using varargs for methods or constructors which take an array the last parameter.
11261 src/jZLib/Deflate.java 671 ShortVariable: Avoid variables with short names like lc
11262 src/jZLib/Deflate.java 671 ShortVariable: Avoid variables with short names like lc
11263 src/jZLib/Deflate.java 672 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'lx' (lines '672'-'713').
11264 src/jZLib/Deflate.java 672 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'lx' (lines '672'-'713').
11265 src/jZLib/Deflate.java 672 ShortVariable: Avoid variables with short names like lx
11266 src/jZLib/Deflate.java 672 ShortVariable: Avoid variables with short names like lx
11267 src/jZLib/Deflate.java 719 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the set_data_type method if you want a default access modifier
11268 src/jZLib/Deflate.java 719 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the set_data_type method if you want a default access modifier
11269 src/jZLib/Deflate.java 719 DefaultPackage: Use explicit scoping instead of the default package private level
11270 src/jZLib/Deflate.java 719 DefaultPackage: Use explicit scoping instead of the default package private level
11271 src/jZLib/Deflate.java 720 ShortVariable: Avoid variables with short names like n
11272 src/jZLib/Deflate.java 720 ShortVariable: Avoid variables with short names like n
11273 src/jZLib/Deflate.java 730 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bi_flush method if you want a default access modifier
11274 src/jZLib/Deflate.java 730 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bi_flush method if you want a default access modifier
11275 src/jZLib/Deflate.java 730 DefaultPackage: Use explicit scoping instead of the default package private level
11276 src/jZLib/Deflate.java 730 DefaultPackage: Use explicit scoping instead of the default package private level
11277 src/jZLib/Deflate.java 731 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11278 src/jZLib/Deflate.java 731 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11279 src/jZLib/Deflate.java 736 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11280 src/jZLib/Deflate.java 736 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11281 src/jZLib/Deflate.java 744 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bi_windup method if you want a default access modifier
11282 src/jZLib/Deflate.java 744 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bi_windup method if you want a default access modifier
11283 src/jZLib/Deflate.java 744 DefaultPackage: Use explicit scoping instead of the default package private level
11284 src/jZLib/Deflate.java 744 DefaultPackage: Use explicit scoping instead of the default package private level
11285 src/jZLib/Deflate.java 745 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11286 src/jZLib/Deflate.java 745 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11287 src/jZLib/Deflate.java 756 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the copy_block method if you want a default access modifier
11288 src/jZLib/Deflate.java 756 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the copy_block method if you want a default access modifier
11289 src/jZLib/Deflate.java 756 DefaultPackage: Use explicit scoping instead of the default package private level
11290 src/jZLib/Deflate.java 756 DefaultPackage: Use explicit scoping instead of the default package private level
11291 src/jZLib/Deflate.java 756 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
11292 src/jZLib/Deflate.java 756 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
11293 src/jZLib/Deflate.java 757 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
11294 src/jZLib/Deflate.java 757 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
11295 src/jZLib/Deflate.java 758 MethodArgumentCouldBeFinal: Parameter 'header' is not assigned and could be declared final
11296 src/jZLib/Deflate.java 758 MethodArgumentCouldBeFinal: Parameter 'header' is not assigned and could be declared final
11297 src/jZLib/Deflate.java 760 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'index' (lines '760'-'774').
11298 src/jZLib/Deflate.java 760 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'index' (lines '760'-'774').
11299 src/jZLib/Deflate.java 760 LocalVariableCouldBeFinal: Local variable 'index' could be declared final
11300 src/jZLib/Deflate.java 760 LocalVariableCouldBeFinal: Local variable 'index' could be declared final
11301 src/jZLib/Deflate.java 776 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the flush_block_only method if you want a default access modifier
11302 src/jZLib/Deflate.java 776 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the flush_block_only method if you want a default access modifier
11303 src/jZLib/Deflate.java 776 DefaultPackage: Use explicit scoping instead of the default package private level
11304 src/jZLib/Deflate.java 776 DefaultPackage: Use explicit scoping instead of the default package private level
11305 src/jZLib/Deflate.java 776 MethodArgumentCouldBeFinal: Parameter 'eof' is not assigned and could be declared final
11306 src/jZLib/Deflate.java 776 MethodArgumentCouldBeFinal: Parameter 'eof' is not assigned and could be declared final
11307 src/jZLib/Deflate.java 791 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflate_stored method if you want a default access modifier
11308 src/jZLib/Deflate.java 791 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflate_stored method if you want a default access modifier
11309 src/jZLib/Deflate.java 791 DefaultPackage: Use explicit scoping instead of the default package private level
11310 src/jZLib/Deflate.java 791 DefaultPackage: Use explicit scoping instead of the default package private level
11311 src/jZLib/Deflate.java 791 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
11312 src/jZLib/Deflate.java 791 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
11313 src/jZLib/Deflate.java 791 ModifiedCyclomaticComplexity: The method 'deflate_stored' has a Modified Cyclomatic Complexity of 13.
11314 src/jZLib/Deflate.java 791 ModifiedCyclomaticComplexity: The method 'deflate_stored' has a Modified Cyclomatic Complexity of 13.
11315 src/jZLib/Deflate.java 791 NPathComplexity: The method 'deflate_stored(int)' has an NPath complexity of 1020, current threshold is 200
11316 src/jZLib/Deflate.java 791 NPathComplexity: The method 'deflate_stored(int)' has an NPath complexity of 1020, current threshold is 200
11317 src/jZLib/Deflate.java 799 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_block_size' (lines '799'-'839').
11318 src/jZLib/Deflate.java 799 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_block_size' (lines '799'-'839').
11319 src/jZLib/Deflate.java 805 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11320 src/jZLib/Deflate.java 805 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11321 src/jZLib/Deflate.java 807 ControlStatementBraces: This statement should have braces
11322 src/jZLib/Deflate.java 807 ControlStatementBraces: This statement should have braces
11323 src/jZLib/Deflate.java 807 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11324 src/jZLib/Deflate.java 807 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11325 src/jZLib/Deflate.java 808 ControlStatementBraces: This statement should have braces
11326 src/jZLib/Deflate.java 808 ControlStatementBraces: This statement should have braces
11327 src/jZLib/Deflate.java 822 ControlStatementBraces: This statement should have braces
11328 src/jZLib/Deflate.java 822 ControlStatementBraces: This statement should have braces
11329 src/jZLib/Deflate.java 822 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11330 src/jZLib/Deflate.java 822 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11331 src/jZLib/Deflate.java 830 ControlStatementBraces: This statement should have braces
11332 src/jZLib/Deflate.java 830 ControlStatementBraces: This statement should have braces
11333 src/jZLib/Deflate.java 830 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11334 src/jZLib/Deflate.java 830 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11335 src/jZLib/Deflate.java 836 ControlStatementBraces: This statement should have braces
11336 src/jZLib/Deflate.java 836 ControlStatementBraces: This statement should have braces
11337 src/jZLib/Deflate.java 836 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11338 src/jZLib/Deflate.java 836 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11339 src/jZLib/Deflate.java 842 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the _tr_stored_block method if you want a default access modifier
11340 src/jZLib/Deflate.java 842 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the _tr_stored_block method if you want a default access modifier
11341 src/jZLib/Deflate.java 842 DefaultPackage: Use explicit scoping instead of the default package private level
11342 src/jZLib/Deflate.java 842 DefaultPackage: Use explicit scoping instead of the default package private level
11343 src/jZLib/Deflate.java 842 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
11344 src/jZLib/Deflate.java 842 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
11345 src/jZLib/Deflate.java 843 MethodArgumentCouldBeFinal: Parameter 'stored_len' is not assigned and could be declared final
11346 src/jZLib/Deflate.java 843 MethodArgumentCouldBeFinal: Parameter 'stored_len' is not assigned and could be declared final
11347 src/jZLib/Deflate.java 844 MethodArgumentCouldBeFinal: Parameter 'eof' is not assigned and could be declared final
11348 src/jZLib/Deflate.java 844 MethodArgumentCouldBeFinal: Parameter 'eof' is not assigned and could be declared final
11349 src/jZLib/Deflate.java 852 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the _tr_flush_block method if you want a default access modifier
11350 src/jZLib/Deflate.java 852 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the _tr_flush_block method if you want a default access modifier
11351 src/jZLib/Deflate.java 852 DefaultPackage: Use explicit scoping instead of the default package private level
11352 src/jZLib/Deflate.java 852 DefaultPackage: Use explicit scoping instead of the default package private level
11353 src/jZLib/Deflate.java 852 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
11354 src/jZLib/Deflate.java 852 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
11355 src/jZLib/Deflate.java 853 MethodArgumentCouldBeFinal: Parameter 'stored_len' is not assigned and could be declared final
11356 src/jZLib/Deflate.java 853 MethodArgumentCouldBeFinal: Parameter 'stored_len' is not assigned and could be declared final
11357 src/jZLib/Deflate.java 854 MethodArgumentCouldBeFinal: Parameter 'eof' is not assigned and could be declared final
11358 src/jZLib/Deflate.java 854 MethodArgumentCouldBeFinal: Parameter 'eof' is not assigned and could be declared final
11359 src/jZLib/Deflate.java 857 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'max_blindex' (lines '857'-'874').
11360 src/jZLib/Deflate.java 857 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'max_blindex' (lines '857'-'874').
11361 src/jZLib/Deflate.java 857 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_blindex' (lines '857'-'913').
11362 src/jZLib/Deflate.java 857 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_blindex' (lines '857'-'913').
11363 src/jZLib/Deflate.java 862 ControlStatementBraces: This statement should have braces
11364 src/jZLib/Deflate.java 862 ControlStatementBraces: This statement should have braces
11365 src/jZLib/Deflate.java 874 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_blindex' (lines '874'-'913').
11366 src/jZLib/Deflate.java 874 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'max_blindex' (lines '874'-'913').
11367 src/jZLib/Deflate.java 880 ControlStatementBraces: This statement should have braces
11368 src/jZLib/Deflate.java 880 ControlStatementBraces: This statement should have braces
11369 src/jZLib/Deflate.java 883 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'static_lenb' (lines '883'-'913').
11370 src/jZLib/Deflate.java 883 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'static_lenb' (lines '883'-'913').
11371 src/jZLib/Deflate.java 923 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the fill_window method if you want a default access modifier
11372 src/jZLib/Deflate.java 923 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the fill_window method if you want a default access modifier
11373 src/jZLib/Deflate.java 923 DefaultPackage: Use explicit scoping instead of the default package private level
11374 src/jZLib/Deflate.java 923 DefaultPackage: Use explicit scoping instead of the default package private level
11375 src/jZLib/Deflate.java 923 ModifiedCyclomaticComplexity: The method 'fill_window' has a Modified Cyclomatic Complexity of 11.
11376 src/jZLib/Deflate.java 923 ModifiedCyclomaticComplexity: The method 'fill_window' has a Modified Cyclomatic Complexity of 11.
11377 src/jZLib/Deflate.java 924 ShortVariable: Avoid variables with short names like m
11378 src/jZLib/Deflate.java 924 ShortVariable: Avoid variables with short names like m
11379 src/jZLib/Deflate.java 924 ShortVariable: Avoid variables with short names like n
11380 src/jZLib/Deflate.java 924 ShortVariable: Avoid variables with short names like n
11381 src/jZLib/Deflate.java 925 ShortVariable: Avoid variables with short names like p
11382 src/jZLib/Deflate.java 925 ShortVariable: Avoid variables with short names like p
11383 src/jZLib/Deflate.java 929 UselessParentheses: Useless parentheses.
11384 src/jZLib/Deflate.java 929 UselessParentheses: Useless parentheses.
11385 src/jZLib/Deflate.java 933 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'more' (lines '933'-'1,000').
11386 src/jZLib/Deflate.java 933 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'more' (lines '933'-'1,000').
11387 src/jZLib/Deflate.java 938 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'more' (lines '938'-'1,000').
11388 src/jZLib/Deflate.java 938 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'more' (lines '938'-'1,000').
11389 src/jZLib/Deflate.java 958 UselessParentheses: Useless parentheses.
11390 src/jZLib/Deflate.java 958 UselessParentheses: Useless parentheses.
11391 src/jZLib/Deflate.java 959 UselessParentheses: Useless parentheses.
11392 src/jZLib/Deflate.java 959 UselessParentheses: Useless parentheses.
11393 src/jZLib/Deflate.java 966 UselessParentheses: Useless parentheses.
11394 src/jZLib/Deflate.java 966 UselessParentheses: Useless parentheses.
11395 src/jZLib/Deflate.java 967 UselessParentheses: Useless parentheses.
11396 src/jZLib/Deflate.java 967 UselessParentheses: Useless parentheses.
11397 src/jZLib/Deflate.java 975 ControlStatementBraces: This statement should have braces
11398 src/jZLib/Deflate.java 975 ControlStatementBraces: This statement should have braces
11399 src/jZLib/Deflate.java 1007 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflate_fast method if you want a default access modifier
11400 src/jZLib/Deflate.java 1007 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflate_fast method if you want a default access modifier
11401 src/jZLib/Deflate.java 1007 DefaultPackage: Use explicit scoping instead of the default package private level
11402 src/jZLib/Deflate.java 1007 DefaultPackage: Use explicit scoping instead of the default package private level
11403 src/jZLib/Deflate.java 1007 ExcessiveMethodLength: Avoid really long methods.
11404 src/jZLib/Deflate.java 1007 ExcessiveMethodLength: Avoid really long methods.
11405 src/jZLib/Deflate.java 1007 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
11406 src/jZLib/Deflate.java 1007 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
11407 src/jZLib/Deflate.java 1007 ModifiedCyclomaticComplexity: The method 'deflate_fast' has a Modified Cyclomatic Complexity of 16.
11408 src/jZLib/Deflate.java 1007 ModifiedCyclomaticComplexity: The method 'deflate_fast' has a Modified Cyclomatic Complexity of 16.
11409 src/jZLib/Deflate.java 1007 NPathComplexity: The method 'deflate_fast(int)' has an NPath complexity of 5046, current threshold is 200
11410 src/jZLib/Deflate.java 1007 NPathComplexity: The method 'deflate_fast(int)' has an NPath complexity of 5046, current threshold is 200
11411 src/jZLib/Deflate.java 1009 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hash_head' (lines '1,009'-'1,031').
11412 src/jZLib/Deflate.java 1009 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hash_head' (lines '1,009'-'1,031').
11413 src/jZLib/Deflate.java 1009 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'hash_head' (lines '1,009'-'1,107').
11414 src/jZLib/Deflate.java 1009 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'hash_head' (lines '1,009'-'1,107').
11415 src/jZLib/Deflate.java 1020 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11416 src/jZLib/Deflate.java 1020 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11417 src/jZLib/Deflate.java 1022 ControlStatementBraces: This statement should have braces
11418 src/jZLib/Deflate.java 1022 ControlStatementBraces: This statement should have braces
11419 src/jZLib/Deflate.java 1028 UselessParentheses: Useless parentheses.
11420 src/jZLib/Deflate.java 1028 UselessParentheses: Useless parentheses.
11421 src/jZLib/Deflate.java 1031 UselessParentheses: Useless parentheses.
11422 src/jZLib/Deflate.java 1031 UselessParentheses: Useless parentheses.
11423 src/jZLib/Deflate.java 1045 CollapsibleIfStatements: These nested if statements could be combined
11424 src/jZLib/Deflate.java 1045 CollapsibleIfStatements: These nested if statements could be combined
11425 src/jZLib/Deflate.java 1065 UselessParentheses: Useless parentheses.
11426 src/jZLib/Deflate.java 1065 UselessParentheses: Useless parentheses.
11427 src/jZLib/Deflate.java 1067 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hash_head' (lines '1,067'-'1,031').
11428 src/jZLib/Deflate.java 1067 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hash_head' (lines '1,067'-'1,031').
11429 src/jZLib/Deflate.java 1067 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hash_head' (lines '1,067'-'1,067').
11430 src/jZLib/Deflate.java 1067 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hash_head' (lines '1,067'-'1,067').
11431 src/jZLib/Deflate.java 1067 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'hash_head' (lines '1,067'-'1,107').
11432 src/jZLib/Deflate.java 1067 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'hash_head' (lines '1,067'-'1,107').
11433 src/jZLib/Deflate.java 1067 UselessParentheses: Useless parentheses.
11434 src/jZLib/Deflate.java 1067 UselessParentheses: Useless parentheses.
11435 src/jZLib/Deflate.java 1097 ControlStatementBraces: This statement should have braces
11436 src/jZLib/Deflate.java 1097 ControlStatementBraces: This statement should have braces
11437 src/jZLib/Deflate.java 1097 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11438 src/jZLib/Deflate.java 1097 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11439 src/jZLib/Deflate.java 1103 ControlStatementBraces: This statement should have braces
11440 src/jZLib/Deflate.java 1103 ControlStatementBraces: This statement should have braces
11441 src/jZLib/Deflate.java 1103 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11442 src/jZLib/Deflate.java 1103 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11443 src/jZLib/Deflate.java 1104 ControlStatementBraces: This statement should have braces
11444 src/jZLib/Deflate.java 1104 ControlStatementBraces: This statement should have braces
11445 src/jZLib/Deflate.java 1104 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11446 src/jZLib/Deflate.java 1104 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11447 src/jZLib/Deflate.java 1112 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflate_slow method if you want a default access modifier
11448 src/jZLib/Deflate.java 1112 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflate_slow method if you want a default access modifier
11449 src/jZLib/Deflate.java 1112 DefaultPackage: Use explicit scoping instead of the default package private level
11450 src/jZLib/Deflate.java 1112 DefaultPackage: Use explicit scoping instead of the default package private level
11451 src/jZLib/Deflate.java 1112 ExcessiveMethodLength: Avoid really long methods.
11452 src/jZLib/Deflate.java 1112 ExcessiveMethodLength: Avoid really long methods.
11453 src/jZLib/Deflate.java 1112 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
11454 src/jZLib/Deflate.java 1112 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
11455 src/jZLib/Deflate.java 1112 ModifiedCyclomaticComplexity: The method 'deflate_slow' has a Modified Cyclomatic Complexity of 21.
11456 src/jZLib/Deflate.java 1112 ModifiedCyclomaticComplexity: The method 'deflate_slow' has a Modified Cyclomatic Complexity of 21.
11457 src/jZLib/Deflate.java 1112 NPathComplexity: The method 'deflate_slow(int)' has an NPath complexity of 32772, current threshold is 200
11458 src/jZLib/Deflate.java 1112 NPathComplexity: The method 'deflate_slow(int)' has an NPath complexity of 32772, current threshold is 200
11459 src/jZLib/Deflate.java 1112 NcssCount: The method 'deflate_slow(int)' has a NCSS line count of 64.
11460 src/jZLib/Deflate.java 1112 NcssCount: The method 'deflate_slow(int)' has a NCSS line count of 64.
11461 src/jZLib/Deflate.java 1114 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hash_head' (lines '1,114'-'1,138').
11462 src/jZLib/Deflate.java 1114 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hash_head' (lines '1,114'-'1,138').
11463 src/jZLib/Deflate.java 1114 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'hash_head' (lines '1,114'-'1,239').
11464 src/jZLib/Deflate.java 1114 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'hash_head' (lines '1,114'-'1,239').
11465 src/jZLib/Deflate.java 1127 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11466 src/jZLib/Deflate.java 1127 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11467 src/jZLib/Deflate.java 1129 ControlStatementBraces: This statement should have braces
11468 src/jZLib/Deflate.java 1129 ControlStatementBraces: This statement should have braces
11469 src/jZLib/Deflate.java 1136 UselessParentheses: Useless parentheses.
11470 src/jZLib/Deflate.java 1136 UselessParentheses: Useless parentheses.
11471 src/jZLib/Deflate.java 1138 UselessParentheses: Useless parentheses.
11472 src/jZLib/Deflate.java 1138 UselessParentheses: Useless parentheses.
11473 src/jZLib/Deflate.java 1160 UselessParentheses: Useless parentheses.
11474 src/jZLib/Deflate.java 1160 UselessParentheses: Useless parentheses.
11475 src/jZLib/Deflate.java 1172 LocalVariableCouldBeFinal: Local variable 'max_insert' could be declared final
11476 src/jZLib/Deflate.java 1172 LocalVariableCouldBeFinal: Local variable 'max_insert' could be declared final
11477 src/jZLib/Deflate.java 1187 UselessParentheses: Useless parentheses.
11478 src/jZLib/Deflate.java 1187 UselessParentheses: Useless parentheses.
11479 src/jZLib/Deflate.java 1189 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hash_head' (lines '1,189'-'1,138').
11480 src/jZLib/Deflate.java 1189 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hash_head' (lines '1,189'-'1,138').
11481 src/jZLib/Deflate.java 1189 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hash_head' (lines '1,189'-'1,189').
11482 src/jZLib/Deflate.java 1189 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'hash_head' (lines '1,189'-'1,189').
11483 src/jZLib/Deflate.java 1189 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'hash_head' (lines '1,189'-'1,239').
11484 src/jZLib/Deflate.java 1189 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'hash_head' (lines '1,189'-'1,239').
11485 src/jZLib/Deflate.java 1189 UselessParentheses: Useless parentheses.
11486 src/jZLib/Deflate.java 1189 UselessParentheses: Useless parentheses.
11487 src/jZLib/Deflate.java 1201 ControlStatementBraces: This statement should have braces
11488 src/jZLib/Deflate.java 1201 ControlStatementBraces: This statement should have braces
11489 src/jZLib/Deflate.java 1201 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11490 src/jZLib/Deflate.java 1201 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11491 src/jZLib/Deflate.java 1203 ConfusingTernary: Avoid if (x != y) ..; else ..;
11492 src/jZLib/Deflate.java 1203 ConfusingTernary: Avoid if (x != y) ..; else ..;
11493 src/jZLib/Deflate.java 1216 ControlStatementBraces: This statement should have braces
11494 src/jZLib/Deflate.java 1216 ControlStatementBraces: This statement should have braces
11495 src/jZLib/Deflate.java 1216 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11496 src/jZLib/Deflate.java 1216 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11497 src/jZLib/Deflate.java 1228 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'bflush' (lines '1,228'-'1,239').
11498 src/jZLib/Deflate.java 1228 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'bflush' (lines '1,228'-'1,239').
11499 src/jZLib/Deflate.java 1228 UnusedAssignment: The value assigned to variable 'bflush' is never used
11500 src/jZLib/Deflate.java 1228 UnusedAssignment: The value assigned to variable 'bflush' is never used
11501 src/jZLib/Deflate.java 1234 ControlStatementBraces: This statement should have braces
11502 src/jZLib/Deflate.java 1234 ControlStatementBraces: This statement should have braces
11503 src/jZLib/Deflate.java 1234 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11504 src/jZLib/Deflate.java 1234 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11505 src/jZLib/Deflate.java 1235 ControlStatementBraces: This statement should have braces
11506 src/jZLib/Deflate.java 1235 ControlStatementBraces: This statement should have braces
11507 src/jZLib/Deflate.java 1235 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11508 src/jZLib/Deflate.java 1235 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11509 src/jZLib/Deflate.java 1241 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the longest_match method if you want a default access modifier
11510 src/jZLib/Deflate.java 1241 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the longest_match method if you want a default access modifier
11511 src/jZLib/Deflate.java 1241 DefaultPackage: Use explicit scoping instead of the default package private level
11512 src/jZLib/Deflate.java 1241 DefaultPackage: Use explicit scoping instead of the default package private level
11513 src/jZLib/Deflate.java 1241 ModifiedCyclomaticComplexity: The method 'longest_match' has a Modified Cyclomatic Complexity of 10.
11514 src/jZLib/Deflate.java 1241 ModifiedCyclomaticComplexity: The method 'longest_match' has a Modified Cyclomatic Complexity of 10.
11515 src/jZLib/Deflate.java 1241 NPathComplexity: The method 'longest_match(int)' has an NPath complexity of 2432, current threshold is 200
11516 src/jZLib/Deflate.java 1241 NPathComplexity: The method 'longest_match(int)' has an NPath complexity of 2432, current threshold is 200
11517 src/jZLib/Deflate.java 1247 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'limit' (lines '1,247'-'1,318').
11518 src/jZLib/Deflate.java 1247 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'limit' (lines '1,247'-'1,318').
11519 src/jZLib/Deflate.java 1247 LocalVariableCouldBeFinal: Local variable 'limit' could be declared final
11520 src/jZLib/Deflate.java 1247 LocalVariableCouldBeFinal: Local variable 'limit' could be declared final
11521 src/jZLib/Deflate.java 1254 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'wmask' (lines '1,254'-'1,318').
11522 src/jZLib/Deflate.java 1254 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'wmask' (lines '1,254'-'1,318').
11523 src/jZLib/Deflate.java 1254 LocalVariableCouldBeFinal: Local variable 'wmask' could be declared final
11524 src/jZLib/Deflate.java 1254 LocalVariableCouldBeFinal: Local variable 'wmask' could be declared final
11525 src/jZLib/Deflate.java 1256 LocalVariableCouldBeFinal: Local variable 'strend' could be declared final
11526 src/jZLib/Deflate.java 1256 LocalVariableCouldBeFinal: Local variable 'strend' could be declared final
11527 src/jZLib/Deflate.java 1270 ControlStatementBraces: This statement should have braces
11528 src/jZLib/Deflate.java 1270 ControlStatementBraces: This statement should have braces
11529 src/jZLib/Deflate.java 1270 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'nice_match' (lines '1,270'-'1,318').
11530 src/jZLib/Deflate.java 1270 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'nice_match' (lines '1,270'-'1,318').
11531 src/jZLib/Deflate.java 1280 ControlStatementBraces: This statement should have braces
11532 src/jZLib/Deflate.java 1280 ControlStatementBraces: This statement should have braces
11533 src/jZLib/Deflate.java 1291 EmptyControlStatement: Empty do..while statement
11534 src/jZLib/Deflate.java 1291 EmptyControlStatement: Empty do..while statement
11535 src/jZLib/Deflate.java 1303 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'scan' (lines '1,303'-'1,318').
11536 src/jZLib/Deflate.java 1303 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'scan' (lines '1,303'-'1,318').
11537 src/jZLib/Deflate.java 1307 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'best_len' (lines '1,307'-'1,318').
11538 src/jZLib/Deflate.java 1307 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'best_len' (lines '1,307'-'1,318').
11539 src/jZLib/Deflate.java 1308 ControlStatementBraces: This statement should have braces
11540 src/jZLib/Deflate.java 1308 ControlStatementBraces: This statement should have braces
11541 src/jZLib/Deflate.java 1309 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'scan_end1' (lines '1,309'-'1,318').
11542 src/jZLib/Deflate.java 1309 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'scan_end1' (lines '1,309'-'1,318').
11543 src/jZLib/Deflate.java 1310 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'scan_end' (lines '1,310'-'1,318').
11544 src/jZLib/Deflate.java 1310 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'scan_end' (lines '1,310'-'1,318').
11545 src/jZLib/Deflate.java 1313 AvoidReassigningParameters: Avoid reassigning parameters such as 'cur_match'
11546 src/jZLib/Deflate.java 1313 AvoidReassigningParameters: Avoid reassigning parameters such as 'cur_match'
11547 src/jZLib/Deflate.java 1313 UselessParentheses: Useless parentheses.
11548 src/jZLib/Deflate.java 1313 UselessParentheses: Useless parentheses.
11549 src/jZLib/Deflate.java 1316 ControlStatementBraces: This statement should have braces
11550 src/jZLib/Deflate.java 1316 ControlStatementBraces: This statement should have braces
11551 src/jZLib/Deflate.java 1316 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11552 src/jZLib/Deflate.java 1316 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11553 src/jZLib/Deflate.java 1320 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflateInit method if you want a default access modifier
11554 src/jZLib/Deflate.java 1320 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflateInit method if you want a default access modifier
11555 src/jZLib/Deflate.java 1320 DefaultPackage: Use explicit scoping instead of the default package private level
11556 src/jZLib/Deflate.java 1320 DefaultPackage: Use explicit scoping instead of the default package private level
11557 src/jZLib/Deflate.java 1320 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11558 src/jZLib/Deflate.java 1320 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11559 src/jZLib/Deflate.java 1320 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11560 src/jZLib/Deflate.java 1320 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11561 src/jZLib/Deflate.java 1320 MethodArgumentCouldBeFinal: Parameter 'memlevel' is not assigned and could be declared final
11562 src/jZLib/Deflate.java 1320 MethodArgumentCouldBeFinal: Parameter 'memlevel' is not assigned and could be declared final
11563 src/jZLib/Deflate.java 1325 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflateInit method if you want a default access modifier
11564 src/jZLib/Deflate.java 1325 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflateInit method if you want a default access modifier
11565 src/jZLib/Deflate.java 1325 DefaultPackage: Use explicit scoping instead of the default package private level
11566 src/jZLib/Deflate.java 1325 DefaultPackage: Use explicit scoping instead of the default package private level
11567 src/jZLib/Deflate.java 1325 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11568 src/jZLib/Deflate.java 1325 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11569 src/jZLib/Deflate.java 1325 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11570 src/jZLib/Deflate.java 1325 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11571 src/jZLib/Deflate.java 1329 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflateInit method if you want a default access modifier
11572 src/jZLib/Deflate.java 1329 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflateInit method if you want a default access modifier
11573 src/jZLib/Deflate.java 1329 DefaultPackage: Use explicit scoping instead of the default package private level
11574 src/jZLib/Deflate.java 1329 DefaultPackage: Use explicit scoping instead of the default package private level
11575 src/jZLib/Deflate.java 1329 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11576 src/jZLib/Deflate.java 1329 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11577 src/jZLib/Deflate.java 1332 MethodArgumentCouldBeFinal: Parameter 'method' is not assigned and could be declared final
11578 src/jZLib/Deflate.java 1332 MethodArgumentCouldBeFinal: Parameter 'method' is not assigned and could be declared final
11579 src/jZLib/Deflate.java 1333 MethodArgumentCouldBeFinal: Parameter 'memLevel' is not assigned and could be declared final
11580 src/jZLib/Deflate.java 1333 MethodArgumentCouldBeFinal: Parameter 'memLevel' is not assigned and could be declared final
11581 src/jZLib/Deflate.java 1333 MethodArgumentCouldBeFinal: Parameter 'strategy' is not assigned and could be declared final
11582 src/jZLib/Deflate.java 1333 MethodArgumentCouldBeFinal: Parameter 'strategy' is not assigned and could be declared final
11583 src/jZLib/Deflate.java 1334 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'wrap' (lines '1,334'-'1,348').
11584 src/jZLib/Deflate.java 1334 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'wrap' (lines '1,334'-'1,348').
11585 src/jZLib/Deflate.java 1334 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'wrap' (lines '1,334'-'1,352').
11586 src/jZLib/Deflate.java 1334 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'wrap' (lines '1,334'-'1,352').
11587 src/jZLib/Deflate.java 1334 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'wrap' (lines '1,334'-'1,396').
11588 src/jZLib/Deflate.java 1334 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'wrap' (lines '1,334'-'1,396').
11589 src/jZLib/Deflate.java 1343 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
11590 src/jZLib/Deflate.java 1343 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
11591 src/jZLib/Deflate.java 1345 AvoidReassigningParameters: Avoid reassigning parameters such as 'level'
11592 src/jZLib/Deflate.java 1345 AvoidReassigningParameters: Avoid reassigning parameters such as 'level'
11593 src/jZLib/Deflate.java 1345 ControlStatementBraces: This statement should have braces
11594 src/jZLib/Deflate.java 1345 ControlStatementBraces: This statement should have braces
11595 src/jZLib/Deflate.java 1348 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'wrap' (lines '1,348'-'1,396').
11596 src/jZLib/Deflate.java 1348 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'wrap' (lines '1,348'-'1,396').
11597 src/jZLib/Deflate.java 1349 AvoidReassigningParameters: Avoid reassigning parameters such as 'windowBits'
11598 src/jZLib/Deflate.java 1349 AvoidReassigningParameters: Avoid reassigning parameters such as 'windowBits'
11599 src/jZLib/Deflate.java 1351 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11600 src/jZLib/Deflate.java 1351 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11601 src/jZLib/Deflate.java 1352 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'wrap' (lines '1,352'-'1,396').
11602 src/jZLib/Deflate.java 1352 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'wrap' (lines '1,352'-'1,396').
11603 src/jZLib/Deflate.java 1361 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11604 src/jZLib/Deflate.java 1361 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11605 src/jZLib/Deflate.java 1374 UselessParentheses: Useless parentheses.
11606 src/jZLib/Deflate.java 1374 UselessParentheses: Useless parentheses.
11607 src/jZLib/Deflate.java 1398 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflateReset method if you want a default access modifier
11608 src/jZLib/Deflate.java 1398 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflateReset method if you want a default access modifier
11609 src/jZLib/Deflate.java 1398 DefaultPackage: Use explicit scoping instead of the default package private level
11610 src/jZLib/Deflate.java 1398 DefaultPackage: Use explicit scoping instead of the default package private level
11611 src/jZLib/Deflate.java 1400 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
11612 src/jZLib/Deflate.java 1400 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
11613 src/jZLib/Deflate.java 1410 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11614 src/jZLib/Deflate.java 1410 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11615 src/jZLib/Deflate.java 1419 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflateEnd method if you want a default access modifier
11616 src/jZLib/Deflate.java 1419 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflateEnd method if you want a default access modifier
11617 src/jZLib/Deflate.java 1419 DefaultPackage: Use explicit scoping instead of the default package private level
11618 src/jZLib/Deflate.java 1419 DefaultPackage: Use explicit scoping instead of the default package private level
11619 src/jZLib/Deflate.java 1421 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11620 src/jZLib/Deflate.java 1421 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11621 src/jZLib/Deflate.java 1424 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
11622 src/jZLib/Deflate.java 1424 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
11623 src/jZLib/Deflate.java 1425 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
11624 src/jZLib/Deflate.java 1425 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
11625 src/jZLib/Deflate.java 1426 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
11626 src/jZLib/Deflate.java 1426 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
11627 src/jZLib/Deflate.java 1427 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
11628 src/jZLib/Deflate.java 1427 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
11629 src/jZLib/Deflate.java 1428 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
11630 src/jZLib/Deflate.java 1428 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
11631 src/jZLib/Deflate.java 1434 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflateParams method if you want a default access modifier
11632 src/jZLib/Deflate.java 1434 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflateParams method if you want a default access modifier
11633 src/jZLib/Deflate.java 1434 DefaultPackage: Use explicit scoping instead of the default package private level
11634 src/jZLib/Deflate.java 1434 DefaultPackage: Use explicit scoping instead of the default package private level
11635 src/jZLib/Deflate.java 1434 MethodArgumentCouldBeFinal: Parameter '_strategy' is not assigned and could be declared final
11636 src/jZLib/Deflate.java 1434 MethodArgumentCouldBeFinal: Parameter '_strategy' is not assigned and could be declared final
11637 src/jZLib/Deflate.java 1435 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'err' (lines '1,435'-'1,448').
11638 src/jZLib/Deflate.java 1435 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'err' (lines '1,435'-'1,448').
11639 src/jZLib/Deflate.java 1435 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'err' (lines '1,435'-'1,460').
11640 src/jZLib/Deflate.java 1435 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'err' (lines '1,435'-'1,460').
11641 src/jZLib/Deflate.java 1435 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
11642 src/jZLib/Deflate.java 1435 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
11643 src/jZLib/Deflate.java 1438 AvoidReassigningParameters: Avoid reassigning parameters such as '_level'
11644 src/jZLib/Deflate.java 1438 AvoidReassigningParameters: Avoid reassigning parameters such as '_level'
11645 src/jZLib/Deflate.java 1442 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11646 src/jZLib/Deflate.java 1442 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11647 src/jZLib/Deflate.java 1462 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflateSetDictionary method if you want a default access modifier
11648 src/jZLib/Deflate.java 1462 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflateSetDictionary method if you want a default access modifier
11649 src/jZLib/Deflate.java 1462 DefaultPackage: Use explicit scoping instead of the default package private level
11650 src/jZLib/Deflate.java 1462 DefaultPackage: Use explicit scoping instead of the default package private level
11651 src/jZLib/Deflate.java 1462 MethodArgumentCouldBeFinal: Parameter 'dictLength' is not assigned and could be declared final
11652 src/jZLib/Deflate.java 1462 MethodArgumentCouldBeFinal: Parameter 'dictLength' is not assigned and could be declared final
11653 src/jZLib/Deflate.java 1462 MethodArgumentCouldBeFinal: Parameter 'dictionary' is not assigned and could be declared final
11654 src/jZLib/Deflate.java 1462 MethodArgumentCouldBeFinal: Parameter 'dictionary' is not assigned and could be declared final
11655 src/jZLib/Deflate.java 1463 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
11656 src/jZLib/Deflate.java 1463 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
11657 src/jZLib/Deflate.java 1464 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
11658 src/jZLib/Deflate.java 1464 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
11659 src/jZLib/Deflate.java 1467 ControlStatementBraces: This statement should have braces
11660 src/jZLib/Deflate.java 1467 ControlStatementBraces: This statement should have braces
11661 src/jZLib/Deflate.java 1467 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11662 src/jZLib/Deflate.java 1467 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11663 src/jZLib/Deflate.java 1469 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11664 src/jZLib/Deflate.java 1469 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11665 src/jZLib/Deflate.java 1471 ControlStatementBraces: This statement should have braces
11666 src/jZLib/Deflate.java 1471 ControlStatementBraces: This statement should have braces
11667 src/jZLib/Deflate.java 1471 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11668 src/jZLib/Deflate.java 1471 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11669 src/jZLib/Deflate.java 1488 UselessParentheses: Useless parentheses.
11670 src/jZLib/Deflate.java 1488 UselessParentheses: Useless parentheses.
11671 src/jZLib/Deflate.java 1495 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflate method if you want a default access modifier
11672 src/jZLib/Deflate.java 1495 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflate method if you want a default access modifier
11673 src/jZLib/Deflate.java 1495 DefaultPackage: Use explicit scoping instead of the default package private level
11674 src/jZLib/Deflate.java 1495 DefaultPackage: Use explicit scoping instead of the default package private level
11675 src/jZLib/Deflate.java 1495 ExcessiveMethodLength: Avoid really long methods.
11676 src/jZLib/Deflate.java 1495 ExcessiveMethodLength: Avoid really long methods.
11677 src/jZLib/Deflate.java 1495 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
11678 src/jZLib/Deflate.java 1495 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
11679 src/jZLib/Deflate.java 1495 ModifiedCyclomaticComplexity: The method 'deflate' has a Modified Cyclomatic Complexity of 28.
11680 src/jZLib/Deflate.java 1495 ModifiedCyclomaticComplexity: The method 'deflate' has a Modified Cyclomatic Complexity of 28.
11681 src/jZLib/Deflate.java 1495 NPathComplexity: The method 'deflate(int)' has an NPath complexity of 90408960, current threshold is 200
11682 src/jZLib/Deflate.java 1495 NPathComplexity: The method 'deflate(int)' has an NPath complexity of 90408960, current threshold is 200
11683 src/jZLib/Deflate.java 1495 NcssCount: The method 'deflate(int)' has a NCSS line count of 99.
11684 src/jZLib/Deflate.java 1495 NcssCount: The method 'deflate(int)' has a NCSS line count of 99.
11685 src/jZLib/Deflate.java 1496 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
11686 src/jZLib/Deflate.java 1496 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
11687 src/jZLib/Deflate.java 1499 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11688 src/jZLib/Deflate.java 1499 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11689 src/jZLib/Deflate.java 1503 UselessParentheses: Useless parentheses.
11690 src/jZLib/Deflate.java 1503 UselessParentheses: Useless parentheses.
11691 src/jZLib/Deflate.java 1504 UselessParentheses: Useless parentheses.
11692 src/jZLib/Deflate.java 1504 UselessParentheses: Useless parentheses.
11693 src/jZLib/Deflate.java 1506 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11694 src/jZLib/Deflate.java 1506 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11695 src/jZLib/Deflate.java 1510 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11696 src/jZLib/Deflate.java 1510 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11697 src/jZLib/Deflate.java 1518 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11698 src/jZLib/Deflate.java 1518 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11699 src/jZLib/Deflate.java 1519 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
11700 src/jZLib/Deflate.java 1519 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
11701 src/jZLib/Deflate.java 1521 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11702 src/jZLib/Deflate.java 1521 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11703 src/jZLib/Deflate.java 1527 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11704 src/jZLib/Deflate.java 1527 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11705 src/jZLib/Deflate.java 1527 ControlStatementBraces: This statement should have braces
11706 src/jZLib/Deflate.java 1527 ControlStatementBraces: This statement should have braces
11707 src/jZLib/Deflate.java 1528 UselessParentheses: Useless parentheses.
11708 src/jZLib/Deflate.java 1528 UselessParentheses: Useless parentheses.
11709 src/jZLib/Deflate.java 1529 ControlStatementBraces: This statement should have braces
11710 src/jZLib/Deflate.java 1529 ControlStatementBraces: This statement should have braces
11711 src/jZLib/Deflate.java 1538 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11712 src/jZLib/Deflate.java 1538 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11713 src/jZLib/Deflate.java 1538 LocalVariableCouldBeFinal: Local variable 'adler' could be declared final
11714 src/jZLib/Deflate.java 1538 LocalVariableCouldBeFinal: Local variable 'adler' could be declared final
11715 src/jZLib/Deflate.java 1542 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11716 src/jZLib/Deflate.java 1542 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11717 src/jZLib/Deflate.java 1547 ConfusingTernary: Avoid if (x != y) ..; else ..;
11718 src/jZLib/Deflate.java 1547 ConfusingTernary: Avoid if (x != y) ..; else ..;
11719 src/jZLib/Deflate.java 1556 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11720 src/jZLib/Deflate.java 1556 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11721 src/jZLib/Deflate.java 1566 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11722 src/jZLib/Deflate.java 1566 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11723 src/jZLib/Deflate.java 1572 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11724 src/jZLib/Deflate.java 1572 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11725 src/jZLib/Deflate.java 1577 UselessParentheses: Useless parentheses.
11726 src/jZLib/Deflate.java 1577 UselessParentheses: Useless parentheses.
11727 src/jZLib/Deflate.java 1599 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11728 src/jZLib/Deflate.java 1599 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11729 src/jZLib/Deflate.java 1618 ControlStatementBraces: This statement should have braces
11730 src/jZLib/Deflate.java 1618 ControlStatementBraces: This statement should have braces
11731 src/jZLib/Deflate.java 1625 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11732 src/jZLib/Deflate.java 1625 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11733 src/jZLib/Deflate.java 1630 ControlStatementBraces: This statement should have braces
11734 src/jZLib/Deflate.java 1630 ControlStatementBraces: This statement should have braces
11735 src/jZLib/Deflate.java 1630 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11736 src/jZLib/Deflate.java 1630 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11737 src/jZLib/Deflate.java 1631 ControlStatementBraces: This statement should have braces
11738 src/jZLib/Deflate.java 1631 ControlStatementBraces: This statement should have braces
11739 src/jZLib/Deflate.java 1631 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11740 src/jZLib/Deflate.java 1631 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11741 src/jZLib/Deflate.java 1633 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11742 src/jZLib/Deflate.java 1633 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
11743 src/jZLib/Deflate.java 1634 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11744 src/jZLib/Deflate.java 1634 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11745 src/jZLib/Deflate.java 1634 LocalVariableCouldBeFinal: Local variable 'adler' could be declared final
11746 src/jZLib/Deflate.java 1634 LocalVariableCouldBeFinal: Local variable 'adler' could be declared final
11747 src/jZLib/Deflate.java 1644 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
11748 src/jZLib/Deflate.java 1644 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
11749 src/jZLib/Deflate.java 1648 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11750 src/jZLib/Deflate.java 1648 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11751 src/jZLib/Deflate.java 1648 LocalVariableCouldBeFinal: Local variable 'adler' could be declared final
11752 src/jZLib/Deflate.java 1648 LocalVariableCouldBeFinal: Local variable 'adler' could be declared final
11753 src/jZLib/Deflate.java 1658 ControlStatementBraces: This statement should have braces
11754 src/jZLib/Deflate.java 1658 ControlStatementBraces: This statement should have braces
11755 src/jZLib/Deflate.java 1659 ConfusingTernary: Avoid if (x != y) ..; else ..;
11756 src/jZLib/Deflate.java 1659 ConfusingTernary: Avoid if (x != y) ..; else ..;
11757 src/jZLib/Deflate.java 1662 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflateCopy method if you want a default access modifier
11758 src/jZLib/Deflate.java 1662 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the deflateCopy method if you want a default access modifier
11759 src/jZLib/Deflate.java 1662 DefaultPackage: Use explicit scoping instead of the default package private level
11760 src/jZLib/Deflate.java 1662 DefaultPackage: Use explicit scoping instead of the default package private level
11761 src/jZLib/Deflate.java 1662 MethodArgumentCouldBeFinal: Parameter 'dest' is not assigned and could be declared final
11762 src/jZLib/Deflate.java 1662 MethodArgumentCouldBeFinal: Parameter 'dest' is not assigned and could be declared final
11763 src/jZLib/Deflate.java 1662 MethodArgumentCouldBeFinal: Parameter 'src' is not assigned and could be declared final
11764 src/jZLib/Deflate.java 1662 MethodArgumentCouldBeFinal: Parameter 'src' is not assigned and could be declared final
11765 src/jZLib/Deflate.java 1665 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11766 src/jZLib/Deflate.java 1665 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11767 src/jZLib/Deflate.java 1687 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11768 src/jZLib/Deflate.java 1687 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11769 src/jZLib/Deflate.java 1690 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11770 src/jZLib/Deflate.java 1690 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11771 src/jZLib/Deflate.java 1700 CloneMethodReturnTypeMustMatchClassName: The return type of the clone() method must be the class name when implements Cloneable
11772 src/jZLib/Deflate.java 1700 CloneMethodReturnTypeMustMatchClassName: The return type of the clone() method must be the class name when implements Cloneable
11773 src/jZLib/Deflate.java 1701 LocalVariableCouldBeFinal: Local variable 'dest' could be declared final
11774 src/jZLib/Deflate.java 1701 LocalVariableCouldBeFinal: Local variable 'dest' could be declared final
11775 src/jZLib/Deflate.java 1704 IdempotentOperations: Avoid idempotent operations (like assigning a variable to itself).
11776 src/jZLib/Deflate.java 1704 IdempotentOperations: Avoid idempotent operations (like assigning a variable to itself).
11777 src/jZLib/Deflate.java 1730 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11778 src/jZLib/Deflate.java 1730 LawOfDemeter: Potential violation of Law of Demeter (static property access)
11779 src/jZLib/Deflate.java 1736 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
11780 src/jZLib/Deflate.java 1736 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
11781 src/jZLib/Deflate.java 1737 LocalVariableCouldBeFinal: Local variable 'foo' could be declared final
11782 src/jZLib/Deflate.java 1737 LocalVariableCouldBeFinal: Local variable 'foo' could be declared final
11783 src/jZLib/Deflate.java 1741 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
11784 src/jZLib/Deflate.java 1741 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
11785 src/jZLib/Deflate.java 1741 UseVarargs: Consider using varargs for methods or constructors which take an array the last parameter.
11786 src/jZLib/Deflate.java 1741 UseVarargs: Consider using varargs for methods or constructors which take an array the last parameter.
11787 src/jZLib/Deflate.java 1742 LocalVariableCouldBeFinal: Local variable 'foo' could be declared final
11788 src/jZLib/Deflate.java 1742 LocalVariableCouldBeFinal: Local variable 'foo' could be declared final
11789 src/jZLib/Deflate.java 1746 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
11790 src/jZLib/Deflate.java 1746 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
11791 src/jZLib/Deflate.java 1746 UseVarargs: Consider using varargs for methods or constructors which take an array the last parameter.
11792 src/jZLib/Deflate.java 1746 UseVarargs: Consider using varargs for methods or constructors which take an array the last parameter.
11793 src/jZLib/Deflate.java 1747 LocalVariableCouldBeFinal: Local variable 'foo' could be declared final
11794 src/jZLib/Deflate.java 1747 LocalVariableCouldBeFinal: Local variable 'foo' could be declared final
11795 src/jZLib/Deflate.java 1752 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
11796 src/jZLib/Deflate.java 1752 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
11797 src/jZLib/Deflate.java 1752 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the getGZIPHeader method if you want a default access modifier
11798 src/jZLib/Deflate.java 1752 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the getGZIPHeader method if you want a default access modifier
11799 src/jZLib/Deflate.java 1752 DefaultPackage: Use explicit scoping instead of the default package private level
11800 src/jZLib/Deflate.java 1752 DefaultPackage: Use explicit scoping instead of the default package private level
11801 src/jZLib/Deflater.java 2 CommentSize: Comment is too large: Too many lines
11802 src/jZLib/Deflater.java 2 CommentSize: Comment is too large: Too many lines
11803 src/jZLib/Deflater.java 35 PackageCase: Package name contains upper case characters
11804 src/jZLib/Deflater.java 35 PackageCase: Package name contains upper case characters
11805 src/jZLib/Deflater.java 37 CommentRequired: Class comments are required
11806 src/jZLib/Deflater.java 37 CommentRequired: Class comments are required
11807 src/jZLib/Deflater.java 37 TooManyMethods: This class has too many methods, consider refactoring it.
11808 src/jZLib/Deflater.java 37 TooManyMethods: This class has too many methods, consider refactoring it.
11809 src/jZLib/Deflater.java 39 CommentRequired: Field comments are required
11810 src/jZLib/Deflater.java 39 CommentRequired: Field comments are required
11811 src/jZLib/Deflater.java 40 CommentRequired: Field comments are required
11812 src/jZLib/Deflater.java 40 CommentRequired: Field comments are required
11813 src/jZLib/Deflater.java 40 UnusedPrivateField: Avoid unused private fields such as 'DEF_WBITS'.
11814 src/jZLib/Deflater.java 40 UnusedPrivateField: Avoid unused private fields such as 'DEF_WBITS'.
11815 src/jZLib/Deflater.java 42 CommentRequired: Field comments are required
11816 src/jZLib/Deflater.java 42 CommentRequired: Field comments are required
11817 src/jZLib/Deflater.java 42 UnusedPrivateField: Avoid unused private fields such as 'Z_NO_FLUSH'.
11818 src/jZLib/Deflater.java 42 UnusedPrivateField: Avoid unused private fields such as 'Z_NO_FLUSH'.
11819 src/jZLib/Deflater.java 43 CommentRequired: Field comments are required
11820 src/jZLib/Deflater.java 43 CommentRequired: Field comments are required
11821 src/jZLib/Deflater.java 43 UnusedPrivateField: Avoid unused private fields such as 'Z_PARTIAL_FLUSH'.
11822 src/jZLib/Deflater.java 43 UnusedPrivateField: Avoid unused private fields such as 'Z_PARTIAL_FLUSH'.
11823 src/jZLib/Deflater.java 44 CommentRequired: Field comments are required
11824 src/jZLib/Deflater.java 44 CommentRequired: Field comments are required
11825 src/jZLib/Deflater.java 44 UnusedPrivateField: Avoid unused private fields such as 'Z_SYNC_FLUSH'.
11826 src/jZLib/Deflater.java 44 UnusedPrivateField: Avoid unused private fields such as 'Z_SYNC_FLUSH'.
11827 src/jZLib/Deflater.java 45 CommentRequired: Field comments are required
11828 src/jZLib/Deflater.java 45 CommentRequired: Field comments are required
11829 src/jZLib/Deflater.java 45 UnusedPrivateField: Avoid unused private fields such as 'Z_FULL_FLUSH'.
11830 src/jZLib/Deflater.java 45 UnusedPrivateField: Avoid unused private fields such as 'Z_FULL_FLUSH'.
11831 src/jZLib/Deflater.java 46 CommentRequired: Field comments are required
11832 src/jZLib/Deflater.java 46 CommentRequired: Field comments are required
11833 src/jZLib/Deflater.java 46 UnusedPrivateField: Avoid unused private fields such as 'Z_FINISH'.
11834 src/jZLib/Deflater.java 46 UnusedPrivateField: Avoid unused private fields such as 'Z_FINISH'.
11835 src/jZLib/Deflater.java 48 CommentRequired: Field comments are required
11836 src/jZLib/Deflater.java 48 CommentRequired: Field comments are required
11837 src/jZLib/Deflater.java 48 UnusedPrivateField: Avoid unused private fields such as 'MAX_MEM_LEVEL'.
11838 src/jZLib/Deflater.java 48 UnusedPrivateField: Avoid unused private fields such as 'MAX_MEM_LEVEL'.
11839 src/jZLib/Deflater.java 50 CommentRequired: Field comments are required
11840 src/jZLib/Deflater.java 50 CommentRequired: Field comments are required
11841 src/jZLib/Deflater.java 51 CommentRequired: Field comments are required
11842 src/jZLib/Deflater.java 51 CommentRequired: Field comments are required
11843 src/jZLib/Deflater.java 52 CommentRequired: Field comments are required
11844 src/jZLib/Deflater.java 52 CommentRequired: Field comments are required
11845 src/jZLib/Deflater.java 52 UnusedPrivateField: Avoid unused private fields such as 'Z_NEED_DICT'.
11846 src/jZLib/Deflater.java 52 UnusedPrivateField: Avoid unused private fields such as 'Z_NEED_DICT'.
11847 src/jZLib/Deflater.java 53 CommentRequired: Field comments are required
11848 src/jZLib/Deflater.java 53 CommentRequired: Field comments are required
11849 src/jZLib/Deflater.java 53 UnusedPrivateField: Avoid unused private fields such as 'Z_ERRNO'.
11850 src/jZLib/Deflater.java 53 UnusedPrivateField: Avoid unused private fields such as 'Z_ERRNO'.
11851 src/jZLib/Deflater.java 54 CommentRequired: Field comments are required
11852 src/jZLib/Deflater.java 54 CommentRequired: Field comments are required
11853 src/jZLib/Deflater.java 55 CommentRequired: Field comments are required
11854 src/jZLib/Deflater.java 55 CommentRequired: Field comments are required
11855 src/jZLib/Deflater.java 55 UnusedPrivateField: Avoid unused private fields such as 'Z_DATA_ERROR'.
11856 src/jZLib/Deflater.java 55 UnusedPrivateField: Avoid unused private fields such as 'Z_DATA_ERROR'.
11857 src/jZLib/Deflater.java 56 CommentRequired: Field comments are required
11858 src/jZLib/Deflater.java 56 CommentRequired: Field comments are required
11859 src/jZLib/Deflater.java 56 UnusedPrivateField: Avoid unused private fields such as 'Z_MEM_ERROR'.
11860 src/jZLib/Deflater.java 56 UnusedPrivateField: Avoid unused private fields such as 'Z_MEM_ERROR'.
11861 src/jZLib/Deflater.java 57 CommentRequired: Field comments are required
11862 src/jZLib/Deflater.java 57 CommentRequired: Field comments are required
11863 src/jZLib/Deflater.java 57 UnusedPrivateField: Avoid unused private fields such as 'Z_BUF_ERROR'.
11864 src/jZLib/Deflater.java 57 UnusedPrivateField: Avoid unused private fields such as 'Z_BUF_ERROR'.
11865 src/jZLib/Deflater.java 58 CommentRequired: Field comments are required
11866 src/jZLib/Deflater.java 58 CommentRequired: Field comments are required
11867 src/jZLib/Deflater.java 58 UnusedPrivateField: Avoid unused private fields such as 'Z_VERSION_ERROR'.
11868 src/jZLib/Deflater.java 58 UnusedPrivateField: Avoid unused private fields such as 'Z_VERSION_ERROR'.
11869 src/jZLib/Deflater.java 60 AvoidFieldNameMatchingMethodName: Field finished has the same name as a method
11870 src/jZLib/Deflater.java 60 AvoidFieldNameMatchingMethodName: Field finished has the same name as a method
11871 src/jZLib/Deflater.java 60 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
11872 src/jZLib/Deflater.java 60 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
11873 src/jZLib/Deflater.java 60 CommentRequired: Field comments are required
11874 src/jZLib/Deflater.java 60 CommentRequired: Field comments are required
11875 src/jZLib/Deflater.java 60 RedundantFieldInitializer: Avoid using redundant field initializer for 'finished'
11876 src/jZLib/Deflater.java 60 RedundantFieldInitializer: Avoid using redundant field initializer for 'finished'
11877 src/jZLib/Deflater.java 62 CommentRequired: Public method and constructor comments are required
11878 src/jZLib/Deflater.java 62 CommentRequired: Public method and constructor comments are required
11879 src/jZLib/Deflater.java 66 CommentRequired: Public method and constructor comments are required
11880 src/jZLib/Deflater.java 66 CommentRequired: Public method and constructor comments are required
11881 src/jZLib/Deflater.java 66 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11882 src/jZLib/Deflater.java 66 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11883 src/jZLib/Deflater.java 70 CommentRequired: Public method and constructor comments are required
11884 src/jZLib/Deflater.java 70 CommentRequired: Public method and constructor comments are required
11885 src/jZLib/Deflater.java 70 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11886 src/jZLib/Deflater.java 70 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11887 src/jZLib/Deflater.java 70 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
11888 src/jZLib/Deflater.java 70 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
11889 src/jZLib/Deflater.java 74 CommentRequired: Public method and constructor comments are required
11890 src/jZLib/Deflater.java 74 CommentRequired: Public method and constructor comments are required
11891 src/jZLib/Deflater.java 74 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11892 src/jZLib/Deflater.java 74 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11893 src/jZLib/Deflater.java 74 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11894 src/jZLib/Deflater.java 74 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11895 src/jZLib/Deflater.java 78 CommentRequired: Public method and constructor comments are required
11896 src/jZLib/Deflater.java 78 CommentRequired: Public method and constructor comments are required
11897 src/jZLib/Deflater.java 78 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11898 src/jZLib/Deflater.java 78 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11899 src/jZLib/Deflater.java 78 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11900 src/jZLib/Deflater.java 78 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11901 src/jZLib/Deflater.java 78 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
11902 src/jZLib/Deflater.java 78 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
11903 src/jZLib/Deflater.java 80 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
11904 src/jZLib/Deflater.java 80 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
11905 src/jZLib/Deflater.java 82 ControlStatementBraces: This statement should have braces
11906 src/jZLib/Deflater.java 82 ControlStatementBraces: This statement should have braces
11907 src/jZLib/Deflater.java 85 CommentRequired: Public method and constructor comments are required
11908 src/jZLib/Deflater.java 85 CommentRequired: Public method and constructor comments are required
11909 src/jZLib/Deflater.java 85 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11910 src/jZLib/Deflater.java 85 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11911 src/jZLib/Deflater.java 85 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11912 src/jZLib/Deflater.java 85 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11913 src/jZLib/Deflater.java 85 MethodArgumentCouldBeFinal: Parameter 'memlevel' is not assigned and could be declared final
11914 src/jZLib/Deflater.java 85 MethodArgumentCouldBeFinal: Parameter 'memlevel' is not assigned and could be declared final
11915 src/jZLib/Deflater.java 85 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
11916 src/jZLib/Deflater.java 85 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
11917 src/jZLib/Deflater.java 87 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
11918 src/jZLib/Deflater.java 87 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
11919 src/jZLib/Deflater.java 89 ControlStatementBraces: This statement should have braces
11920 src/jZLib/Deflater.java 89 ControlStatementBraces: This statement should have braces
11921 src/jZLib/Deflater.java 92 CommentRequired: Public method and constructor comments are required
11922 src/jZLib/Deflater.java 92 CommentRequired: Public method and constructor comments are required
11923 src/jZLib/Deflater.java 92 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11924 src/jZLib/Deflater.java 92 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11925 src/jZLib/Deflater.java 92 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11926 src/jZLib/Deflater.java 92 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11927 src/jZLib/Deflater.java 92 MethodArgumentCouldBeFinal: Parameter 'memlevel' is not assigned and could be declared final
11928 src/jZLib/Deflater.java 92 MethodArgumentCouldBeFinal: Parameter 'memlevel' is not assigned and could be declared final
11929 src/jZLib/Deflater.java 94 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
11930 src/jZLib/Deflater.java 94 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
11931 src/jZLib/Deflater.java 96 ControlStatementBraces: This statement should have braces
11932 src/jZLib/Deflater.java 96 ControlStatementBraces: This statement should have braces
11933 src/jZLib/Deflater.java 99 CommentRequired: Public method and constructor comments are required
11934 src/jZLib/Deflater.java 99 CommentRequired: Public method and constructor comments are required
11935 src/jZLib/Deflater.java 99 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11936 src/jZLib/Deflater.java 99 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11937 src/jZLib/Deflater.java 102 CommentRequired: Public method and constructor comments are required
11938 src/jZLib/Deflater.java 102 CommentRequired: Public method and constructor comments are required
11939 src/jZLib/Deflater.java 102 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11940 src/jZLib/Deflater.java 102 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11941 src/jZLib/Deflater.java 102 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
11942 src/jZLib/Deflater.java 102 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
11943 src/jZLib/Deflater.java 105 CommentRequired: Public method and constructor comments are required
11944 src/jZLib/Deflater.java 105 CommentRequired: Public method and constructor comments are required
11945 src/jZLib/Deflater.java 105 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11946 src/jZLib/Deflater.java 105 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11947 src/jZLib/Deflater.java 105 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11948 src/jZLib/Deflater.java 105 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11949 src/jZLib/Deflater.java 108 CommentRequired: Public method and constructor comments are required
11950 src/jZLib/Deflater.java 108 CommentRequired: Public method and constructor comments are required
11951 src/jZLib/Deflater.java 108 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11952 src/jZLib/Deflater.java 108 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11953 src/jZLib/Deflater.java 108 MethodArgumentCouldBeFinal: Parameter 'memlevel' is not assigned and could be declared final
11954 src/jZLib/Deflater.java 108 MethodArgumentCouldBeFinal: Parameter 'memlevel' is not assigned and could be declared final
11955 src/jZLib/Deflater.java 108 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
11956 src/jZLib/Deflater.java 108 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
11957 src/jZLib/Deflater.java 110 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11958 src/jZLib/Deflater.java 110 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11959 src/jZLib/Deflater.java 113 AvoidReassigningParameters: Avoid reassigning parameters such as 'bits'
11960 src/jZLib/Deflater.java 113 AvoidReassigningParameters: Avoid reassigning parameters such as 'bits'
11961 src/jZLib/Deflater.java 119 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11962 src/jZLib/Deflater.java 119 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11963 src/jZLib/Deflater.java 121 EmptyControlStatement: Empty if statement
11964 src/jZLib/Deflater.java 121 EmptyControlStatement: Empty if statement
11965 src/jZLib/Deflater.java 125 CommentRequired: Public method and constructor comments are required
11966 src/jZLib/Deflater.java 125 CommentRequired: Public method and constructor comments are required
11967 src/jZLib/Deflater.java 125 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11968 src/jZLib/Deflater.java 125 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11969 src/jZLib/Deflater.java 125 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11970 src/jZLib/Deflater.java 125 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11971 src/jZLib/Deflater.java 125 MethodArgumentCouldBeFinal: Parameter 'memlevel' is not assigned and could be declared final
11972 src/jZLib/Deflater.java 125 MethodArgumentCouldBeFinal: Parameter 'memlevel' is not assigned and could be declared final
11973 src/jZLib/Deflater.java 130 CommentRequired: Public method and constructor comments are required
11974 src/jZLib/Deflater.java 130 CommentRequired: Public method and constructor comments are required
11975 src/jZLib/Deflater.java 130 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11976 src/jZLib/Deflater.java 130 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
11977 src/jZLib/Deflater.java 130 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11978 src/jZLib/Deflater.java 130 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
11979 src/jZLib/Deflater.java 130 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
11980 src/jZLib/Deflater.java 130 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
11981 src/jZLib/Deflater.java 137 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
11982 src/jZLib/Deflater.java 137 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
11983 src/jZLib/Deflater.java 139 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11984 src/jZLib/Deflater.java 139 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11985 src/jZLib/Deflater.java 141 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
11986 src/jZLib/Deflater.java 141 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
11987 src/jZLib/Deflater.java 143 ControlStatementBraces: This statement should have braces
11988 src/jZLib/Deflater.java 143 ControlStatementBraces: This statement should have braces
11989 src/jZLib/Deflater.java 149 ControlStatementBraces: This statement should have braces
11990 src/jZLib/Deflater.java 149 ControlStatementBraces: This statement should have braces
11991 src/jZLib/Deflater.java 149 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11992 src/jZLib/Deflater.java 149 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
11993 src/jZLib/Deflater.java 150 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
11994 src/jZLib/Deflater.java 150 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
11995 src/jZLib/Deflater.java 151 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
11996 src/jZLib/Deflater.java 151 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
11997 src/jZLib/Deflater.java 155 CommentRequired: Public method and constructor comments are required
11998 src/jZLib/Deflater.java 155 CommentRequired: Public method and constructor comments are required
11999 src/jZLib/Deflater.java 155 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
12000 src/jZLib/Deflater.java 155 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
12001 src/jZLib/Deflater.java 155 MethodArgumentCouldBeFinal: Parameter 'strategy' is not assigned and could be declared final
12002 src/jZLib/Deflater.java 155 MethodArgumentCouldBeFinal: Parameter 'strategy' is not assigned and could be declared final
12003 src/jZLib/Deflater.java 156 ControlStatementBraces: This statement should have braces
12004 src/jZLib/Deflater.java 156 ControlStatementBraces: This statement should have braces
12005 src/jZLib/Deflater.java 156 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12006 src/jZLib/Deflater.java 156 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12007 src/jZLib/Deflater.java 159 CommentRequired: Public method and constructor comments are required
12008 src/jZLib/Deflater.java 159 CommentRequired: Public method and constructor comments are required
12009 src/jZLib/Deflater.java 159 LinguisticNaming: Linguistics Antipattern - The setter 'setDictionary' should not return any type except void linguistically
12010 src/jZLib/Deflater.java 159 LinguisticNaming: Linguistics Antipattern - The setter 'setDictionary' should not return any type except void linguistically
12011 src/jZLib/Deflater.java 159 MethodArgumentCouldBeFinal: Parameter 'dictLength' is not assigned and could be declared final
12012 src/jZLib/Deflater.java 159 MethodArgumentCouldBeFinal: Parameter 'dictLength' is not assigned and could be declared final
12013 src/jZLib/Deflater.java 159 MethodArgumentCouldBeFinal: Parameter 'dictionary' is not assigned and could be declared final
12014 src/jZLib/Deflater.java 159 MethodArgumentCouldBeFinal: Parameter 'dictionary' is not assigned and could be declared final
12015 src/jZLib/Deflater.java 161 ControlStatementBraces: This statement should have braces
12016 src/jZLib/Deflater.java 161 ControlStatementBraces: This statement should have braces
12017 src/jZLib/Deflater.java 161 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12018 src/jZLib/Deflater.java 161 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12019 src/jZLib/Deflater.java 170 CommentRequired: Public method and constructor comments are required
12020 src/jZLib/Deflater.java 170 CommentRequired: Public method and constructor comments are required
12021 src/jZLib/Deflater.java 170 MethodArgumentCouldBeFinal: Parameter 'src' is not assigned and could be declared final
12022 src/jZLib/Deflater.java 170 MethodArgumentCouldBeFinal: Parameter 'src' is not assigned and could be declared final
12023 src/jZLib/DeflaterOutputStream.java 2 CommentSize: Comment is too large: Too many lines
12024 src/jZLib/DeflaterOutputStream.java 2 CommentSize: Comment is too large: Too many lines
12025 src/jZLib/DeflaterOutputStream.java 30 PackageCase: Package name contains upper case characters
12026 src/jZLib/DeflaterOutputStream.java 30 PackageCase: Package name contains upper case characters
12027 src/jZLib/DeflaterOutputStream.java 33 CommentRequired: Class comments are required
12028 src/jZLib/DeflaterOutputStream.java 33 CommentRequired: Class comments are required
12029 src/jZLib/DeflaterOutputStream.java 35 CommentRequired: Field comments are required
12030 src/jZLib/DeflaterOutputStream.java 35 CommentRequired: Field comments are required
12031 src/jZLib/DeflaterOutputStream.java 37 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12032 src/jZLib/DeflaterOutputStream.java 37 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12033 src/jZLib/DeflaterOutputStream.java 37 CommentRequired: Field comments are required
12034 src/jZLib/DeflaterOutputStream.java 37 CommentRequired: Field comments are required
12035 src/jZLib/DeflaterOutputStream.java 39 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12036 src/jZLib/DeflaterOutputStream.java 39 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12037 src/jZLib/DeflaterOutputStream.java 39 CommentRequired: Field comments are required
12038 src/jZLib/DeflaterOutputStream.java 39 CommentRequired: Field comments are required
12039 src/jZLib/DeflaterOutputStream.java 39 RedundantFieldInitializer: Avoid using redundant field initializer for 'closed'
12040 src/jZLib/DeflaterOutputStream.java 39 RedundantFieldInitializer: Avoid using redundant field initializer for 'closed'
12041 src/jZLib/DeflaterOutputStream.java 41 CommentRequired: Field comments are required
12042 src/jZLib/DeflaterOutputStream.java 41 CommentRequired: Field comments are required
12043 src/jZLib/DeflaterOutputStream.java 41 RedundantFieldInitializer: Avoid using redundant field initializer for 'syncFlush'
12044 src/jZLib/DeflaterOutputStream.java 41 RedundantFieldInitializer: Avoid using redundant field initializer for 'syncFlush'
12045 src/jZLib/DeflaterOutputStream.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12046 src/jZLib/DeflaterOutputStream.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12047 src/jZLib/DeflaterOutputStream.java 43 CommentRequired: Field comments are required
12048 src/jZLib/DeflaterOutputStream.java 43 CommentRequired: Field comments are required
12049 src/jZLib/DeflaterOutputStream.java 43 SingularField: Perhaps 'buf1' could be replaced by a local variable.
12050 src/jZLib/DeflaterOutputStream.java 43 SingularField: Perhaps 'buf1' could be replaced by a local variable.
12051 src/jZLib/DeflaterOutputStream.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12052 src/jZLib/DeflaterOutputStream.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12053 src/jZLib/DeflaterOutputStream.java 45 CommentRequired: Field comments are required
12054 src/jZLib/DeflaterOutputStream.java 45 CommentRequired: Field comments are required
12055 src/jZLib/DeflaterOutputStream.java 45 RedundantFieldInitializer: Avoid using redundant field initializer for 'mydeflater'
12056 src/jZLib/DeflaterOutputStream.java 45 RedundantFieldInitializer: Avoid using redundant field initializer for 'mydeflater'
12057 src/jZLib/DeflaterOutputStream.java 47 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12058 src/jZLib/DeflaterOutputStream.java 47 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12059 src/jZLib/DeflaterOutputStream.java 47 CommentRequired: Field comments are required
12060 src/jZLib/DeflaterOutputStream.java 47 CommentRequired: Field comments are required
12061 src/jZLib/DeflaterOutputStream.java 47 ImmutableField: Private field 'close_out' could be made final; it is only initialized in the declaration or constructor.
12062 src/jZLib/DeflaterOutputStream.java 47 ImmutableField: Private field 'close_out' could be made final; it is only initialized in the declaration or constructor.
12063 src/jZLib/DeflaterOutputStream.java 49 CommentRequired: Field comments are required
12064 src/jZLib/DeflaterOutputStream.java 49 CommentRequired: Field comments are required
12065 src/jZLib/DeflaterOutputStream.java 51 CommentRequired: Public method and constructor comments are required
12066 src/jZLib/DeflaterOutputStream.java 51 CommentRequired: Public method and constructor comments are required
12067 src/jZLib/DeflaterOutputStream.java 51 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
12068 src/jZLib/DeflaterOutputStream.java 51 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
12069 src/jZLib/DeflaterOutputStream.java 58 CommentRequired: Public method and constructor comments are required
12070 src/jZLib/DeflaterOutputStream.java 58 CommentRequired: Public method and constructor comments are required
12071 src/jZLib/DeflaterOutputStream.java 58 MethodArgumentCouldBeFinal: Parameter 'def' is not assigned and could be declared final
12072 src/jZLib/DeflaterOutputStream.java 58 MethodArgumentCouldBeFinal: Parameter 'def' is not assigned and could be declared final
12073 src/jZLib/DeflaterOutputStream.java 58 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
12074 src/jZLib/DeflaterOutputStream.java 58 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
12075 src/jZLib/DeflaterOutputStream.java 62 CommentRequired: Public method and constructor comments are required
12076 src/jZLib/DeflaterOutputStream.java 62 CommentRequired: Public method and constructor comments are required
12077 src/jZLib/DeflaterOutputStream.java 62 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
12078 src/jZLib/DeflaterOutputStream.java 62 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
12079 src/jZLib/DeflaterOutputStream.java 63 MethodArgumentCouldBeFinal: Parameter 'deflater' is not assigned and could be declared final
12080 src/jZLib/DeflaterOutputStream.java 63 MethodArgumentCouldBeFinal: Parameter 'deflater' is not assigned and could be declared final
12081 src/jZLib/DeflaterOutputStream.java 64 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
12082 src/jZLib/DeflaterOutputStream.java 64 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
12083 src/jZLib/DeflaterOutputStream.java 67 CommentRequired: Public method and constructor comments are required
12084 src/jZLib/DeflaterOutputStream.java 67 CommentRequired: Public method and constructor comments are required
12085 src/jZLib/DeflaterOutputStream.java 67 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
12086 src/jZLib/DeflaterOutputStream.java 67 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
12087 src/jZLib/DeflaterOutputStream.java 68 MethodArgumentCouldBeFinal: Parameter 'deflater' is not assigned and could be declared final
12088 src/jZLib/DeflaterOutputStream.java 68 MethodArgumentCouldBeFinal: Parameter 'deflater' is not assigned and could be declared final
12089 src/jZLib/DeflaterOutputStream.java 69 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
12090 src/jZLib/DeflaterOutputStream.java 69 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
12091 src/jZLib/DeflaterOutputStream.java 70 MethodArgumentCouldBeFinal: Parameter 'close_out' is not assigned and could be declared final
12092 src/jZLib/DeflaterOutputStream.java 70 MethodArgumentCouldBeFinal: Parameter 'close_out' is not assigned and could be declared final
12093 src/jZLib/DeflaterOutputStream.java 73 AvoidThrowingNullPointerException: Avoid throwing null pointer exceptions.
12094 src/jZLib/DeflaterOutputStream.java 73 AvoidThrowingNullPointerException: Avoid throwing null pointer exceptions.
12095 src/jZLib/DeflaterOutputStream.java 84 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
12096 src/jZLib/DeflaterOutputStream.java 84 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
12097 src/jZLib/DeflaterOutputStream.java 84 ShortVariable: Avoid variables with short names like b
12098 src/jZLib/DeflaterOutputStream.java 84 ShortVariable: Avoid variables with short names like b
12099 src/jZLib/DeflaterOutputStream.java 90 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
12100 src/jZLib/DeflaterOutputStream.java 90 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
12101 src/jZLib/DeflaterOutputStream.java 90 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
12102 src/jZLib/DeflaterOutputStream.java 90 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
12103 src/jZLib/DeflaterOutputStream.java 90 MethodArgumentCouldBeFinal: Parameter 'off' is not assigned and could be declared final
12104 src/jZLib/DeflaterOutputStream.java 90 MethodArgumentCouldBeFinal: Parameter 'off' is not assigned and could be declared final
12105 src/jZLib/DeflaterOutputStream.java 90 ShortVariable: Avoid variables with short names like b
12106 src/jZLib/DeflaterOutputStream.java 90 ShortVariable: Avoid variables with short names like b
12107 src/jZLib/DeflaterOutputStream.java 101 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'flush' (lines '101'-'109').
12108 src/jZLib/DeflaterOutputStream.java 101 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'flush' (lines '101'-'109').
12109 src/jZLib/DeflaterOutputStream.java 101 LocalVariableCouldBeFinal: Local variable 'flush' could be declared final
12110 src/jZLib/DeflaterOutputStream.java 101 LocalVariableCouldBeFinal: Local variable 'flush' could be declared final
12111 src/jZLib/DeflaterOutputStream.java 104 LocalVariableCouldBeFinal: Local variable 'err' could be declared final
12112 src/jZLib/DeflaterOutputStream.java 104 LocalVariableCouldBeFinal: Local variable 'err' could be declared final
12113 src/jZLib/DeflaterOutputStream.java 106 ControlStatementBraces: This statement should have braces
12114 src/jZLib/DeflaterOutputStream.java 106 ControlStatementBraces: This statement should have braces
12115 src/jZLib/DeflaterOutputStream.java 111 CommentRequired: Public method and constructor comments are required
12116 src/jZLib/DeflaterOutputStream.java 111 CommentRequired: Public method and constructor comments are required
12117 src/jZLib/DeflaterOutputStream.java 125 ControlStatementBraces: This statement should have braces
12118 src/jZLib/DeflaterOutputStream.java 125 ControlStatementBraces: This statement should have braces
12119 src/jZLib/DeflaterOutputStream.java 130 CommentRequired: Protected method constructor comments are required
12120 src/jZLib/DeflaterOutputStream.java 130 CommentRequired: Protected method constructor comments are required
12121 src/jZLib/DeflaterOutputStream.java 130 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
12122 src/jZLib/DeflaterOutputStream.java 130 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
12123 src/jZLib/DeflaterOutputStream.java 132 LocalVariableCouldBeFinal: Local variable 'err' could be declared final
12124 src/jZLib/DeflaterOutputStream.java 132 LocalVariableCouldBeFinal: Local variable 'err' could be declared final
12125 src/jZLib/DeflaterOutputStream.java 145 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
12126 src/jZLib/DeflaterOutputStream.java 145 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
12127 src/jZLib/DeflaterOutputStream.java 156 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'err' (lines '156'-'164').
12128 src/jZLib/DeflaterOutputStream.java 156 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'err' (lines '156'-'164').
12129 src/jZLib/DeflaterOutputStream.java 156 LocalVariableCouldBeFinal: Local variable 'err' could be declared final
12130 src/jZLib/DeflaterOutputStream.java 156 LocalVariableCouldBeFinal: Local variable 'err' could be declared final
12131 src/jZLib/DeflaterOutputStream.java 158 ControlStatementBraces: This statement should have braces
12132 src/jZLib/DeflaterOutputStream.java 158 ControlStatementBraces: This statement should have braces
12133 src/jZLib/DeflaterOutputStream.java 160 ControlStatementBraces: This statement should have braces
12134 src/jZLib/DeflaterOutputStream.java 160 ControlStatementBraces: This statement should have braces
12135 src/jZLib/DeflaterOutputStream.java 166 CommentRequired: Public method and constructor comments are required
12136 src/jZLib/DeflaterOutputStream.java 166 CommentRequired: Public method and constructor comments are required
12137 src/jZLib/DeflaterOutputStream.java 170 CommentRequired: Public method and constructor comments are required
12138 src/jZLib/DeflaterOutputStream.java 170 CommentRequired: Public method and constructor comments are required
12139 src/jZLib/DeflaterOutputStream.java 174 MethodArgumentCouldBeFinal: Parameter 'syncFlush' is not assigned and could be declared final
12140 src/jZLib/DeflaterOutputStream.java 174 MethodArgumentCouldBeFinal: Parameter 'syncFlush' is not assigned and could be declared final
12141 src/jZLib/DeflaterOutputStream.java 178 BooleanGetMethodName: A getX() method which returns a boolean should be named isX()
12142 src/jZLib/DeflaterOutputStream.java 178 BooleanGetMethodName: A getX() method which returns a boolean should be named isX()
12143 src/jZLib/GZIPException.java 2 CommentSize: Comment is too large: Too many lines
12144 src/jZLib/GZIPException.java 2 CommentSize: Comment is too large: Too many lines
12145 src/jZLib/GZIPException.java 35 PackageCase: Package name contains upper case characters
12146 src/jZLib/GZIPException.java 35 PackageCase: Package name contains upper case characters
12147 src/jZLib/GZIPException.java 37 CommentRequired: Class comments are required
12148 src/jZLib/GZIPException.java 37 CommentRequired: Class comments are required
12149 src/jZLib/GZIPException.java 37 MissingSerialVersionUID: Classes implementing Serializable should set a serialVersionUID
12150 src/jZLib/GZIPException.java 37 MissingSerialVersionUID: Classes implementing Serializable should set a serialVersionUID
12151 src/jZLib/GZIPException.java 38 CommentRequired: Public method and constructor comments are required
12152 src/jZLib/GZIPException.java 38 CommentRequired: Public method and constructor comments are required
12153 src/jZLib/GZIPException.java 41 CommentRequired: Public method and constructor comments are required
12154 src/jZLib/GZIPException.java 41 CommentRequired: Public method and constructor comments are required
12155 src/jZLib/GZIPException.java 41 MethodArgumentCouldBeFinal: Parameter 's' is not assigned and could be declared final
12156 src/jZLib/GZIPException.java 41 MethodArgumentCouldBeFinal: Parameter 's' is not assigned and could be declared final
12157 src/jZLib/GZIPException.java 41 ShortVariable: Avoid variables with short names like s
12158 src/jZLib/GZIPException.java 41 ShortVariable: Avoid variables with short names like s
12159 src/jZLib/GZIPHeader.java 2 CommentSize: Comment is too large: Too many lines
12160 src/jZLib/GZIPHeader.java 2 CommentSize: Comment is too large: Too many lines
12161 src/jZLib/GZIPHeader.java 35 PackageCase: Package name contains upper case characters
12162 src/jZLib/GZIPHeader.java 35 PackageCase: Package name contains upper case characters
12163 src/jZLib/GZIPHeader.java 42 AtLeastOneConstructor: Each class should declare at least one constructor
12164 src/jZLib/GZIPHeader.java 42 AtLeastOneConstructor: Each class should declare at least one constructor
12165 src/jZLib/GZIPHeader.java 42 DataClass: The class 'GZIPHeader' is suspected to be a Data Class (WOC=27.273%, NOPA=15, NOAM=8, WMC=39)
12166 src/jZLib/GZIPHeader.java 42 DataClass: The class 'GZIPHeader' is suspected to be a Data Class (WOC=27.273%, NOPA=15, NOAM=8, WMC=39)
12167 src/jZLib/GZIPHeader.java 42 ModifiedCyclomaticComplexity: The class 'GZIPHeader' has a Modified Cyclomatic Complexity of 3 (Highest = 11).
12168 src/jZLib/GZIPHeader.java 42 ModifiedCyclomaticComplexity: The class 'GZIPHeader' has a Modified Cyclomatic Complexity of 3 (Highest = 11).
12169 src/jZLib/GZIPHeader.java 44 CommentRequired: Field comments are required
12170 src/jZLib/GZIPHeader.java 44 CommentRequired: Field comments are required
12171 src/jZLib/GZIPHeader.java 45 CommentRequired: Field comments are required
12172 src/jZLib/GZIPHeader.java 45 CommentRequired: Field comments are required
12173 src/jZLib/GZIPHeader.java 46 CommentRequired: Field comments are required
12174 src/jZLib/GZIPHeader.java 46 CommentRequired: Field comments are required
12175 src/jZLib/GZIPHeader.java 47 CommentRequired: Field comments are required
12176 src/jZLib/GZIPHeader.java 47 CommentRequired: Field comments are required
12177 src/jZLib/GZIPHeader.java 48 CommentRequired: Field comments are required
12178 src/jZLib/GZIPHeader.java 48 CommentRequired: Field comments are required
12179 src/jZLib/GZIPHeader.java 49 CommentRequired: Field comments are required
12180 src/jZLib/GZIPHeader.java 49 CommentRequired: Field comments are required
12181 src/jZLib/GZIPHeader.java 50 CommentRequired: Field comments are required
12182 src/jZLib/GZIPHeader.java 50 CommentRequired: Field comments are required
12183 src/jZLib/GZIPHeader.java 51 CommentRequired: Field comments are required
12184 src/jZLib/GZIPHeader.java 51 CommentRequired: Field comments are required
12185 src/jZLib/GZIPHeader.java 52 CommentRequired: Field comments are required
12186 src/jZLib/GZIPHeader.java 52 CommentRequired: Field comments are required
12187 src/jZLib/GZIPHeader.java 53 CommentRequired: Field comments are required
12188 src/jZLib/GZIPHeader.java 53 CommentRequired: Field comments are required
12189 src/jZLib/GZIPHeader.java 54 CommentRequired: Field comments are required
12190 src/jZLib/GZIPHeader.java 54 CommentRequired: Field comments are required
12191 src/jZLib/GZIPHeader.java 55 CommentRequired: Field comments are required
12192 src/jZLib/GZIPHeader.java 55 CommentRequired: Field comments are required
12193 src/jZLib/GZIPHeader.java 56 CommentRequired: Field comments are required
12194 src/jZLib/GZIPHeader.java 56 CommentRequired: Field comments are required
12195 src/jZLib/GZIPHeader.java 57 CommentRequired: Field comments are required
12196 src/jZLib/GZIPHeader.java 57 CommentRequired: Field comments are required
12197 src/jZLib/GZIPHeader.java 58 CommentRequired: Field comments are required
12198 src/jZLib/GZIPHeader.java 58 CommentRequired: Field comments are required
12199 src/jZLib/GZIPHeader.java 60 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12200 src/jZLib/GZIPHeader.java 60 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12201 src/jZLib/GZIPHeader.java 60 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the text field if you want a default access modifier
12202 src/jZLib/GZIPHeader.java 60 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the text field if you want a default access modifier
12203 src/jZLib/GZIPHeader.java 60 CommentRequired: Field comments are required
12204 src/jZLib/GZIPHeader.java 60 CommentRequired: Field comments are required
12205 src/jZLib/GZIPHeader.java 60 DefaultPackage: Use explicit scoping instead of the default package private level
12206 src/jZLib/GZIPHeader.java 60 DefaultPackage: Use explicit scoping instead of the default package private level
12207 src/jZLib/GZIPHeader.java 60 RedundantFieldInitializer: Avoid using redundant field initializer for 'text'
12208 src/jZLib/GZIPHeader.java 60 RedundantFieldInitializer: Avoid using redundant field initializer for 'text'
12209 src/jZLib/GZIPHeader.java 61 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12210 src/jZLib/GZIPHeader.java 61 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12211 src/jZLib/GZIPHeader.java 61 CommentRequired: Field comments are required
12212 src/jZLib/GZIPHeader.java 61 CommentRequired: Field comments are required
12213 src/jZLib/GZIPHeader.java 61 ImmutableField: Private field 'fhcrc' could be made final; it is only initialized in the declaration or constructor.
12214 src/jZLib/GZIPHeader.java 61 ImmutableField: Private field 'fhcrc' could be made final; it is only initialized in the declaration or constructor.
12215 src/jZLib/GZIPHeader.java 61 RedundantFieldInitializer: Avoid using redundant field initializer for 'fhcrc'
12216 src/jZLib/GZIPHeader.java 61 RedundantFieldInitializer: Avoid using redundant field initializer for 'fhcrc'
12217 src/jZLib/GZIPHeader.java 62 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the time field if you want a default access modifier
12218 src/jZLib/GZIPHeader.java 62 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the time field if you want a default access modifier
12219 src/jZLib/GZIPHeader.java 62 CommentRequired: Field comments are required
12220 src/jZLib/GZIPHeader.java 62 CommentRequired: Field comments are required
12221 src/jZLib/GZIPHeader.java 62 DefaultPackage: Use explicit scoping instead of the default package private level
12222 src/jZLib/GZIPHeader.java 62 DefaultPackage: Use explicit scoping instead of the default package private level
12223 src/jZLib/GZIPHeader.java 63 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the xflags field if you want a default access modifier
12224 src/jZLib/GZIPHeader.java 63 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the xflags field if you want a default access modifier
12225 src/jZLib/GZIPHeader.java 63 CommentRequired: Field comments are required
12226 src/jZLib/GZIPHeader.java 63 CommentRequired: Field comments are required
12227 src/jZLib/GZIPHeader.java 63 DefaultPackage: Use explicit scoping instead of the default package private level
12228 src/jZLib/GZIPHeader.java 63 DefaultPackage: Use explicit scoping instead of the default package private level
12229 src/jZLib/GZIPHeader.java 64 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12230 src/jZLib/GZIPHeader.java 64 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12231 src/jZLib/GZIPHeader.java 64 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the os field if you want a default access modifier
12232 src/jZLib/GZIPHeader.java 64 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the os field if you want a default access modifier
12233 src/jZLib/GZIPHeader.java 64 CommentRequired: Field comments are required
12234 src/jZLib/GZIPHeader.java 64 CommentRequired: Field comments are required
12235 src/jZLib/GZIPHeader.java 64 DefaultPackage: Use explicit scoping instead of the default package private level
12236 src/jZLib/GZIPHeader.java 64 DefaultPackage: Use explicit scoping instead of the default package private level
12237 src/jZLib/GZIPHeader.java 64 ShortVariable: Avoid variables with short names like os
12238 src/jZLib/GZIPHeader.java 64 ShortVariable: Avoid variables with short names like os
12239 src/jZLib/GZIPHeader.java 65 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12240 src/jZLib/GZIPHeader.java 65 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12241 src/jZLib/GZIPHeader.java 65 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the extra field if you want a default access modifier
12242 src/jZLib/GZIPHeader.java 65 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the extra field if you want a default access modifier
12243 src/jZLib/GZIPHeader.java 65 CommentRequired: Field comments are required
12244 src/jZLib/GZIPHeader.java 65 CommentRequired: Field comments are required
12245 src/jZLib/GZIPHeader.java 65 DefaultPackage: Use explicit scoping instead of the default package private level
12246 src/jZLib/GZIPHeader.java 65 DefaultPackage: Use explicit scoping instead of the default package private level
12247 src/jZLib/GZIPHeader.java 66 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the name field if you want a default access modifier
12248 src/jZLib/GZIPHeader.java 66 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the name field if you want a default access modifier
12249 src/jZLib/GZIPHeader.java 66 CommentRequired: Field comments are required
12250 src/jZLib/GZIPHeader.java 66 CommentRequired: Field comments are required
12251 src/jZLib/GZIPHeader.java 66 DefaultPackage: Use explicit scoping instead of the default package private level
12252 src/jZLib/GZIPHeader.java 66 DefaultPackage: Use explicit scoping instead of the default package private level
12253 src/jZLib/GZIPHeader.java 67 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the comment field if you want a default access modifier
12254 src/jZLib/GZIPHeader.java 67 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the comment field if you want a default access modifier
12255 src/jZLib/GZIPHeader.java 67 CommentRequired: Field comments are required
12256 src/jZLib/GZIPHeader.java 67 CommentRequired: Field comments are required
12257 src/jZLib/GZIPHeader.java 67 DefaultPackage: Use explicit scoping instead of the default package private level
12258 src/jZLib/GZIPHeader.java 67 DefaultPackage: Use explicit scoping instead of the default package private level
12259 src/jZLib/GZIPHeader.java 68 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the hcrc field if you want a default access modifier
12260 src/jZLib/GZIPHeader.java 68 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the hcrc field if you want a default access modifier
12261 src/jZLib/GZIPHeader.java 68 CommentRequired: Field comments are required
12262 src/jZLib/GZIPHeader.java 68 CommentRequired: Field comments are required
12263 src/jZLib/GZIPHeader.java 68 DefaultPackage: Use explicit scoping instead of the default package private level
12264 src/jZLib/GZIPHeader.java 68 DefaultPackage: Use explicit scoping instead of the default package private level
12265 src/jZLib/GZIPHeader.java 69 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12266 src/jZLib/GZIPHeader.java 69 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12267 src/jZLib/GZIPHeader.java 69 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the crc field if you want a default access modifier
12268 src/jZLib/GZIPHeader.java 69 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the crc field if you want a default access modifier
12269 src/jZLib/GZIPHeader.java 69 CommentRequired: Field comments are required
12270 src/jZLib/GZIPHeader.java 69 CommentRequired: Field comments are required
12271 src/jZLib/GZIPHeader.java 69 DefaultPackage: Use explicit scoping instead of the default package private level
12272 src/jZLib/GZIPHeader.java 69 DefaultPackage: Use explicit scoping instead of the default package private level
12273 src/jZLib/GZIPHeader.java 70 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the done field if you want a default access modifier
12274 src/jZLib/GZIPHeader.java 70 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the done field if you want a default access modifier
12275 src/jZLib/GZIPHeader.java 70 CommentRequired: Field comments are required
12276 src/jZLib/GZIPHeader.java 70 CommentRequired: Field comments are required
12277 src/jZLib/GZIPHeader.java 70 DefaultPackage: Use explicit scoping instead of the default package private level
12278 src/jZLib/GZIPHeader.java 70 DefaultPackage: Use explicit scoping instead of the default package private level
12279 src/jZLib/GZIPHeader.java 70 RedundantFieldInitializer: Avoid using redundant field initializer for 'done'
12280 src/jZLib/GZIPHeader.java 70 RedundantFieldInitializer: Avoid using redundant field initializer for 'done'
12281 src/jZLib/GZIPHeader.java 71 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12282 src/jZLib/GZIPHeader.java 71 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12283 src/jZLib/GZIPHeader.java 71 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the mtime field if you want a default access modifier
12284 src/jZLib/GZIPHeader.java 71 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the mtime field if you want a default access modifier
12285 src/jZLib/GZIPHeader.java 71 CommentRequired: Field comments are required
12286 src/jZLib/GZIPHeader.java 71 CommentRequired: Field comments are required
12287 src/jZLib/GZIPHeader.java 71 DefaultPackage: Use explicit scoping instead of the default package private level
12288 src/jZLib/GZIPHeader.java 71 DefaultPackage: Use explicit scoping instead of the default package private level
12289 src/jZLib/GZIPHeader.java 71 RedundantFieldInitializer: Avoid using redundant field initializer for 'mtime'
12290 src/jZLib/GZIPHeader.java 71 RedundantFieldInitializer: Avoid using redundant field initializer for 'mtime'
12291 src/jZLib/GZIPHeader.java 73 CommentRequired: Public method and constructor comments are required
12292 src/jZLib/GZIPHeader.java 73 CommentRequired: Public method and constructor comments are required
12293 src/jZLib/GZIPHeader.java 73 MethodArgumentCouldBeFinal: Parameter 'mtime' is not assigned and could be declared final
12294 src/jZLib/GZIPHeader.java 73 MethodArgumentCouldBeFinal: Parameter 'mtime' is not assigned and could be declared final
12295 src/jZLib/GZIPHeader.java 77 CommentRequired: Public method and constructor comments are required
12296 src/jZLib/GZIPHeader.java 77 CommentRequired: Public method and constructor comments are required
12297 src/jZLib/GZIPHeader.java 81 MethodArgumentCouldBeFinal: Parameter 'os' is not assigned and could be declared final
12298 src/jZLib/GZIPHeader.java 81 MethodArgumentCouldBeFinal: Parameter 'os' is not assigned and could be declared final
12299 src/jZLib/GZIPHeader.java 81 ShortVariable: Avoid variables with short names like os
12300 src/jZLib/GZIPHeader.java 81 ShortVariable: Avoid variables with short names like os
12301 src/jZLib/GZIPHeader.java 82 UselessParentheses: Useless parentheses.
12302 src/jZLib/GZIPHeader.java 82 UselessParentheses: Useless parentheses.
12303 src/jZLib/GZIPHeader.java 83 ControlStatementBraces: This statement should have braces
12304 src/jZLib/GZIPHeader.java 83 ControlStatementBraces: This statement should have braces
12305 src/jZLib/GZIPHeader.java 85 ControlStatementBraces: This statement should have braces
12306 src/jZLib/GZIPHeader.java 85 ControlStatementBraces: This statement should have braces
12307 src/jZLib/GZIPHeader.java 92 MethodArgumentCouldBeFinal: Parameter 'name' is not assigned and could be declared final
12308 src/jZLib/GZIPHeader.java 92 MethodArgumentCouldBeFinal: Parameter 'name' is not assigned and could be declared final
12309 src/jZLib/GZIPHeader.java 94 AvoidDuplicateLiterals: The String literal "ISO-8859-1" appears 4 times in this file; the first occurrence is on line 94
12310 src/jZLib/GZIPHeader.java 94 AvoidDuplicateLiterals: The String literal "ISO-8859-1" appears 4 times in this file; the first occurrence is on line 94
12311 src/jZLib/GZIPHeader.java 97 PreserveStackTrace: New exception is thrown in catch block, original stack trace may be lost
12312 src/jZLib/GZIPHeader.java 97 PreserveStackTrace: New exception is thrown in catch block, original stack trace may be lost
12313 src/jZLib/GZIPHeader.java 102 ControlStatementBraces: This statement should have braces
12314 src/jZLib/GZIPHeader.java 102 ControlStatementBraces: This statement should have braces
12315 src/jZLib/GZIPHeader.java 102 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12316 src/jZLib/GZIPHeader.java 102 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12317 src/jZLib/GZIPHeader.java 107 PreserveStackTrace: New exception is thrown in catch block, original stack trace may be lost
12318 src/jZLib/GZIPHeader.java 107 PreserveStackTrace: New exception is thrown in catch block, original stack trace may be lost
12319 src/jZLib/GZIPHeader.java 111 MethodArgumentCouldBeFinal: Parameter 'comment' is not assigned and could be declared final
12320 src/jZLib/GZIPHeader.java 111 MethodArgumentCouldBeFinal: Parameter 'comment' is not assigned and could be declared final
12321 src/jZLib/GZIPHeader.java 116 PreserveStackTrace: New exception is thrown in catch block, original stack trace may be lost
12322 src/jZLib/GZIPHeader.java 116 PreserveStackTrace: New exception is thrown in catch block, original stack trace may be lost
12323 src/jZLib/GZIPHeader.java 121 ControlStatementBraces: This statement should have braces
12324 src/jZLib/GZIPHeader.java 121 ControlStatementBraces: This statement should have braces
12325 src/jZLib/GZIPHeader.java 121 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12326 src/jZLib/GZIPHeader.java 121 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12327 src/jZLib/GZIPHeader.java 126 PreserveStackTrace: New exception is thrown in catch block, original stack trace may be lost
12328 src/jZLib/GZIPHeader.java 126 PreserveStackTrace: New exception is thrown in catch block, original stack trace may be lost
12329 src/jZLib/GZIPHeader.java 130 MethodArgumentCouldBeFinal: Parameter 'crc' is not assigned and could be declared final
12330 src/jZLib/GZIPHeader.java 130 MethodArgumentCouldBeFinal: Parameter 'crc' is not assigned and could be declared final
12331 src/jZLib/GZIPHeader.java 138 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the put method if you want a default access modifier
12332 src/jZLib/GZIPHeader.java 138 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the put method if you want a default access modifier
12333 src/jZLib/GZIPHeader.java 138 DefaultPackage: Use explicit scoping instead of the default package private level
12334 src/jZLib/GZIPHeader.java 138 DefaultPackage: Use explicit scoping instead of the default package private level
12335 src/jZLib/GZIPHeader.java 138 MethodArgumentCouldBeFinal: Parameter 'd' is not assigned and could be declared final
12336 src/jZLib/GZIPHeader.java 138 MethodArgumentCouldBeFinal: Parameter 'd' is not assigned and could be declared final
12337 src/jZLib/GZIPHeader.java 138 ModifiedCyclomaticComplexity: The method 'put' has a Modified Cyclomatic Complexity of 11.
12338 src/jZLib/GZIPHeader.java 138 ModifiedCyclomaticComplexity: The method 'put' has a Modified Cyclomatic Complexity of 11.
12339 src/jZLib/GZIPHeader.java 138 NPathComplexity: The method 'put(Deflate)' has an NPath complexity of 768, current threshold is 200
12340 src/jZLib/GZIPHeader.java 138 NPathComplexity: The method 'put(Deflate)' has an NPath complexity of 768, current threshold is 200
12341 src/jZLib/GZIPHeader.java 138 ShortVariable: Avoid variables with short names like d
12342 src/jZLib/GZIPHeader.java 138 ShortVariable: Avoid variables with short names like d
12343 src/jZLib/GZIPHeader.java 191 CloneMethodReturnTypeMustMatchClassName: The return type of the clone() method must be the class name when implements Cloneable
12344 src/jZLib/GZIPHeader.java 191 CloneMethodReturnTypeMustMatchClassName: The return type of the clone() method must be the class name when implements Cloneable
12345 src/jZLib/GZIPHeader.java 192 LocalVariableCouldBeFinal: Local variable 'gheader' could be declared final
12346 src/jZLib/GZIPHeader.java 192 LocalVariableCouldBeFinal: Local variable 'gheader' could be declared final
12347 src/jZLib/GZIPInputStream.java 2 CommentSize: Comment is too large: Too many lines
12348 src/jZLib/GZIPInputStream.java 2 CommentSize: Comment is too large: Too many lines
12349 src/jZLib/GZIPInputStream.java 30 PackageCase: Package name contains upper case characters
12350 src/jZLib/GZIPInputStream.java 30 PackageCase: Package name contains upper case characters
12351 src/jZLib/GZIPInputStream.java 33 CommentRequired: Class comments are required
12352 src/jZLib/GZIPInputStream.java 33 CommentRequired: Class comments are required
12353 src/jZLib/GZIPInputStream.java 35 CommentRequired: Public method and constructor comments are required
12354 src/jZLib/GZIPInputStream.java 35 CommentRequired: Public method and constructor comments are required
12355 src/jZLib/GZIPInputStream.java 35 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
12356 src/jZLib/GZIPInputStream.java 35 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
12357 src/jZLib/GZIPInputStream.java 35 ShortVariable: Avoid variables with short names like in
12358 src/jZLib/GZIPInputStream.java 35 ShortVariable: Avoid variables with short names like in
12359 src/jZLib/GZIPInputStream.java 39 CommentRequired: Public method and constructor comments are required
12360 src/jZLib/GZIPInputStream.java 39 CommentRequired: Public method and constructor comments are required
12361 src/jZLib/GZIPInputStream.java 39 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
12362 src/jZLib/GZIPInputStream.java 39 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
12363 src/jZLib/GZIPInputStream.java 39 ShortVariable: Avoid variables with short names like in
12364 src/jZLib/GZIPInputStream.java 39 ShortVariable: Avoid variables with short names like in
12365 src/jZLib/GZIPInputStream.java 40 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
12366 src/jZLib/GZIPInputStream.java 40 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
12367 src/jZLib/GZIPInputStream.java 41 MethodArgumentCouldBeFinal: Parameter 'close_in' is not assigned and could be declared final
12368 src/jZLib/GZIPInputStream.java 41 MethodArgumentCouldBeFinal: Parameter 'close_in' is not assigned and could be declared final
12369 src/jZLib/GZIPInputStream.java 46 CommentRequired: Public method and constructor comments are required
12370 src/jZLib/GZIPInputStream.java 46 CommentRequired: Public method and constructor comments are required
12371 src/jZLib/GZIPInputStream.java 46 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
12372 src/jZLib/GZIPInputStream.java 46 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
12373 src/jZLib/GZIPInputStream.java 46 ShortVariable: Avoid variables with short names like in
12374 src/jZLib/GZIPInputStream.java 46 ShortVariable: Avoid variables with short names like in
12375 src/jZLib/GZIPInputStream.java 47 MethodArgumentCouldBeFinal: Parameter 'inflater' is not assigned and could be declared final
12376 src/jZLib/GZIPInputStream.java 47 MethodArgumentCouldBeFinal: Parameter 'inflater' is not assigned and could be declared final
12377 src/jZLib/GZIPInputStream.java 48 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
12378 src/jZLib/GZIPInputStream.java 48 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
12379 src/jZLib/GZIPInputStream.java 49 MethodArgumentCouldBeFinal: Parameter 'close_in' is not assigned and could be declared final
12380 src/jZLib/GZIPInputStream.java 49 MethodArgumentCouldBeFinal: Parameter 'close_in' is not assigned and could be declared final
12381 src/jZLib/GZIPInputStream.java 53 CommentRequired: Public method and constructor comments are required
12382 src/jZLib/GZIPInputStream.java 53 CommentRequired: Public method and constructor comments are required
12383 src/jZLib/GZIPInputStream.java 54 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12384 src/jZLib/GZIPInputStream.java 54 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12385 src/jZLib/GZIPInputStream.java 54 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12386 src/jZLib/GZIPInputStream.java 54 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12387 src/jZLib/GZIPInputStream.java 57 CommentRequired: Public method and constructor comments are required
12388 src/jZLib/GZIPInputStream.java 57 CommentRequired: Public method and constructor comments are required
12389 src/jZLib/GZIPInputStream.java 58 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12390 src/jZLib/GZIPInputStream.java 58 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12391 src/jZLib/GZIPInputStream.java 58 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12392 src/jZLib/GZIPInputStream.java 58 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12393 src/jZLib/GZIPInputStream.java 61 CommentRequired: Public method and constructor comments are required
12394 src/jZLib/GZIPInputStream.java 61 CommentRequired: Public method and constructor comments are required
12395 src/jZLib/GZIPInputStream.java 62 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12396 src/jZLib/GZIPInputStream.java 62 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12397 src/jZLib/GZIPInputStream.java 62 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12398 src/jZLib/GZIPInputStream.java 62 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12399 src/jZLib/GZIPInputStream.java 65 CommentRequired: Public method and constructor comments are required
12400 src/jZLib/GZIPInputStream.java 65 CommentRequired: Public method and constructor comments are required
12401 src/jZLib/GZIPInputStream.java 66 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12402 src/jZLib/GZIPInputStream.java 66 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12403 src/jZLib/GZIPInputStream.java 66 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12404 src/jZLib/GZIPInputStream.java 66 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12405 src/jZLib/GZIPInputStream.java 69 CommentRequired: Public method and constructor comments are required
12406 src/jZLib/GZIPInputStream.java 69 CommentRequired: Public method and constructor comments are required
12407 src/jZLib/GZIPInputStream.java 70 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
12408 src/jZLib/GZIPInputStream.java 70 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
12409 src/jZLib/GZIPInputStream.java 71 ControlStatementBraces: This statement should have braces
12410 src/jZLib/GZIPInputStream.java 71 ControlStatementBraces: This statement should have braces
12411 src/jZLib/GZIPInputStream.java 72 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12412 src/jZLib/GZIPInputStream.java 72 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12413 src/jZLib/GZIPInputStream.java 72 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12414 src/jZLib/GZIPInputStream.java 72 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12415 src/jZLib/GZIPInputStream.java 78 LocalVariableCouldBeFinal: Local variable 'empty' could be declared final
12416 src/jZLib/GZIPInputStream.java 78 LocalVariableCouldBeFinal: Local variable 'empty' could be declared final
12417 src/jZLib/GZIPInputStream.java 82 LocalVariableCouldBeFinal: Local variable 'b' could be declared final
12418 src/jZLib/GZIPInputStream.java 82 LocalVariableCouldBeFinal: Local variable 'b' could be declared final
12419 src/jZLib/GZIPInputStream.java 82 ShortVariable: Avoid variables with short names like b
12420 src/jZLib/GZIPInputStream.java 82 ShortVariable: Avoid variables with short names like b
12421 src/jZLib/GZIPInputStream.java 84 ShortVariable: Avoid variables with short names like n
12422 src/jZLib/GZIPInputStream.java 84 ShortVariable: Avoid variables with short names like n
12423 src/jZLib/GZIPInputStream.java 85 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
12424 src/jZLib/GZIPInputStream.java 85 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
12425 src/jZLib/GZIPInputStream.java 97 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'b1' (lines '97'-'126').
12426 src/jZLib/GZIPInputStream.java 97 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'b1' (lines '97'-'126').
12427 src/jZLib/GZIPInputStream.java 97 LocalVariableCouldBeFinal: Local variable 'b1' could be declared final
12428 src/jZLib/GZIPInputStream.java 97 LocalVariableCouldBeFinal: Local variable 'b1' could be declared final
12429 src/jZLib/GZIPInputStream.java 97 ShortVariable: Avoid variables with short names like b1
12430 src/jZLib/GZIPInputStream.java 97 ShortVariable: Avoid variables with short names like b1
12431 src/jZLib/GZIPInputStream.java 100 LocalVariableCouldBeFinal: Local variable 'i' could be declared final
12432 src/jZLib/GZIPInputStream.java 100 LocalVariableCouldBeFinal: Local variable 'i' could be declared final
12433 src/jZLib/GZIPInputStream.java 100 ShortVariable: Avoid variables with short names like i
12434 src/jZLib/GZIPInputStream.java 100 ShortVariable: Avoid variables with short names like i
12435 src/jZLib/GZIPInputStream.java 102 ControlStatementBraces: This statement should have braces
12436 src/jZLib/GZIPInputStream.java 102 ControlStatementBraces: This statement should have braces
12437 src/jZLib/GZIPInputStream.java 106 LocalVariableCouldBeFinal: Local variable 'err' could be declared final
12438 src/jZLib/GZIPInputStream.java 106 LocalVariableCouldBeFinal: Local variable 'err' could be declared final
12439 src/jZLib/GZIPInputStream.java 109 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
12440 src/jZLib/GZIPInputStream.java 109 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
12441 src/jZLib/GZIPInputStream.java 111 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
12442 src/jZLib/GZIPInputStream.java 111 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
12443 src/jZLib/GZIPInputStream.java 111 LocalVariableCouldBeFinal: Local variable 'tmp' could be declared final
12444 src/jZLib/GZIPInputStream.java 111 LocalVariableCouldBeFinal: Local variable 'tmp' could be declared final
12445 src/jZLib/GZIPInputStream.java 125 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12446 src/jZLib/GZIPInputStream.java 125 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12447 src/jZLib/GZIPInputStream.java 128 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
12448 src/jZLib/GZIPInputStream.java 128 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
12449 src/jZLib/GZIPInputStream.java 129 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'len' (lines '129'-'145').
12450 src/jZLib/GZIPInputStream.java 129 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'len' (lines '129'-'145').
12451 src/jZLib/GZIPInputStream.java 129 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
12452 src/jZLib/GZIPInputStream.java 129 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
12453 src/jZLib/GZIPInputStream.java 130 ShortVariable: Avoid variables with short names like n
12454 src/jZLib/GZIPInputStream.java 130 ShortVariable: Avoid variables with short names like n
12455 src/jZLib/GZIPInputStream.java 132 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'i' (lines '132'-'134').
12456 src/jZLib/GZIPInputStream.java 132 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'i' (lines '132'-'134').
12457 src/jZLib/GZIPInputStream.java 132 ShortVariable: Avoid variables with short names like i
12458 src/jZLib/GZIPInputStream.java 132 ShortVariable: Avoid variables with short names like i
12459 src/jZLib/GZIPOutputStream.java 2 CommentSize: Comment is too large: Too many lines
12460 src/jZLib/GZIPOutputStream.java 2 CommentSize: Comment is too large: Too many lines
12461 src/jZLib/GZIPOutputStream.java 30 PackageCase: Package name contains upper case characters
12462 src/jZLib/GZIPOutputStream.java 30 PackageCase: Package name contains upper case characters
12463 src/jZLib/GZIPOutputStream.java 33 CommentRequired: Class comments are required
12464 src/jZLib/GZIPOutputStream.java 33 CommentRequired: Class comments are required
12465 src/jZLib/GZIPOutputStream.java 35 CommentRequired: Public method and constructor comments are required
12466 src/jZLib/GZIPOutputStream.java 35 CommentRequired: Public method and constructor comments are required
12467 src/jZLib/GZIPOutputStream.java 35 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
12468 src/jZLib/GZIPOutputStream.java 35 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
12469 src/jZLib/GZIPOutputStream.java 39 CommentRequired: Public method and constructor comments are required
12470 src/jZLib/GZIPOutputStream.java 39 CommentRequired: Public method and constructor comments are required
12471 src/jZLib/GZIPOutputStream.java 39 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
12472 src/jZLib/GZIPOutputStream.java 39 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
12473 src/jZLib/GZIPOutputStream.java 39 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
12474 src/jZLib/GZIPOutputStream.java 39 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
12475 src/jZLib/GZIPOutputStream.java 43 CommentRequired: Public method and constructor comments are required
12476 src/jZLib/GZIPOutputStream.java 43 CommentRequired: Public method and constructor comments are required
12477 src/jZLib/GZIPOutputStream.java 43 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
12478 src/jZLib/GZIPOutputStream.java 43 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
12479 src/jZLib/GZIPOutputStream.java 44 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
12480 src/jZLib/GZIPOutputStream.java 44 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
12481 src/jZLib/GZIPOutputStream.java 45 MethodArgumentCouldBeFinal: Parameter 'close_out' is not assigned and could be declared final
12482 src/jZLib/GZIPOutputStream.java 45 MethodArgumentCouldBeFinal: Parameter 'close_out' is not assigned and could be declared final
12483 src/jZLib/GZIPOutputStream.java 52 CommentRequired: Public method and constructor comments are required
12484 src/jZLib/GZIPOutputStream.java 52 CommentRequired: Public method and constructor comments are required
12485 src/jZLib/GZIPOutputStream.java 52 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
12486 src/jZLib/GZIPOutputStream.java 52 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
12487 src/jZLib/GZIPOutputStream.java 53 MethodArgumentCouldBeFinal: Parameter 'deflater' is not assigned and could be declared final
12488 src/jZLib/GZIPOutputStream.java 53 MethodArgumentCouldBeFinal: Parameter 'deflater' is not assigned and could be declared final
12489 src/jZLib/GZIPOutputStream.java 54 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
12490 src/jZLib/GZIPOutputStream.java 54 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
12491 src/jZLib/GZIPOutputStream.java 55 MethodArgumentCouldBeFinal: Parameter 'close_out' is not assigned and could be declared final
12492 src/jZLib/GZIPOutputStream.java 55 MethodArgumentCouldBeFinal: Parameter 'close_out' is not assigned and could be declared final
12493 src/jZLib/GZIPOutputStream.java 61 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
12494 src/jZLib/GZIPOutputStream.java 61 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
12495 src/jZLib/GZIPOutputStream.java 62 ControlStatementBraces: This statement should have braces
12496 src/jZLib/GZIPOutputStream.java 62 ControlStatementBraces: This statement should have braces
12497 src/jZLib/GZIPOutputStream.java 65 CommentRequired: Public method and constructor comments are required
12498 src/jZLib/GZIPOutputStream.java 65 CommentRequired: Public method and constructor comments are required
12499 src/jZLib/GZIPOutputStream.java 65 MethodArgumentCouldBeFinal: Parameter 'mtime' is not assigned and could be declared final
12500 src/jZLib/GZIPOutputStream.java 65 MethodArgumentCouldBeFinal: Parameter 'mtime' is not assigned and could be declared final
12501 src/jZLib/GZIPOutputStream.java 67 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12502 src/jZLib/GZIPOutputStream.java 67 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12503 src/jZLib/GZIPOutputStream.java 67 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12504 src/jZLib/GZIPOutputStream.java 67 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12505 src/jZLib/GZIPOutputStream.java 70 CommentRequired: Public method and constructor comments are required
12506 src/jZLib/GZIPOutputStream.java 70 CommentRequired: Public method and constructor comments are required
12507 src/jZLib/GZIPOutputStream.java 70 MethodArgumentCouldBeFinal: Parameter 'os' is not assigned and could be declared final
12508 src/jZLib/GZIPOutputStream.java 70 MethodArgumentCouldBeFinal: Parameter 'os' is not assigned and could be declared final
12509 src/jZLib/GZIPOutputStream.java 70 ShortVariable: Avoid variables with short names like os
12510 src/jZLib/GZIPOutputStream.java 70 ShortVariable: Avoid variables with short names like os
12511 src/jZLib/GZIPOutputStream.java 72 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12512 src/jZLib/GZIPOutputStream.java 72 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12513 src/jZLib/GZIPOutputStream.java 72 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12514 src/jZLib/GZIPOutputStream.java 72 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12515 src/jZLib/GZIPOutputStream.java 75 CommentRequired: Public method and constructor comments are required
12516 src/jZLib/GZIPOutputStream.java 75 CommentRequired: Public method and constructor comments are required
12517 src/jZLib/GZIPOutputStream.java 75 MethodArgumentCouldBeFinal: Parameter 'name' is not assigned and could be declared final
12518 src/jZLib/GZIPOutputStream.java 75 MethodArgumentCouldBeFinal: Parameter 'name' is not assigned and could be declared final
12519 src/jZLib/GZIPOutputStream.java 77 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12520 src/jZLib/GZIPOutputStream.java 77 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12521 src/jZLib/GZIPOutputStream.java 77 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12522 src/jZLib/GZIPOutputStream.java 77 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12523 src/jZLib/GZIPOutputStream.java 80 CommentRequired: Public method and constructor comments are required
12524 src/jZLib/GZIPOutputStream.java 80 CommentRequired: Public method and constructor comments are required
12525 src/jZLib/GZIPOutputStream.java 80 MethodArgumentCouldBeFinal: Parameter 'comment' is not assigned and could be declared final
12526 src/jZLib/GZIPOutputStream.java 80 MethodArgumentCouldBeFinal: Parameter 'comment' is not assigned and could be declared final
12527 src/jZLib/GZIPOutputStream.java 82 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12528 src/jZLib/GZIPOutputStream.java 82 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12529 src/jZLib/GZIPOutputStream.java 82 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12530 src/jZLib/GZIPOutputStream.java 82 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12531 src/jZLib/GZIPOutputStream.java 85 CommentRequired: Public method and constructor comments are required
12532 src/jZLib/GZIPOutputStream.java 85 CommentRequired: Public method and constructor comments are required
12533 src/jZLib/GZIPOutputStream.java 86 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
12534 src/jZLib/GZIPOutputStream.java 86 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
12535 src/jZLib/GZIPOutputStream.java 87 ControlStatementBraces: This statement should have braces
12536 src/jZLib/GZIPOutputStream.java 87 ControlStatementBraces: This statement should have braces
12537 src/jZLib/GZIPOutputStream.java 88 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12538 src/jZLib/GZIPOutputStream.java 88 LawOfDemeter: Potential violation of Law of Demeter (method chain calls)
12539 src/jZLib/GZIPOutputStream.java 88 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12540 src/jZLib/GZIPOutputStream.java 88 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12541 src/jZLib/InfBlocks.java 2 CommentSize: Comment is too large: Too many lines
12542 src/jZLib/InfBlocks.java 2 CommentSize: Comment is too large: Too many lines
12543 src/jZLib/InfBlocks.java 35 PackageCase: Package name contains upper case characters
12544 src/jZLib/InfBlocks.java 35 PackageCase: Package name contains upper case characters
12545 src/jZLib/InfBlocks.java 37 CommentRequired: Class comments are required
12546 src/jZLib/InfBlocks.java 37 CommentRequired: Class comments are required
12547 src/jZLib/InfBlocks.java 37 ModifiedCyclomaticComplexity: The class 'InfBlocks' has a Modified Cyclomatic Complexity of 11 (Highest = 56).
12548 src/jZLib/InfBlocks.java 37 ModifiedCyclomaticComplexity: The class 'InfBlocks' has a Modified Cyclomatic Complexity of 11 (Highest = 56).
12549 src/jZLib/InfBlocks.java 38 CommentRequired: Field comments are required
12550 src/jZLib/InfBlocks.java 38 CommentRequired: Field comments are required
12551 src/jZLib/InfBlocks.java 41 CommentRequired: Field comments are required
12552 src/jZLib/InfBlocks.java 41 CommentRequired: Field comments are required
12553 src/jZLib/InfBlocks.java 49 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the border field if you want a default access modifier
12554 src/jZLib/InfBlocks.java 49 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the border field if you want a default access modifier
12555 src/jZLib/InfBlocks.java 49 CommentRequired: Field comments are required
12556 src/jZLib/InfBlocks.java 49 CommentRequired: Field comments are required
12557 src/jZLib/InfBlocks.java 49 DefaultPackage: Use explicit scoping instead of the default package private level
12558 src/jZLib/InfBlocks.java 49 DefaultPackage: Use explicit scoping instead of the default package private level
12559 src/jZLib/InfBlocks.java 53 CommentRequired: Field comments are required
12560 src/jZLib/InfBlocks.java 53 CommentRequired: Field comments are required
12561 src/jZLib/InfBlocks.java 54 CommentRequired: Field comments are required
12562 src/jZLib/InfBlocks.java 54 CommentRequired: Field comments are required
12563 src/jZLib/InfBlocks.java 55 CommentRequired: Field comments are required
12564 src/jZLib/InfBlocks.java 55 CommentRequired: Field comments are required
12565 src/jZLib/InfBlocks.java 55 UnusedPrivateField: Avoid unused private fields such as 'Z_NEED_DICT'.
12566 src/jZLib/InfBlocks.java 55 UnusedPrivateField: Avoid unused private fields such as 'Z_NEED_DICT'.
12567 src/jZLib/InfBlocks.java 56 CommentRequired: Field comments are required
12568 src/jZLib/InfBlocks.java 56 CommentRequired: Field comments are required
12569 src/jZLib/InfBlocks.java 56 UnusedPrivateField: Avoid unused private fields such as 'Z_ERRNO'.
12570 src/jZLib/InfBlocks.java 56 UnusedPrivateField: Avoid unused private fields such as 'Z_ERRNO'.
12571 src/jZLib/InfBlocks.java 57 CommentRequired: Field comments are required
12572 src/jZLib/InfBlocks.java 57 CommentRequired: Field comments are required
12573 src/jZLib/InfBlocks.java 58 CommentRequired: Field comments are required
12574 src/jZLib/InfBlocks.java 58 CommentRequired: Field comments are required
12575 src/jZLib/InfBlocks.java 59 CommentRequired: Field comments are required
12576 src/jZLib/InfBlocks.java 59 CommentRequired: Field comments are required
12577 src/jZLib/InfBlocks.java 59 UnusedPrivateField: Avoid unused private fields such as 'Z_MEM_ERROR'.
12578 src/jZLib/InfBlocks.java 59 UnusedPrivateField: Avoid unused private fields such as 'Z_MEM_ERROR'.
12579 src/jZLib/InfBlocks.java 60 CommentRequired: Field comments are required
12580 src/jZLib/InfBlocks.java 60 CommentRequired: Field comments are required
12581 src/jZLib/InfBlocks.java 61 CommentRequired: Field comments are required
12582 src/jZLib/InfBlocks.java 61 CommentRequired: Field comments are required
12583 src/jZLib/InfBlocks.java 61 UnusedPrivateField: Avoid unused private fields such as 'Z_VERSION_ERROR'.
12584 src/jZLib/InfBlocks.java 61 UnusedPrivateField: Avoid unused private fields such as 'Z_VERSION_ERROR'.
12585 src/jZLib/InfBlocks.java 63 CommentRequired: Field comments are required
12586 src/jZLib/InfBlocks.java 63 CommentRequired: Field comments are required
12587 src/jZLib/InfBlocks.java 64 CommentRequired: Field comments are required
12588 src/jZLib/InfBlocks.java 64 CommentRequired: Field comments are required
12589 src/jZLib/InfBlocks.java 65 CommentRequired: Field comments are required
12590 src/jZLib/InfBlocks.java 65 CommentRequired: Field comments are required
12591 src/jZLib/InfBlocks.java 66 CommentRequired: Field comments are required
12592 src/jZLib/InfBlocks.java 66 CommentRequired: Field comments are required
12593 src/jZLib/InfBlocks.java 67 CommentRequired: Field comments are required
12594 src/jZLib/InfBlocks.java 67 CommentRequired: Field comments are required
12595 src/jZLib/InfBlocks.java 68 CommentRequired: Field comments are required
12596 src/jZLib/InfBlocks.java 68 CommentRequired: Field comments are required
12597 src/jZLib/InfBlocks.java 69 CommentRequired: Field comments are required
12598 src/jZLib/InfBlocks.java 69 CommentRequired: Field comments are required
12599 src/jZLib/InfBlocks.java 70 CommentRequired: Field comments are required
12600 src/jZLib/InfBlocks.java 70 CommentRequired: Field comments are required
12601 src/jZLib/InfBlocks.java 71 CommentRequired: Field comments are required
12602 src/jZLib/InfBlocks.java 71 CommentRequired: Field comments are required
12603 src/jZLib/InfBlocks.java 72 CommentRequired: Field comments are required
12604 src/jZLib/InfBlocks.java 72 CommentRequired: Field comments are required
12605 src/jZLib/InfBlocks.java 74 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12606 src/jZLib/InfBlocks.java 74 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12607 src/jZLib/InfBlocks.java 74 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the mode field if you want a default access modifier
12608 src/jZLib/InfBlocks.java 74 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the mode field if you want a default access modifier
12609 src/jZLib/InfBlocks.java 74 CommentRequired: Field comments are required
12610 src/jZLib/InfBlocks.java 74 CommentRequired: Field comments are required
12611 src/jZLib/InfBlocks.java 74 DefaultPackage: Use explicit scoping instead of the default package private level
12612 src/jZLib/InfBlocks.java 74 DefaultPackage: Use explicit scoping instead of the default package private level
12613 src/jZLib/InfBlocks.java 76 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12614 src/jZLib/InfBlocks.java 76 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12615 src/jZLib/InfBlocks.java 76 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the left field if you want a default access modifier
12616 src/jZLib/InfBlocks.java 76 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the left field if you want a default access modifier
12617 src/jZLib/InfBlocks.java 76 CommentRequired: Field comments are required
12618 src/jZLib/InfBlocks.java 76 CommentRequired: Field comments are required
12619 src/jZLib/InfBlocks.java 76 DefaultPackage: Use explicit scoping instead of the default package private level
12620 src/jZLib/InfBlocks.java 76 DefaultPackage: Use explicit scoping instead of the default package private level
12621 src/jZLib/InfBlocks.java 78 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12622 src/jZLib/InfBlocks.java 78 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12623 src/jZLib/InfBlocks.java 78 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the table field if you want a default access modifier
12624 src/jZLib/InfBlocks.java 78 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the table field if you want a default access modifier
12625 src/jZLib/InfBlocks.java 78 CommentRequired: Field comments are required
12626 src/jZLib/InfBlocks.java 78 CommentRequired: Field comments are required
12627 src/jZLib/InfBlocks.java 78 DefaultPackage: Use explicit scoping instead of the default package private level
12628 src/jZLib/InfBlocks.java 78 DefaultPackage: Use explicit scoping instead of the default package private level
12629 src/jZLib/InfBlocks.java 79 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12630 src/jZLib/InfBlocks.java 79 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12631 src/jZLib/InfBlocks.java 79 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the index field if you want a default access modifier
12632 src/jZLib/InfBlocks.java 79 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the index field if you want a default access modifier
12633 src/jZLib/InfBlocks.java 79 CommentRequired: Field comments are required
12634 src/jZLib/InfBlocks.java 79 CommentRequired: Field comments are required
12635 src/jZLib/InfBlocks.java 79 DefaultPackage: Use explicit scoping instead of the default package private level
12636 src/jZLib/InfBlocks.java 79 DefaultPackage: Use explicit scoping instead of the default package private level
12637 src/jZLib/InfBlocks.java 80 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12638 src/jZLib/InfBlocks.java 80 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12639 src/jZLib/InfBlocks.java 80 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the blens field if you want a default access modifier
12640 src/jZLib/InfBlocks.java 80 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the blens field if you want a default access modifier
12641 src/jZLib/InfBlocks.java 80 CommentRequired: Field comments are required
12642 src/jZLib/InfBlocks.java 80 CommentRequired: Field comments are required
12643 src/jZLib/InfBlocks.java 80 DefaultPackage: Use explicit scoping instead of the default package private level
12644 src/jZLib/InfBlocks.java 80 DefaultPackage: Use explicit scoping instead of the default package private level
12645 src/jZLib/InfBlocks.java 81 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12646 src/jZLib/InfBlocks.java 81 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12647 src/jZLib/InfBlocks.java 81 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bb field if you want a default access modifier
12648 src/jZLib/InfBlocks.java 81 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bb field if you want a default access modifier
12649 src/jZLib/InfBlocks.java 81 CommentRequired: Field comments are required
12650 src/jZLib/InfBlocks.java 81 CommentRequired: Field comments are required
12651 src/jZLib/InfBlocks.java 81 DefaultPackage: Use explicit scoping instead of the default package private level
12652 src/jZLib/InfBlocks.java 81 DefaultPackage: Use explicit scoping instead of the default package private level
12653 src/jZLib/InfBlocks.java 81 ShortVariable: Avoid variables with short names like bb
12654 src/jZLib/InfBlocks.java 81 ShortVariable: Avoid variables with short names like bb
12655 src/jZLib/InfBlocks.java 82 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12656 src/jZLib/InfBlocks.java 82 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12657 src/jZLib/InfBlocks.java 82 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the tb field if you want a default access modifier
12658 src/jZLib/InfBlocks.java 82 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the tb field if you want a default access modifier
12659 src/jZLib/InfBlocks.java 82 CommentRequired: Field comments are required
12660 src/jZLib/InfBlocks.java 82 CommentRequired: Field comments are required
12661 src/jZLib/InfBlocks.java 82 DefaultPackage: Use explicit scoping instead of the default package private level
12662 src/jZLib/InfBlocks.java 82 DefaultPackage: Use explicit scoping instead of the default package private level
12663 src/jZLib/InfBlocks.java 82 ShortVariable: Avoid variables with short names like tb
12664 src/jZLib/InfBlocks.java 82 ShortVariable: Avoid variables with short names like tb
12665 src/jZLib/InfBlocks.java 84 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12666 src/jZLib/InfBlocks.java 84 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12667 src/jZLib/InfBlocks.java 84 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bl field if you want a default access modifier
12668 src/jZLib/InfBlocks.java 84 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bl field if you want a default access modifier
12669 src/jZLib/InfBlocks.java 84 CommentRequired: Field comments are required
12670 src/jZLib/InfBlocks.java 84 CommentRequired: Field comments are required
12671 src/jZLib/InfBlocks.java 84 DefaultPackage: Use explicit scoping instead of the default package private level
12672 src/jZLib/InfBlocks.java 84 DefaultPackage: Use explicit scoping instead of the default package private level
12673 src/jZLib/InfBlocks.java 84 ShortVariable: Avoid variables with short names like bl
12674 src/jZLib/InfBlocks.java 84 ShortVariable: Avoid variables with short names like bl
12675 src/jZLib/InfBlocks.java 85 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12676 src/jZLib/InfBlocks.java 85 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12677 src/jZLib/InfBlocks.java 85 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bd field if you want a default access modifier
12678 src/jZLib/InfBlocks.java 85 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bd field if you want a default access modifier
12679 src/jZLib/InfBlocks.java 85 CommentRequired: Field comments are required
12680 src/jZLib/InfBlocks.java 85 CommentRequired: Field comments are required
12681 src/jZLib/InfBlocks.java 85 DefaultPackage: Use explicit scoping instead of the default package private level
12682 src/jZLib/InfBlocks.java 85 DefaultPackage: Use explicit scoping instead of the default package private level
12683 src/jZLib/InfBlocks.java 85 ShortVariable: Avoid variables with short names like bd
12684 src/jZLib/InfBlocks.java 85 ShortVariable: Avoid variables with short names like bd
12685 src/jZLib/InfBlocks.java 87 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12686 src/jZLib/InfBlocks.java 87 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12687 src/jZLib/InfBlocks.java 87 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the tl field if you want a default access modifier
12688 src/jZLib/InfBlocks.java 87 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the tl field if you want a default access modifier
12689 src/jZLib/InfBlocks.java 87 CommentRequired: Field comments are required
12690 src/jZLib/InfBlocks.java 87 CommentRequired: Field comments are required
12691 src/jZLib/InfBlocks.java 87 DefaultPackage: Use explicit scoping instead of the default package private level
12692 src/jZLib/InfBlocks.java 87 DefaultPackage: Use explicit scoping instead of the default package private level
12693 src/jZLib/InfBlocks.java 87 ShortVariable: Avoid variables with short names like tl
12694 src/jZLib/InfBlocks.java 87 ShortVariable: Avoid variables with short names like tl
12695 src/jZLib/InfBlocks.java 88 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12696 src/jZLib/InfBlocks.java 88 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12697 src/jZLib/InfBlocks.java 88 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the td field if you want a default access modifier
12698 src/jZLib/InfBlocks.java 88 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the td field if you want a default access modifier
12699 src/jZLib/InfBlocks.java 88 CommentRequired: Field comments are required
12700 src/jZLib/InfBlocks.java 88 CommentRequired: Field comments are required
12701 src/jZLib/InfBlocks.java 88 DefaultPackage: Use explicit scoping instead of the default package private level
12702 src/jZLib/InfBlocks.java 88 DefaultPackage: Use explicit scoping instead of the default package private level
12703 src/jZLib/InfBlocks.java 88 ShortVariable: Avoid variables with short names like td
12704 src/jZLib/InfBlocks.java 88 ShortVariable: Avoid variables with short names like td
12705 src/jZLib/InfBlocks.java 89 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12706 src/jZLib/InfBlocks.java 89 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12707 src/jZLib/InfBlocks.java 89 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the tli field if you want a default access modifier
12708 src/jZLib/InfBlocks.java 89 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the tli field if you want a default access modifier
12709 src/jZLib/InfBlocks.java 89 CommentRequired: Field comments are required
12710 src/jZLib/InfBlocks.java 89 CommentRequired: Field comments are required
12711 src/jZLib/InfBlocks.java 89 DefaultPackage: Use explicit scoping instead of the default package private level
12712 src/jZLib/InfBlocks.java 89 DefaultPackage: Use explicit scoping instead of the default package private level
12713 src/jZLib/InfBlocks.java 90 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12714 src/jZLib/InfBlocks.java 90 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12715 src/jZLib/InfBlocks.java 90 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the tdi field if you want a default access modifier
12716 src/jZLib/InfBlocks.java 90 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the tdi field if you want a default access modifier
12717 src/jZLib/InfBlocks.java 90 CommentRequired: Field comments are required
12718 src/jZLib/InfBlocks.java 90 CommentRequired: Field comments are required
12719 src/jZLib/InfBlocks.java 90 DefaultPackage: Use explicit scoping instead of the default package private level
12720 src/jZLib/InfBlocks.java 90 DefaultPackage: Use explicit scoping instead of the default package private level
12721 src/jZLib/InfBlocks.java 92 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12722 src/jZLib/InfBlocks.java 92 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12723 src/jZLib/InfBlocks.java 92 CommentRequired: Field comments are required
12724 src/jZLib/InfBlocks.java 92 CommentRequired: Field comments are required
12725 src/jZLib/InfBlocks.java 94 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12726 src/jZLib/InfBlocks.java 94 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12727 src/jZLib/InfBlocks.java 94 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the last field if you want a default access modifier
12728 src/jZLib/InfBlocks.java 94 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the last field if you want a default access modifier
12729 src/jZLib/InfBlocks.java 94 CommentRequired: Field comments are required
12730 src/jZLib/InfBlocks.java 94 CommentRequired: Field comments are required
12731 src/jZLib/InfBlocks.java 94 DefaultPackage: Use explicit scoping instead of the default package private level
12732 src/jZLib/InfBlocks.java 94 DefaultPackage: Use explicit scoping instead of the default package private level
12733 src/jZLib/InfBlocks.java 97 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12734 src/jZLib/InfBlocks.java 97 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12735 src/jZLib/InfBlocks.java 97 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bitk field if you want a default access modifier
12736 src/jZLib/InfBlocks.java 97 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bitk field if you want a default access modifier
12737 src/jZLib/InfBlocks.java 97 CommentRequired: Field comments are required
12738 src/jZLib/InfBlocks.java 97 CommentRequired: Field comments are required
12739 src/jZLib/InfBlocks.java 97 DefaultPackage: Use explicit scoping instead of the default package private level
12740 src/jZLib/InfBlocks.java 97 DefaultPackage: Use explicit scoping instead of the default package private level
12741 src/jZLib/InfBlocks.java 98 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12742 src/jZLib/InfBlocks.java 98 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12743 src/jZLib/InfBlocks.java 98 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bitb field if you want a default access modifier
12744 src/jZLib/InfBlocks.java 98 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bitb field if you want a default access modifier
12745 src/jZLib/InfBlocks.java 98 CommentRequired: Field comments are required
12746 src/jZLib/InfBlocks.java 98 CommentRequired: Field comments are required
12747 src/jZLib/InfBlocks.java 98 DefaultPackage: Use explicit scoping instead of the default package private level
12748 src/jZLib/InfBlocks.java 98 DefaultPackage: Use explicit scoping instead of the default package private level
12749 src/jZLib/InfBlocks.java 99 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12750 src/jZLib/InfBlocks.java 99 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12751 src/jZLib/InfBlocks.java 99 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the hufts field if you want a default access modifier
12752 src/jZLib/InfBlocks.java 99 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the hufts field if you want a default access modifier
12753 src/jZLib/InfBlocks.java 99 CommentRequired: Field comments are required
12754 src/jZLib/InfBlocks.java 99 CommentRequired: Field comments are required
12755 src/jZLib/InfBlocks.java 99 DefaultPackage: Use explicit scoping instead of the default package private level
12756 src/jZLib/InfBlocks.java 99 DefaultPackage: Use explicit scoping instead of the default package private level
12757 src/jZLib/InfBlocks.java 100 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12758 src/jZLib/InfBlocks.java 100 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12759 src/jZLib/InfBlocks.java 100 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the window field if you want a default access modifier
12760 src/jZLib/InfBlocks.java 100 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the window field if you want a default access modifier
12761 src/jZLib/InfBlocks.java 100 CommentRequired: Field comments are required
12762 src/jZLib/InfBlocks.java 100 CommentRequired: Field comments are required
12763 src/jZLib/InfBlocks.java 100 DefaultPackage: Use explicit scoping instead of the default package private level
12764 src/jZLib/InfBlocks.java 100 DefaultPackage: Use explicit scoping instead of the default package private level
12765 src/jZLib/InfBlocks.java 101 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12766 src/jZLib/InfBlocks.java 101 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12767 src/jZLib/InfBlocks.java 101 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the end field if you want a default access modifier
12768 src/jZLib/InfBlocks.java 101 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the end field if you want a default access modifier
12769 src/jZLib/InfBlocks.java 101 CommentRequired: Field comments are required
12770 src/jZLib/InfBlocks.java 101 CommentRequired: Field comments are required
12771 src/jZLib/InfBlocks.java 101 DefaultPackage: Use explicit scoping instead of the default package private level
12772 src/jZLib/InfBlocks.java 101 DefaultPackage: Use explicit scoping instead of the default package private level
12773 src/jZLib/InfBlocks.java 102 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12774 src/jZLib/InfBlocks.java 102 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12775 src/jZLib/InfBlocks.java 102 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the read field if you want a default access modifier
12776 src/jZLib/InfBlocks.java 102 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the read field if you want a default access modifier
12777 src/jZLib/InfBlocks.java 102 CommentRequired: Field comments are required
12778 src/jZLib/InfBlocks.java 102 CommentRequired: Field comments are required
12779 src/jZLib/InfBlocks.java 102 DefaultPackage: Use explicit scoping instead of the default package private level
12780 src/jZLib/InfBlocks.java 102 DefaultPackage: Use explicit scoping instead of the default package private level
12781 src/jZLib/InfBlocks.java 103 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12782 src/jZLib/InfBlocks.java 103 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12783 src/jZLib/InfBlocks.java 103 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the write field if you want a default access modifier
12784 src/jZLib/InfBlocks.java 103 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the write field if you want a default access modifier
12785 src/jZLib/InfBlocks.java 103 CommentRequired: Field comments are required
12786 src/jZLib/InfBlocks.java 103 CommentRequired: Field comments are required
12787 src/jZLib/InfBlocks.java 103 DefaultPackage: Use explicit scoping instead of the default package private level
12788 src/jZLib/InfBlocks.java 103 DefaultPackage: Use explicit scoping instead of the default package private level
12789 src/jZLib/InfBlocks.java 104 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12790 src/jZLib/InfBlocks.java 104 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12791 src/jZLib/InfBlocks.java 104 CommentRequired: Field comments are required
12792 src/jZLib/InfBlocks.java 104 CommentRequired: Field comments are required
12793 src/jZLib/InfBlocks.java 104 ImmutableField: Private field 'check' could be made final; it is only initialized in the declaration or constructor.
12794 src/jZLib/InfBlocks.java 104 ImmutableField: Private field 'check' could be made final; it is only initialized in the declaration or constructor.
12795 src/jZLib/InfBlocks.java 106 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12796 src/jZLib/InfBlocks.java 106 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12797 src/jZLib/InfBlocks.java 106 CommentRequired: Field comments are required
12798 src/jZLib/InfBlocks.java 106 CommentRequired: Field comments are required
12799 src/jZLib/InfBlocks.java 108 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12800 src/jZLib/InfBlocks.java 108 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
12801 src/jZLib/InfBlocks.java 108 CommentRequired: Field comments are required
12802 src/jZLib/InfBlocks.java 108 CommentRequired: Field comments are required
12803 src/jZLib/InfBlocks.java 108 ShortVariable: Avoid variables with short names like z
12804 src/jZLib/InfBlocks.java 108 ShortVariable: Avoid variables with short names like z
12805 src/jZLib/InfBlocks.java 110 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the InfBlocks constructor if you want a default access modifier
12806 src/jZLib/InfBlocks.java 110 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the InfBlocks constructor if you want a default access modifier
12807 src/jZLib/InfBlocks.java 110 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
12808 src/jZLib/InfBlocks.java 110 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
12809 src/jZLib/InfBlocks.java 110 MethodArgumentCouldBeFinal: Parameter 'z' is not assigned and could be declared final
12810 src/jZLib/InfBlocks.java 110 MethodArgumentCouldBeFinal: Parameter 'z' is not assigned and could be declared final
12811 src/jZLib/InfBlocks.java 110 ShortVariable: Avoid variables with short names like w
12812 src/jZLib/InfBlocks.java 110 ShortVariable: Avoid variables with short names like w
12813 src/jZLib/InfBlocks.java 110 ShortVariable: Avoid variables with short names like z
12814 src/jZLib/InfBlocks.java 110 ShortVariable: Avoid variables with short names like z
12815 src/jZLib/InfBlocks.java 116 SimplifiedTernary: Ternary operators that can be simplified with || or &&
12816 src/jZLib/InfBlocks.java 116 SimplifiedTernary: Ternary operators that can be simplified with || or &&
12817 src/jZLib/InfBlocks.java 121 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the reset method if you want a default access modifier
12818 src/jZLib/InfBlocks.java 121 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the reset method if you want a default access modifier
12819 src/jZLib/InfBlocks.java 121 DefaultPackage: Use explicit scoping instead of the default package private level
12820 src/jZLib/InfBlocks.java 121 DefaultPackage: Use explicit scoping instead of the default package private level
12821 src/jZLib/InfBlocks.java 122 EmptyControlStatement: Empty if statement
12822 src/jZLib/InfBlocks.java 122 EmptyControlStatement: Empty if statement
12823 src/jZLib/InfBlocks.java 132 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12824 src/jZLib/InfBlocks.java 132 LawOfDemeter: Potential violation of Law of Demeter (static property access)
12825 src/jZLib/InfBlocks.java 136 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the proc method if you want a default access modifier
12826 src/jZLib/InfBlocks.java 136 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the proc method if you want a default access modifier
12827 src/jZLib/InfBlocks.java 136 DefaultPackage: Use explicit scoping instead of the default package private level
12828 src/jZLib/InfBlocks.java 136 DefaultPackage: Use explicit scoping instead of the default package private level
12829 src/jZLib/InfBlocks.java 136 ExcessiveMethodLength: Avoid really long methods.
12830 src/jZLib/InfBlocks.java 136 ExcessiveMethodLength: Avoid really long methods.
12831 src/jZLib/InfBlocks.java 136 ModifiedCyclomaticComplexity: The method 'proc' has a Modified Cyclomatic Complexity of 56.
12832 src/jZLib/InfBlocks.java 136 ModifiedCyclomaticComplexity: The method 'proc' has a Modified Cyclomatic Complexity of 56.
12833 src/jZLib/InfBlocks.java 136 NPathComplexity: The method 'proc(int)' has an NPath complexity of 18530, current threshold is 200
12834 src/jZLib/InfBlocks.java 136 NPathComplexity: The method 'proc(int)' has an NPath complexity of 18530, current threshold is 200
12835 src/jZLib/InfBlocks.java 136 NcssCount: The method 'proc(int)' has a NCSS line count of 366.
12836 src/jZLib/InfBlocks.java 136 NcssCount: The method 'proc(int)' has a NCSS line count of 366.
12837 src/jZLib/InfBlocks.java 136 ShortVariable: Avoid variables with short names like r
12838 src/jZLib/InfBlocks.java 136 ShortVariable: Avoid variables with short names like r
12839 src/jZLib/InfBlocks.java 137 ShortVariable: Avoid variables with short names like t
12840 src/jZLib/InfBlocks.java 137 ShortVariable: Avoid variables with short names like t
12841 src/jZLib/InfBlocks.java 138 ShortVariable: Avoid variables with short names like b
12842 src/jZLib/InfBlocks.java 138 ShortVariable: Avoid variables with short names like b
12843 src/jZLib/InfBlocks.java 139 ShortVariable: Avoid variables with short names like k
12844 src/jZLib/InfBlocks.java 139 ShortVariable: Avoid variables with short names like k
12845 src/jZLib/InfBlocks.java 140 ShortVariable: Avoid variables with short names like p
12846 src/jZLib/InfBlocks.java 140 ShortVariable: Avoid variables with short names like p
12847 src/jZLib/InfBlocks.java 141 ShortVariable: Avoid variables with short names like n
12848 src/jZLib/InfBlocks.java 141 ShortVariable: Avoid variables with short names like n
12849 src/jZLib/InfBlocks.java 142 ShortVariable: Avoid variables with short names like q
12850 src/jZLib/InfBlocks.java 142 ShortVariable: Avoid variables with short names like q
12851 src/jZLib/InfBlocks.java 143 ShortVariable: Avoid variables with short names like m
12852 src/jZLib/InfBlocks.java 143 ShortVariable: Avoid variables with short names like m
12853 src/jZLib/InfBlocks.java 146 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'b' (lines '146'-'531').
12854 src/jZLib/InfBlocks.java 146 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'b' (lines '146'-'531').
12855 src/jZLib/InfBlocks.java 146 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'k' (lines '146'-'531').
12856 src/jZLib/InfBlocks.java 146 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'k' (lines '146'-'531').
12857 src/jZLib/InfBlocks.java 146 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '146'-'531').
12858 src/jZLib/InfBlocks.java 146 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '146'-'531').
12859 src/jZLib/InfBlocks.java 146 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'p' (lines '146'-'531').
12860 src/jZLib/InfBlocks.java 146 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'p' (lines '146'-'531').
12861 src/jZLib/InfBlocks.java 147 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'm' (lines '147'-'489').
12862 src/jZLib/InfBlocks.java 147 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'm' (lines '147'-'489').
12863 src/jZLib/InfBlocks.java 147 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'm' (lines '147'-'531').
12864 src/jZLib/InfBlocks.java 147 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'm' (lines '147'-'531').
12865 src/jZLib/InfBlocks.java 151 SwitchDensity: A high ratio of statements to labels in a switch statement. Consider refactoring.
12866 src/jZLib/InfBlocks.java 151 SwitchDensity: A high ratio of statements to labels in a switch statement. Consider refactoring.
12867 src/jZLib/InfBlocks.java 155 ConfusingTernary: Avoid if (x != y) ..; else ..;
12868 src/jZLib/InfBlocks.java 155 ConfusingTernary: Avoid if (x != y) ..; else ..;
12869 src/jZLib/InfBlocks.java 156 AvoidReassigningParameters: Avoid reassigning parameters such as 'r'
12870 src/jZLib/InfBlocks.java 156 AvoidReassigningParameters: Avoid reassigning parameters such as 'r'
12871 src/jZLib/InfBlocks.java 163 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12872 src/jZLib/InfBlocks.java 163 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12873 src/jZLib/InfBlocks.java 164 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
12874 src/jZLib/InfBlocks.java 164 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
12875 src/jZLib/InfBlocks.java 164 UnnecessarySemicolon: Unnecessary semicolon
12876 src/jZLib/InfBlocks.java 164 UnnecessarySemicolon: Unnecessary semicolon
12877 src/jZLib/InfBlocks.java 165 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '165'-'531').
12878 src/jZLib/InfBlocks.java 165 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '165'-'531').
12879 src/jZLib/InfBlocks.java 172 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
12880 src/jZLib/InfBlocks.java 172 SwitchStmtsShouldHaveDefault: Switch statements should be exhaustive, add a default case (or missing enum branches)
12881 src/jZLib/InfBlocks.java 174 UselessParentheses: Useless parentheses.
12882 src/jZLib/InfBlocks.java 174 UselessParentheses: Useless parentheses.
12883 src/jZLib/InfBlocks.java 174 UselessParentheses: Useless parentheses.
12884 src/jZLib/InfBlocks.java 174 UselessParentheses: Useless parentheses.
12885 src/jZLib/InfBlocks.java 177 UselessParentheses: Useless parentheses.
12886 src/jZLib/InfBlocks.java 177 UselessParentheses: Useless parentheses.
12887 src/jZLib/InfBlocks.java 177 UselessParentheses: Useless parentheses.
12888 src/jZLib/InfBlocks.java 177 UselessParentheses: Useless parentheses.
12889 src/jZLib/InfBlocks.java 184 UselessParentheses: Useless parentheses.
12890 src/jZLib/InfBlocks.java 184 UselessParentheses: Useless parentheses.
12891 src/jZLib/InfBlocks.java 184 UselessParentheses: Useless parentheses.
12892 src/jZLib/InfBlocks.java 184 UselessParentheses: Useless parentheses.
12893 src/jZLib/InfBlocks.java 190 UselessParentheses: Useless parentheses.
12894 src/jZLib/InfBlocks.java 190 UselessParentheses: Useless parentheses.
12895 src/jZLib/InfBlocks.java 190 UselessParentheses: Useless parentheses.
12896 src/jZLib/InfBlocks.java 190 UselessParentheses: Useless parentheses.
12897 src/jZLib/InfBlocks.java 196 UselessParentheses: Useless parentheses.
12898 src/jZLib/InfBlocks.java 196 UselessParentheses: Useless parentheses.
12899 src/jZLib/InfBlocks.java 196 UselessParentheses: Useless parentheses.
12900 src/jZLib/InfBlocks.java 196 UselessParentheses: Useless parentheses.
12901 src/jZLib/InfBlocks.java 204 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12902 src/jZLib/InfBlocks.java 204 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12903 src/jZLib/InfBlocks.java 210 ConfusingTernary: Avoid if (x != y) ..; else ..;
12904 src/jZLib/InfBlocks.java 210 ConfusingTernary: Avoid if (x != y) ..; else ..;
12905 src/jZLib/InfBlocks.java 218 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12906 src/jZLib/InfBlocks.java 218 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12907 src/jZLib/InfBlocks.java 219 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
12908 src/jZLib/InfBlocks.java 219 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
12909 src/jZLib/InfBlocks.java 219 UnnecessarySemicolon: Unnecessary semicolon
12910 src/jZLib/InfBlocks.java 219 UnnecessarySemicolon: Unnecessary semicolon
12911 src/jZLib/InfBlocks.java 220 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '220'-'531').
12912 src/jZLib/InfBlocks.java 220 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '220'-'531').
12913 src/jZLib/InfBlocks.java 233 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12914 src/jZLib/InfBlocks.java 233 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12915 src/jZLib/InfBlocks.java 235 UselessParentheses: Useless parentheses.
12916 src/jZLib/InfBlocks.java 235 UselessParentheses: Useless parentheses.
12917 src/jZLib/InfBlocks.java 236 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'b' (lines '236'-'531').
12918 src/jZLib/InfBlocks.java 236 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'b' (lines '236'-'531').
12919 src/jZLib/InfBlocks.java 236 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'k' (lines '236'-'531').
12920 src/jZLib/InfBlocks.java 236 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'k' (lines '236'-'531').
12921 src/jZLib/InfBlocks.java 237 ConfusingTernary: Avoid if (x != y) ..; else ..;
12922 src/jZLib/InfBlocks.java 237 ConfusingTernary: Avoid if (x != y) ..; else ..;
12923 src/jZLib/InfBlocks.java 237 ConfusingTernary: Avoid if (x != y) ..; else ..;
12924 src/jZLib/InfBlocks.java 237 ConfusingTernary: Avoid if (x != y) ..; else ..;
12925 src/jZLib/InfBlocks.java 237 UselessParentheses: Useless parentheses.
12926 src/jZLib/InfBlocks.java 237 UselessParentheses: Useless parentheses.
12927 src/jZLib/InfBlocks.java 244 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12928 src/jZLib/InfBlocks.java 244 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12929 src/jZLib/InfBlocks.java 254 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'm' (lines '254'-'256').
12930 src/jZLib/InfBlocks.java 254 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'm' (lines '254'-'256').
12931 src/jZLib/InfBlocks.java 262 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12932 src/jZLib/InfBlocks.java 262 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12933 src/jZLib/InfBlocks.java 269 ControlStatementBraces: This statement should have braces
12934 src/jZLib/InfBlocks.java 269 ControlStatementBraces: This statement should have braces
12935 src/jZLib/InfBlocks.java 270 ControlStatementBraces: This statement should have braces
12936 src/jZLib/InfBlocks.java 270 ControlStatementBraces: This statement should have braces
12937 src/jZLib/InfBlocks.java 275 ControlStatementBraces: This statement should have braces
12938 src/jZLib/InfBlocks.java 275 ControlStatementBraces: This statement should have braces
12939 src/jZLib/InfBlocks.java 276 ConfusingTernary: Avoid if (x != y) ..; else ..;
12940 src/jZLib/InfBlocks.java 276 ConfusingTernary: Avoid if (x != y) ..; else ..;
12941 src/jZLib/InfBlocks.java 281 ConfusingTernary: Avoid if (x != y) ..; else ..;
12942 src/jZLib/InfBlocks.java 281 ConfusingTernary: Avoid if (x != y) ..; else ..;
12943 src/jZLib/InfBlocks.java 289 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12944 src/jZLib/InfBlocks.java 289 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12945 src/jZLib/InfBlocks.java 290 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
12946 src/jZLib/InfBlocks.java 290 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
12947 src/jZLib/InfBlocks.java 290 UnnecessarySemicolon: Unnecessary semicolon
12948 src/jZLib/InfBlocks.java 290 UnnecessarySemicolon: Unnecessary semicolon
12949 src/jZLib/InfBlocks.java 296 UselessParentheses: Useless parentheses.
12950 src/jZLib/InfBlocks.java 296 UselessParentheses: Useless parentheses.
12951 src/jZLib/InfBlocks.java 306 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12952 src/jZLib/InfBlocks.java 306 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12953 src/jZLib/InfBlocks.java 310 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
12954 src/jZLib/InfBlocks.java 310 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
12955 src/jZLib/InfBlocks.java 316 UselessParentheses: Useless parentheses.
12956 src/jZLib/InfBlocks.java 316 UselessParentheses: Useless parentheses.
12957 src/jZLib/InfBlocks.java 316 UselessParentheses: Useless parentheses.
12958 src/jZLib/InfBlocks.java 316 UselessParentheses: Useless parentheses.
12959 src/jZLib/InfBlocks.java 323 ConfusingTernary: Avoid if (x != y) ..; else ..;
12960 src/jZLib/InfBlocks.java 323 ConfusingTernary: Avoid if (x != y) ..; else ..;
12961 src/jZLib/InfBlocks.java 331 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12962 src/jZLib/InfBlocks.java 331 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12963 src/jZLib/InfBlocks.java 332 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
12964 src/jZLib/InfBlocks.java 332 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
12965 src/jZLib/InfBlocks.java 332 UnnecessarySemicolon: Unnecessary semicolon
12966 src/jZLib/InfBlocks.java 332 UnnecessarySemicolon: Unnecessary semicolon
12967 src/jZLib/InfBlocks.java 340 UselessParentheses: Useless parentheses.
12968 src/jZLib/InfBlocks.java 340 UselessParentheses: Useless parentheses.
12969 src/jZLib/InfBlocks.java 340 UselessParentheses: Useless parentheses.
12970 src/jZLib/InfBlocks.java 340 UselessParentheses: Useless parentheses.
12971 src/jZLib/InfBlocks.java 352 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
12972 src/jZLib/InfBlocks.java 352 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
12973 src/jZLib/InfBlocks.java 359 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12974 src/jZLib/InfBlocks.java 359 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12975 src/jZLib/InfBlocks.java 367 LogicInversion: Use opposite operator instead of the logic complement operator.
12976 src/jZLib/InfBlocks.java 367 LogicInversion: Use opposite operator instead of the logic complement operator.
12977 src/jZLib/InfBlocks.java 371 LocalVariableCouldBeFinal: Local variable 'h' could be declared final
12978 src/jZLib/InfBlocks.java 371 LocalVariableCouldBeFinal: Local variable 'h' could be declared final
12979 src/jZLib/InfBlocks.java 371 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
12980 src/jZLib/InfBlocks.java 371 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
12981 src/jZLib/InfBlocks.java 371 ShortVariable: Avoid variables with short names like h
12982 src/jZLib/InfBlocks.java 371 ShortVariable: Avoid variables with short names like h
12983 src/jZLib/InfBlocks.java 372 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
12984 src/jZLib/InfBlocks.java 372 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
12985 src/jZLib/InfBlocks.java 372 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
12986 src/jZLib/InfBlocks.java 372 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
12987 src/jZLib/InfBlocks.java 372 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
12988 src/jZLib/InfBlocks.java 372 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
12989 src/jZLib/InfBlocks.java 372 ShortVariable: Avoid variables with short names like c
12990 src/jZLib/InfBlocks.java 372 ShortVariable: Avoid variables with short names like c
12991 src/jZLib/InfBlocks.java 372 ShortVariable: Avoid variables with short names like i
12992 src/jZLib/InfBlocks.java 372 ShortVariable: Avoid variables with short names like i
12993 src/jZLib/InfBlocks.java 372 ShortVariable: Avoid variables with short names like j
12994 src/jZLib/InfBlocks.java 372 ShortVariable: Avoid variables with short names like j
12995 src/jZLib/InfBlocks.java 377 ConfusingTernary: Avoid if (x != y) ..; else ..;
12996 src/jZLib/InfBlocks.java 377 ConfusingTernary: Avoid if (x != y) ..; else ..;
12997 src/jZLib/InfBlocks.java 385 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12998 src/jZLib/InfBlocks.java 385 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
12999 src/jZLib/InfBlocks.java 386 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
13000 src/jZLib/InfBlocks.java 386 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
13001 src/jZLib/InfBlocks.java 386 UnnecessarySemicolon: Unnecessary semicolon
13002 src/jZLib/InfBlocks.java 386 UnnecessarySemicolon: Unnecessary semicolon
13003 src/jZLib/InfBlocks.java 392 EmptyControlStatement: Empty if statement
13004 src/jZLib/InfBlocks.java 392 EmptyControlStatement: Empty if statement
13005 src/jZLib/InfBlocks.java 399 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
13006 src/jZLib/InfBlocks.java 399 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
13007 src/jZLib/InfBlocks.java 400 UselessParentheses: Useless parentheses.
13008 src/jZLib/InfBlocks.java 400 UselessParentheses: Useless parentheses.
13009 src/jZLib/InfBlocks.java 400 UselessParentheses: Useless parentheses.
13010 src/jZLib/InfBlocks.java 400 UselessParentheses: Useless parentheses.
13011 src/jZLib/InfBlocks.java 405 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'j' (lines '405'-'531').
13012 src/jZLib/InfBlocks.java 405 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'j' (lines '405'-'531').
13013 src/jZLib/InfBlocks.java 408 ConfusingTernary: Avoid if (x != y) ..; else ..;
13014 src/jZLib/InfBlocks.java 408 ConfusingTernary: Avoid if (x != y) ..; else ..;
13015 src/jZLib/InfBlocks.java 416 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13016 src/jZLib/InfBlocks.java 416 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13017 src/jZLib/InfBlocks.java 417 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
13018 src/jZLib/InfBlocks.java 417 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
13019 src/jZLib/InfBlocks.java 417 UnnecessarySemicolon: Unnecessary semicolon
13020 src/jZLib/InfBlocks.java 417 UnnecessarySemicolon: Unnecessary semicolon
13021 src/jZLib/InfBlocks.java 423 UselessParentheses: Useless parentheses.
13022 src/jZLib/InfBlocks.java 423 UselessParentheses: Useless parentheses.
13023 src/jZLib/InfBlocks.java 423 UselessParentheses: Useless parentheses.
13024 src/jZLib/InfBlocks.java 423 UselessParentheses: Useless parentheses.
13025 src/jZLib/InfBlocks.java 425 UselessParentheses: Useless parentheses.
13026 src/jZLib/InfBlocks.java 425 UselessParentheses: Useless parentheses.
13027 src/jZLib/InfBlocks.java 427 UselessParentheses: Useless parentheses.
13028 src/jZLib/InfBlocks.java 427 UselessParentheses: Useless parentheses.
13029 src/jZLib/InfBlocks.java 427 UselessParentheses: Useless parentheses.
13030 src/jZLib/InfBlocks.java 427 UselessParentheses: Useless parentheses.
13031 src/jZLib/InfBlocks.java 432 UselessParentheses: Useless parentheses.
13032 src/jZLib/InfBlocks.java 432 UselessParentheses: Useless parentheses.
13033 src/jZLib/InfBlocks.java 433 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
13034 src/jZLib/InfBlocks.java 433 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
13035 src/jZLib/InfBlocks.java 441 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13036 src/jZLib/InfBlocks.java 441 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13037 src/jZLib/InfBlocks.java 464 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
13038 src/jZLib/InfBlocks.java 464 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
13039 src/jZLib/InfBlocks.java 472 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13040 src/jZLib/InfBlocks.java 472 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13041 src/jZLib/InfBlocks.java 483 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13042 src/jZLib/InfBlocks.java 483 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13043 src/jZLib/InfBlocks.java 488 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'b' (lines '488'-'531').
13044 src/jZLib/InfBlocks.java 488 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'b' (lines '488'-'531').
13045 src/jZLib/InfBlocks.java 488 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'k' (lines '488'-'531').
13046 src/jZLib/InfBlocks.java 488 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'k' (lines '488'-'531').
13047 src/jZLib/InfBlocks.java 488 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '488'-'531').
13048 src/jZLib/InfBlocks.java 488 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '488'-'531').
13049 src/jZLib/InfBlocks.java 488 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'p' (lines '488'-'531').
13050 src/jZLib/InfBlocks.java 488 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'p' (lines '488'-'531').
13051 src/jZLib/InfBlocks.java 489 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'm' (lines '489'-'499').
13052 src/jZLib/InfBlocks.java 489 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'm' (lines '489'-'499').
13053 src/jZLib/InfBlocks.java 489 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'm' (lines '489'-'531').
13054 src/jZLib/InfBlocks.java 489 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'm' (lines '489'-'531').
13055 src/jZLib/InfBlocks.java 499 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'm' (lines '499'-'531').
13056 src/jZLib/InfBlocks.java 499 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'm' (lines '499'-'531').
13057 src/jZLib/InfBlocks.java 499 UnusedAssignment: The value assigned to variable 'm' is never used
13058 src/jZLib/InfBlocks.java 499 UnusedAssignment: The value assigned to variable 'm' is never used
13059 src/jZLib/InfBlocks.java 504 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13060 src/jZLib/InfBlocks.java 504 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13061 src/jZLib/InfBlocks.java 513 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13062 src/jZLib/InfBlocks.java 513 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13063 src/jZLib/InfBlocks.java 520 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13064 src/jZLib/InfBlocks.java 520 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13065 src/jZLib/InfBlocks.java 533 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the free method if you want a default access modifier
13066 src/jZLib/InfBlocks.java 533 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the free method if you want a default access modifier
13067 src/jZLib/InfBlocks.java 533 DefaultPackage: Use explicit scoping instead of the default package private level
13068 src/jZLib/InfBlocks.java 533 DefaultPackage: Use explicit scoping instead of the default package private level
13069 src/jZLib/InfBlocks.java 535 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
13070 src/jZLib/InfBlocks.java 535 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
13071 src/jZLib/InfBlocks.java 536 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
13072 src/jZLib/InfBlocks.java 536 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
13073 src/jZLib/InfBlocks.java 540 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the set_dictionary method if you want a default access modifier
13074 src/jZLib/InfBlocks.java 540 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the set_dictionary method if you want a default access modifier
13075 src/jZLib/InfBlocks.java 540 DefaultPackage: Use explicit scoping instead of the default package private level
13076 src/jZLib/InfBlocks.java 540 DefaultPackage: Use explicit scoping instead of the default package private level
13077 src/jZLib/InfBlocks.java 540 MethodArgumentCouldBeFinal: Parameter 'd' is not assigned and could be declared final
13078 src/jZLib/InfBlocks.java 540 MethodArgumentCouldBeFinal: Parameter 'd' is not assigned and could be declared final
13079 src/jZLib/InfBlocks.java 540 MethodArgumentCouldBeFinal: Parameter 'n' is not assigned and could be declared final
13080 src/jZLib/InfBlocks.java 540 MethodArgumentCouldBeFinal: Parameter 'n' is not assigned and could be declared final
13081 src/jZLib/InfBlocks.java 540 MethodArgumentCouldBeFinal: Parameter 'start' is not assigned and could be declared final
13082 src/jZLib/InfBlocks.java 540 MethodArgumentCouldBeFinal: Parameter 'start' is not assigned and could be declared final
13083 src/jZLib/InfBlocks.java 540 ShortVariable: Avoid variables with short names like d
13084 src/jZLib/InfBlocks.java 540 ShortVariable: Avoid variables with short names like d
13085 src/jZLib/InfBlocks.java 540 ShortVariable: Avoid variables with short names like n
13086 src/jZLib/InfBlocks.java 540 ShortVariable: Avoid variables with short names like n
13087 src/jZLib/InfBlocks.java 547 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the sync_point method if you want a default access modifier
13088 src/jZLib/InfBlocks.java 547 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the sync_point method if you want a default access modifier
13089 src/jZLib/InfBlocks.java 547 DefaultPackage: Use explicit scoping instead of the default package private level
13090 src/jZLib/InfBlocks.java 547 DefaultPackage: Use explicit scoping instead of the default package private level
13091 src/jZLib/InfBlocks.java 552 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflate_flush method if you want a default access modifier
13092 src/jZLib/InfBlocks.java 552 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflate_flush method if you want a default access modifier
13093 src/jZLib/InfBlocks.java 552 DefaultPackage: Use explicit scoping instead of the default package private level
13094 src/jZLib/InfBlocks.java 552 DefaultPackage: Use explicit scoping instead of the default package private level
13095 src/jZLib/InfBlocks.java 552 ModifiedCyclomaticComplexity: The method 'inflate_flush' has a Modified Cyclomatic Complexity of 10.
13096 src/jZLib/InfBlocks.java 552 ModifiedCyclomaticComplexity: The method 'inflate_flush' has a Modified Cyclomatic Complexity of 10.
13097 src/jZLib/InfBlocks.java 552 NPathComplexity: The method 'inflate_flush(int)' has an NPath complexity of 1332, current threshold is 200
13098 src/jZLib/InfBlocks.java 552 NPathComplexity: The method 'inflate_flush(int)' has an NPath complexity of 1332, current threshold is 200
13099 src/jZLib/InfBlocks.java 552 ShortVariable: Avoid variables with short names like r
13100 src/jZLib/InfBlocks.java 552 ShortVariable: Avoid variables with short names like r
13101 src/jZLib/InfBlocks.java 553 ShortVariable: Avoid variables with short names like n
13102 src/jZLib/InfBlocks.java 553 ShortVariable: Avoid variables with short names like n
13103 src/jZLib/InfBlocks.java 554 ShortVariable: Avoid variables with short names like p
13104 src/jZLib/InfBlocks.java 554 ShortVariable: Avoid variables with short names like p
13105 src/jZLib/InfBlocks.java 555 ShortVariable: Avoid variables with short names like q
13106 src/jZLib/InfBlocks.java 555 ShortVariable: Avoid variables with short names like q
13107 src/jZLib/InfBlocks.java 563 ControlStatementBraces: This statement should have braces
13108 src/jZLib/InfBlocks.java 563 ControlStatementBraces: This statement should have braces
13109 src/jZLib/InfBlocks.java 564 AvoidReassigningParameters: Avoid reassigning parameters such as 'r'
13110 src/jZLib/InfBlocks.java 564 AvoidReassigningParameters: Avoid reassigning parameters such as 'r'
13111 src/jZLib/InfBlocks.java 564 ControlStatementBraces: This statement should have braces
13112 src/jZLib/InfBlocks.java 564 ControlStatementBraces: This statement should have braces
13113 src/jZLib/InfBlocks.java 572 LawOfDemeter: Potential violation of Law of Demeter (static property access)
13114 src/jZLib/InfBlocks.java 572 LawOfDemeter: Potential violation of Law of Demeter (static property access)
13115 src/jZLib/InfBlocks.java 585 ControlStatementBraces: This statement should have braces
13116 src/jZLib/InfBlocks.java 585 ControlStatementBraces: This statement should have braces
13117 src/jZLib/InfBlocks.java 589 ControlStatementBraces: This statement should have braces
13118 src/jZLib/InfBlocks.java 589 ControlStatementBraces: This statement should have braces
13119 src/jZLib/InfBlocks.java 590 ControlStatementBraces: This statement should have braces
13120 src/jZLib/InfBlocks.java 590 ControlStatementBraces: This statement should have braces
13121 src/jZLib/InfBlocks.java 598 LawOfDemeter: Potential violation of Law of Demeter (static property access)
13122 src/jZLib/InfBlocks.java 598 LawOfDemeter: Potential violation of Law of Demeter (static property access)
13123 src/jZLib/InfCodes.java 2 CommentSize: Comment is too large: Too many lines
13124 src/jZLib/InfCodes.java 2 CommentSize: Comment is too large: Too many lines
13125 src/jZLib/InfCodes.java 35 PackageCase: Package name contains upper case characters
13126 src/jZLib/InfCodes.java 35 PackageCase: Package name contains upper case characters
13127 src/jZLib/InfCodes.java 37 CommentRequired: Class comments are required
13128 src/jZLib/InfCodes.java 37 CommentRequired: Class comments are required
13129 src/jZLib/InfCodes.java 37 ModifiedCyclomaticComplexity: The class 'InfCodes' has a Modified Cyclomatic Complexity of 15 (Highest = 44).
13130 src/jZLib/InfCodes.java 37 ModifiedCyclomaticComplexity: The class 'InfCodes' has a Modified Cyclomatic Complexity of 15 (Highest = 44).
13131 src/jZLib/InfCodes.java 39 CommentRequired: Field comments are required
13132 src/jZLib/InfCodes.java 39 CommentRequired: Field comments are required
13133 src/jZLib/InfCodes.java 46 CommentRequired: Field comments are required
13134 src/jZLib/InfCodes.java 46 CommentRequired: Field comments are required
13135 src/jZLib/InfCodes.java 47 CommentRequired: Field comments are required
13136 src/jZLib/InfCodes.java 47 CommentRequired: Field comments are required
13137 src/jZLib/InfCodes.java 48 CommentRequired: Field comments are required
13138 src/jZLib/InfCodes.java 48 CommentRequired: Field comments are required
13139 src/jZLib/InfCodes.java 48 UnusedPrivateField: Avoid unused private fields such as 'Z_NEED_DICT'.
13140 src/jZLib/InfCodes.java 48 UnusedPrivateField: Avoid unused private fields such as 'Z_NEED_DICT'.
13141 src/jZLib/InfCodes.java 49 CommentRequired: Field comments are required
13142 src/jZLib/InfCodes.java 49 CommentRequired: Field comments are required
13143 src/jZLib/InfCodes.java 49 UnusedPrivateField: Avoid unused private fields such as 'Z_ERRNO'.
13144 src/jZLib/InfCodes.java 49 UnusedPrivateField: Avoid unused private fields such as 'Z_ERRNO'.
13145 src/jZLib/InfCodes.java 50 CommentRequired: Field comments are required
13146 src/jZLib/InfCodes.java 50 CommentRequired: Field comments are required
13147 src/jZLib/InfCodes.java 51 CommentRequired: Field comments are required
13148 src/jZLib/InfCodes.java 51 CommentRequired: Field comments are required
13149 src/jZLib/InfCodes.java 52 CommentRequired: Field comments are required
13150 src/jZLib/InfCodes.java 52 CommentRequired: Field comments are required
13151 src/jZLib/InfCodes.java 52 UnusedPrivateField: Avoid unused private fields such as 'Z_MEM_ERROR'.
13152 src/jZLib/InfCodes.java 52 UnusedPrivateField: Avoid unused private fields such as 'Z_MEM_ERROR'.
13153 src/jZLib/InfCodes.java 53 CommentRequired: Field comments are required
13154 src/jZLib/InfCodes.java 53 CommentRequired: Field comments are required
13155 src/jZLib/InfCodes.java 53 UnusedPrivateField: Avoid unused private fields such as 'Z_BUF_ERROR'.
13156 src/jZLib/InfCodes.java 53 UnusedPrivateField: Avoid unused private fields such as 'Z_BUF_ERROR'.
13157 src/jZLib/InfCodes.java 54 CommentRequired: Field comments are required
13158 src/jZLib/InfCodes.java 54 CommentRequired: Field comments are required
13159 src/jZLib/InfCodes.java 54 UnusedPrivateField: Avoid unused private fields such as 'Z_VERSION_ERROR'.
13160 src/jZLib/InfCodes.java 54 UnusedPrivateField: Avoid unused private fields such as 'Z_VERSION_ERROR'.
13161 src/jZLib/InfCodes.java 59 CommentRequired: Field comments are required
13162 src/jZLib/InfCodes.java 59 CommentRequired: Field comments are required
13163 src/jZLib/InfCodes.java 60 CommentRequired: Field comments are required
13164 src/jZLib/InfCodes.java 60 CommentRequired: Field comments are required
13165 src/jZLib/InfCodes.java 61 CommentRequired: Field comments are required
13166 src/jZLib/InfCodes.java 61 CommentRequired: Field comments are required
13167 src/jZLib/InfCodes.java 62 CommentRequired: Field comments are required
13168 src/jZLib/InfCodes.java 62 CommentRequired: Field comments are required
13169 src/jZLib/InfCodes.java 63 CommentRequired: Field comments are required
13170 src/jZLib/InfCodes.java 63 CommentRequired: Field comments are required
13171 src/jZLib/InfCodes.java 64 CommentRequired: Field comments are required
13172 src/jZLib/InfCodes.java 64 CommentRequired: Field comments are required
13173 src/jZLib/InfCodes.java 65 CommentRequired: Field comments are required
13174 src/jZLib/InfCodes.java 65 CommentRequired: Field comments are required
13175 src/jZLib/InfCodes.java 66 CommentRequired: Field comments are required
13176 src/jZLib/InfCodes.java 66 CommentRequired: Field comments are required
13177 src/jZLib/InfCodes.java 67 CommentRequired: Field comments are required
13178 src/jZLib/InfCodes.java 67 CommentRequired: Field comments are required
13179 src/jZLib/InfCodes.java 68 CommentRequired: Field comments are required
13180 src/jZLib/InfCodes.java 68 CommentRequired: Field comments are required
13181 src/jZLib/InfCodes.java 70 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13182 src/jZLib/InfCodes.java 70 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13183 src/jZLib/InfCodes.java 70 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the mode field if you want a default access modifier
13184 src/jZLib/InfCodes.java 70 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the mode field if you want a default access modifier
13185 src/jZLib/InfCodes.java 70 CommentRequired: Field comments are required
13186 src/jZLib/InfCodes.java 70 CommentRequired: Field comments are required
13187 src/jZLib/InfCodes.java 70 DefaultPackage: Use explicit scoping instead of the default package private level
13188 src/jZLib/InfCodes.java 70 DefaultPackage: Use explicit scoping instead of the default package private level
13189 src/jZLib/InfCodes.java 73 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13190 src/jZLib/InfCodes.java 73 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13191 src/jZLib/InfCodes.java 73 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the len field if you want a default access modifier
13192 src/jZLib/InfCodes.java 73 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the len field if you want a default access modifier
13193 src/jZLib/InfCodes.java 73 CommentRequired: Field comments are required
13194 src/jZLib/InfCodes.java 73 CommentRequired: Field comments are required
13195 src/jZLib/InfCodes.java 73 DefaultPackage: Use explicit scoping instead of the default package private level
13196 src/jZLib/InfCodes.java 73 DefaultPackage: Use explicit scoping instead of the default package private level
13197 src/jZLib/InfCodes.java 75 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13198 src/jZLib/InfCodes.java 75 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13199 src/jZLib/InfCodes.java 75 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the tree field if you want a default access modifier
13200 src/jZLib/InfCodes.java 75 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the tree field if you want a default access modifier
13201 src/jZLib/InfCodes.java 75 CommentRequired: Field comments are required
13202 src/jZLib/InfCodes.java 75 CommentRequired: Field comments are required
13203 src/jZLib/InfCodes.java 75 DefaultPackage: Use explicit scoping instead of the default package private level
13204 src/jZLib/InfCodes.java 75 DefaultPackage: Use explicit scoping instead of the default package private level
13205 src/jZLib/InfCodes.java 76 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13206 src/jZLib/InfCodes.java 76 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13207 src/jZLib/InfCodes.java 76 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the tree_index field if you want a default access modifier
13208 src/jZLib/InfCodes.java 76 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the tree_index field if you want a default access modifier
13209 src/jZLib/InfCodes.java 76 CommentRequired: Field comments are required
13210 src/jZLib/InfCodes.java 76 CommentRequired: Field comments are required
13211 src/jZLib/InfCodes.java 76 DefaultPackage: Use explicit scoping instead of the default package private level
13212 src/jZLib/InfCodes.java 76 DefaultPackage: Use explicit scoping instead of the default package private level
13213 src/jZLib/InfCodes.java 76 RedundantFieldInitializer: Avoid using redundant field initializer for 'tree_index'
13214 src/jZLib/InfCodes.java 76 RedundantFieldInitializer: Avoid using redundant field initializer for 'tree_index'
13215 src/jZLib/InfCodes.java 77 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13216 src/jZLib/InfCodes.java 77 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13217 src/jZLib/InfCodes.java 77 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the need field if you want a default access modifier
13218 src/jZLib/InfCodes.java 77 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the need field if you want a default access modifier
13219 src/jZLib/InfCodes.java 77 CommentRequired: Field comments are required
13220 src/jZLib/InfCodes.java 77 CommentRequired: Field comments are required
13221 src/jZLib/InfCodes.java 77 DefaultPackage: Use explicit scoping instead of the default package private level
13222 src/jZLib/InfCodes.java 77 DefaultPackage: Use explicit scoping instead of the default package private level
13223 src/jZLib/InfCodes.java 79 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13224 src/jZLib/InfCodes.java 79 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13225 src/jZLib/InfCodes.java 79 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the lit field if you want a default access modifier
13226 src/jZLib/InfCodes.java 79 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the lit field if you want a default access modifier
13227 src/jZLib/InfCodes.java 79 CommentRequired: Field comments are required
13228 src/jZLib/InfCodes.java 79 CommentRequired: Field comments are required
13229 src/jZLib/InfCodes.java 79 DefaultPackage: Use explicit scoping instead of the default package private level
13230 src/jZLib/InfCodes.java 79 DefaultPackage: Use explicit scoping instead of the default package private level
13231 src/jZLib/InfCodes.java 82 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13232 src/jZLib/InfCodes.java 82 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13233 src/jZLib/InfCodes.java 82 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the get field if you want a default access modifier
13234 src/jZLib/InfCodes.java 82 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the get field if you want a default access modifier
13235 src/jZLib/InfCodes.java 82 CommentRequired: Field comments are required
13236 src/jZLib/InfCodes.java 82 CommentRequired: Field comments are required
13237 src/jZLib/InfCodes.java 82 DefaultPackage: Use explicit scoping instead of the default package private level
13238 src/jZLib/InfCodes.java 82 DefaultPackage: Use explicit scoping instead of the default package private level
13239 src/jZLib/InfCodes.java 83 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13240 src/jZLib/InfCodes.java 83 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13241 src/jZLib/InfCodes.java 83 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the dist field if you want a default access modifier
13242 src/jZLib/InfCodes.java 83 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the dist field if you want a default access modifier
13243 src/jZLib/InfCodes.java 83 CommentRequired: Field comments are required
13244 src/jZLib/InfCodes.java 83 CommentRequired: Field comments are required
13245 src/jZLib/InfCodes.java 83 DefaultPackage: Use explicit scoping instead of the default package private level
13246 src/jZLib/InfCodes.java 83 DefaultPackage: Use explicit scoping instead of the default package private level
13247 src/jZLib/InfCodes.java 85 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13248 src/jZLib/InfCodes.java 85 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13249 src/jZLib/InfCodes.java 85 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the lbits field if you want a default access modifier
13250 src/jZLib/InfCodes.java 85 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the lbits field if you want a default access modifier
13251 src/jZLib/InfCodes.java 85 CommentRequired: Field comments are required
13252 src/jZLib/InfCodes.java 85 CommentRequired: Field comments are required
13253 src/jZLib/InfCodes.java 85 DefaultPackage: Use explicit scoping instead of the default package private level
13254 src/jZLib/InfCodes.java 85 DefaultPackage: Use explicit scoping instead of the default package private level
13255 src/jZLib/InfCodes.java 86 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13256 src/jZLib/InfCodes.java 86 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13257 src/jZLib/InfCodes.java 86 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the dbits field if you want a default access modifier
13258 src/jZLib/InfCodes.java 86 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the dbits field if you want a default access modifier
13259 src/jZLib/InfCodes.java 86 CommentRequired: Field comments are required
13260 src/jZLib/InfCodes.java 86 CommentRequired: Field comments are required
13261 src/jZLib/InfCodes.java 86 DefaultPackage: Use explicit scoping instead of the default package private level
13262 src/jZLib/InfCodes.java 86 DefaultPackage: Use explicit scoping instead of the default package private level
13263 src/jZLib/InfCodes.java 87 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13264 src/jZLib/InfCodes.java 87 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13265 src/jZLib/InfCodes.java 87 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the ltree field if you want a default access modifier
13266 src/jZLib/InfCodes.java 87 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the ltree field if you want a default access modifier
13267 src/jZLib/InfCodes.java 87 CommentRequired: Field comments are required
13268 src/jZLib/InfCodes.java 87 CommentRequired: Field comments are required
13269 src/jZLib/InfCodes.java 87 DefaultPackage: Use explicit scoping instead of the default package private level
13270 src/jZLib/InfCodes.java 87 DefaultPackage: Use explicit scoping instead of the default package private level
13271 src/jZLib/InfCodes.java 88 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13272 src/jZLib/InfCodes.java 88 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13273 src/jZLib/InfCodes.java 88 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the ltree_index field if you want a default access modifier
13274 src/jZLib/InfCodes.java 88 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the ltree_index field if you want a default access modifier
13275 src/jZLib/InfCodes.java 88 CommentRequired: Field comments are required
13276 src/jZLib/InfCodes.java 88 CommentRequired: Field comments are required
13277 src/jZLib/InfCodes.java 88 DefaultPackage: Use explicit scoping instead of the default package private level
13278 src/jZLib/InfCodes.java 88 DefaultPackage: Use explicit scoping instead of the default package private level
13279 src/jZLib/InfCodes.java 89 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13280 src/jZLib/InfCodes.java 89 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13281 src/jZLib/InfCodes.java 89 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the dtree field if you want a default access modifier
13282 src/jZLib/InfCodes.java 89 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the dtree field if you want a default access modifier
13283 src/jZLib/InfCodes.java 89 CommentRequired: Field comments are required
13284 src/jZLib/InfCodes.java 89 CommentRequired: Field comments are required
13285 src/jZLib/InfCodes.java 89 DefaultPackage: Use explicit scoping instead of the default package private level
13286 src/jZLib/InfCodes.java 89 DefaultPackage: Use explicit scoping instead of the default package private level
13287 src/jZLib/InfCodes.java 90 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13288 src/jZLib/InfCodes.java 90 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13289 src/jZLib/InfCodes.java 90 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the dtree_index field if you want a default access modifier
13290 src/jZLib/InfCodes.java 90 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the dtree_index field if you want a default access modifier
13291 src/jZLib/InfCodes.java 90 CommentRequired: Field comments are required
13292 src/jZLib/InfCodes.java 90 CommentRequired: Field comments are required
13293 src/jZLib/InfCodes.java 90 DefaultPackage: Use explicit scoping instead of the default package private level
13294 src/jZLib/InfCodes.java 90 DefaultPackage: Use explicit scoping instead of the default package private level
13295 src/jZLib/InfCodes.java 92 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13296 src/jZLib/InfCodes.java 92 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13297 src/jZLib/InfCodes.java 92 CommentRequired: Field comments are required
13298 src/jZLib/InfCodes.java 92 CommentRequired: Field comments are required
13299 src/jZLib/InfCodes.java 92 ShortVariable: Avoid variables with short names like z
13300 src/jZLib/InfCodes.java 92 ShortVariable: Avoid variables with short names like z
13301 src/jZLib/InfCodes.java 93 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13302 src/jZLib/InfCodes.java 93 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13303 src/jZLib/InfCodes.java 93 CommentRequired: Field comments are required
13304 src/jZLib/InfCodes.java 93 CommentRequired: Field comments are required
13305 src/jZLib/InfCodes.java 93 ShortVariable: Avoid variables with short names like s
13306 src/jZLib/InfCodes.java 93 ShortVariable: Avoid variables with short names like s
13307 src/jZLib/InfCodes.java 94 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the InfCodes constructor if you want a default access modifier
13308 src/jZLib/InfCodes.java 94 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the InfCodes constructor if you want a default access modifier
13309 src/jZLib/InfCodes.java 94 MethodArgumentCouldBeFinal: Parameter 's' is not assigned and could be declared final
13310 src/jZLib/InfCodes.java 94 MethodArgumentCouldBeFinal: Parameter 's' is not assigned and could be declared final
13311 src/jZLib/InfCodes.java 94 MethodArgumentCouldBeFinal: Parameter 'z' is not assigned and could be declared final
13312 src/jZLib/InfCodes.java 94 MethodArgumentCouldBeFinal: Parameter 'z' is not assigned and could be declared final
13313 src/jZLib/InfCodes.java 94 ShortVariable: Avoid variables with short names like s
13314 src/jZLib/InfCodes.java 94 ShortVariable: Avoid variables with short names like s
13315 src/jZLib/InfCodes.java 94 ShortVariable: Avoid variables with short names like z
13316 src/jZLib/InfCodes.java 94 ShortVariable: Avoid variables with short names like z
13317 src/jZLib/InfCodes.java 99 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the init method if you want a default access modifier
13318 src/jZLib/InfCodes.java 99 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the init method if you want a default access modifier
13319 src/jZLib/InfCodes.java 99 DefaultPackage: Use explicit scoping instead of the default package private level
13320 src/jZLib/InfCodes.java 99 DefaultPackage: Use explicit scoping instead of the default package private level
13321 src/jZLib/InfCodes.java 99 MethodArgumentCouldBeFinal: Parameter 'bd' is not assigned and could be declared final
13322 src/jZLib/InfCodes.java 99 MethodArgumentCouldBeFinal: Parameter 'bd' is not assigned and could be declared final
13323 src/jZLib/InfCodes.java 99 MethodArgumentCouldBeFinal: Parameter 'bl' is not assigned and could be declared final
13324 src/jZLib/InfCodes.java 99 MethodArgumentCouldBeFinal: Parameter 'bl' is not assigned and could be declared final
13325 src/jZLib/InfCodes.java 99 ShortVariable: Avoid variables with short names like bd
13326 src/jZLib/InfCodes.java 99 ShortVariable: Avoid variables with short names like bd
13327 src/jZLib/InfCodes.java 99 ShortVariable: Avoid variables with short names like bl
13328 src/jZLib/InfCodes.java 99 ShortVariable: Avoid variables with short names like bl
13329 src/jZLib/InfCodes.java 100 MethodArgumentCouldBeFinal: Parameter 'tl' is not assigned and could be declared final
13330 src/jZLib/InfCodes.java 100 MethodArgumentCouldBeFinal: Parameter 'tl' is not assigned and could be declared final
13331 src/jZLib/InfCodes.java 100 MethodArgumentCouldBeFinal: Parameter 'tl_index' is not assigned and could be declared final
13332 src/jZLib/InfCodes.java 100 MethodArgumentCouldBeFinal: Parameter 'tl_index' is not assigned and could be declared final
13333 src/jZLib/InfCodes.java 100 ShortVariable: Avoid variables with short names like tl
13334 src/jZLib/InfCodes.java 100 ShortVariable: Avoid variables with short names like tl
13335 src/jZLib/InfCodes.java 101 MethodArgumentCouldBeFinal: Parameter 'td' is not assigned and could be declared final
13336 src/jZLib/InfCodes.java 101 MethodArgumentCouldBeFinal: Parameter 'td' is not assigned and could be declared final
13337 src/jZLib/InfCodes.java 101 MethodArgumentCouldBeFinal: Parameter 'td_index' is not assigned and could be declared final
13338 src/jZLib/InfCodes.java 101 MethodArgumentCouldBeFinal: Parameter 'td_index' is not assigned and could be declared final
13339 src/jZLib/InfCodes.java 101 ShortVariable: Avoid variables with short names like td
13340 src/jZLib/InfCodes.java 101 ShortVariable: Avoid variables with short names like td
13341 src/jZLib/InfCodes.java 105 ArrayIsStoredDirectly: The user-supplied array 'tl' is stored directly.
13342 src/jZLib/InfCodes.java 105 ArrayIsStoredDirectly: The user-supplied array 'tl' is stored directly.
13343 src/jZLib/InfCodes.java 107 ArrayIsStoredDirectly: The user-supplied array 'td' is stored directly.
13344 src/jZLib/InfCodes.java 107 ArrayIsStoredDirectly: The user-supplied array 'td' is stored directly.
13345 src/jZLib/InfCodes.java 109 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
13346 src/jZLib/InfCodes.java 109 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
13347 src/jZLib/InfCodes.java 112 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the proc method if you want a default access modifier
13348 src/jZLib/InfCodes.java 112 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the proc method if you want a default access modifier
13349 src/jZLib/InfCodes.java 112 DefaultPackage: Use explicit scoping instead of the default package private level
13350 src/jZLib/InfCodes.java 112 DefaultPackage: Use explicit scoping instead of the default package private level
13351 src/jZLib/InfCodes.java 112 ExcessiveMethodLength: Avoid really long methods.
13352 src/jZLib/InfCodes.java 112 ExcessiveMethodLength: Avoid really long methods.
13353 src/jZLib/InfCodes.java 112 ModifiedCyclomaticComplexity: The method 'proc' has a Modified Cyclomatic Complexity of 44.
13354 src/jZLib/InfCodes.java 112 ModifiedCyclomaticComplexity: The method 'proc' has a Modified Cyclomatic Complexity of 44.
13355 src/jZLib/InfCodes.java 112 NPathComplexity: The method 'proc(int)' has an NPath complexity of 866, current threshold is 200
13356 src/jZLib/InfCodes.java 112 NPathComplexity: The method 'proc(int)' has an NPath complexity of 866, current threshold is 200
13357 src/jZLib/InfCodes.java 112 NcssCount: The method 'proc(int)' has a NCSS line count of 273.
13358 src/jZLib/InfCodes.java 112 NcssCount: The method 'proc(int)' has a NCSS line count of 273.
13359 src/jZLib/InfCodes.java 112 ShortVariable: Avoid variables with short names like r
13360 src/jZLib/InfCodes.java 112 ShortVariable: Avoid variables with short names like r
13361 src/jZLib/InfCodes.java 113 ShortVariable: Avoid variables with short names like j
13362 src/jZLib/InfCodes.java 113 ShortVariable: Avoid variables with short names like j
13363 src/jZLib/InfCodes.java 114 LocalVariableCouldBeFinal: Local variable 't' could be declared final
13364 src/jZLib/InfCodes.java 114 LocalVariableCouldBeFinal: Local variable 't' could be declared final
13365 src/jZLib/InfCodes.java 114 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13366 src/jZLib/InfCodes.java 114 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13367 src/jZLib/InfCodes.java 114 ShortVariable: Avoid variables with short names like t
13368 src/jZLib/InfCodes.java 114 ShortVariable: Avoid variables with short names like t
13369 src/jZLib/InfCodes.java 116 ShortVariable: Avoid variables with short names like e
13370 src/jZLib/InfCodes.java 116 ShortVariable: Avoid variables with short names like e
13371 src/jZLib/InfCodes.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'b' (lines '117'-'126').
13372 src/jZLib/InfCodes.java 117 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'b' (lines '117'-'126').
13373 src/jZLib/InfCodes.java 117 ShortVariable: Avoid variables with short names like b
13374 src/jZLib/InfCodes.java 117 ShortVariable: Avoid variables with short names like b
13375 src/jZLib/InfCodes.java 117 UnusedAssignment: The initializer for variable 'b' is never used (overwritten on line 126)
13376 src/jZLib/InfCodes.java 117 UnusedAssignment: The initializer for variable 'b' is never used (overwritten on line 126)
13377 src/jZLib/InfCodes.java 118 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'k' (lines '118'-'126').
13378 src/jZLib/InfCodes.java 118 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'k' (lines '118'-'126').
13379 src/jZLib/InfCodes.java 118 ShortVariable: Avoid variables with short names like k
13380 src/jZLib/InfCodes.java 118 ShortVariable: Avoid variables with short names like k
13381 src/jZLib/InfCodes.java 118 UnusedAssignment: The initializer for variable 'k' is never used (overwritten on line 126)
13382 src/jZLib/InfCodes.java 118 UnusedAssignment: The initializer for variable 'k' is never used (overwritten on line 126)
13383 src/jZLib/InfCodes.java 119 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'p' (lines '119'-'126').
13384 src/jZLib/InfCodes.java 119 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'p' (lines '119'-'126').
13385 src/jZLib/InfCodes.java 119 ShortVariable: Avoid variables with short names like p
13386 src/jZLib/InfCodes.java 119 ShortVariable: Avoid variables with short names like p
13387 src/jZLib/InfCodes.java 119 UnusedAssignment: The initializer for variable 'p' is never used (overwritten on line 126)
13388 src/jZLib/InfCodes.java 119 UnusedAssignment: The initializer for variable 'p' is never used (overwritten on line 126)
13389 src/jZLib/InfCodes.java 120 ShortVariable: Avoid variables with short names like n
13390 src/jZLib/InfCodes.java 120 ShortVariable: Avoid variables with short names like n
13391 src/jZLib/InfCodes.java 121 ShortVariable: Avoid variables with short names like q
13392 src/jZLib/InfCodes.java 121 ShortVariable: Avoid variables with short names like q
13393 src/jZLib/InfCodes.java 122 ShortVariable: Avoid variables with short names like m
13394 src/jZLib/InfCodes.java 122 ShortVariable: Avoid variables with short names like m
13395 src/jZLib/InfCodes.java 123 ShortVariable: Avoid variables with short names like f
13396 src/jZLib/InfCodes.java 123 ShortVariable: Avoid variables with short names like f
13397 src/jZLib/InfCodes.java 126 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '126'-'395').
13398 src/jZLib/InfCodes.java 126 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '126'-'395').
13399 src/jZLib/InfCodes.java 126 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'p' (lines '126'-'395').
13400 src/jZLib/InfCodes.java 126 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'p' (lines '126'-'395').
13401 src/jZLib/InfCodes.java 127 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'm' (lines '127'-'395').
13402 src/jZLib/InfCodes.java 127 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'm' (lines '127'-'395').
13403 src/jZLib/InfCodes.java 131 SwitchDensity: A high ratio of statements to labels in a switch statement. Consider refactoring.
13404 src/jZLib/InfCodes.java 131 SwitchDensity: A high ratio of statements to labels in a switch statement. Consider refactoring.
13405 src/jZLib/InfCodes.java 139 AvoidReassigningParameters: Avoid reassigning parameters such as 'r'
13406 src/jZLib/InfCodes.java 139 AvoidReassigningParameters: Avoid reassigning parameters such as 'r'
13407 src/jZLib/InfCodes.java 144 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'b' (lines '144'-'395').
13408 src/jZLib/InfCodes.java 144 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'b' (lines '144'-'395').
13409 src/jZLib/InfCodes.java 144 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'k' (lines '144'-'395').
13410 src/jZLib/InfCodes.java 144 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'k' (lines '144'-'395').
13411 src/jZLib/InfCodes.java 144 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '144'-'395').
13412 src/jZLib/InfCodes.java 144 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '144'-'395').
13413 src/jZLib/InfCodes.java 144 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'p' (lines '144'-'395').
13414 src/jZLib/InfCodes.java 144 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'p' (lines '144'-'395').
13415 src/jZLib/InfCodes.java 145 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'm' (lines '145'-'395').
13416 src/jZLib/InfCodes.java 145 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'm' (lines '145'-'395').
13417 src/jZLib/InfCodes.java 161 ConfusingTernary: Avoid if (x != y) ..; else ..;
13418 src/jZLib/InfCodes.java 161 ConfusingTernary: Avoid if (x != y) ..; else ..;
13419 src/jZLib/InfCodes.java 161 ControlStatementBraces: This statement should have braces
13420 src/jZLib/InfCodes.java 161 ControlStatementBraces: This statement should have braces
13421 src/jZLib/InfCodes.java 167 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13422 src/jZLib/InfCodes.java 167 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13423 src/jZLib/InfCodes.java 169 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '169'-'395').
13424 src/jZLib/InfCodes.java 169 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '169'-'395').
13425 src/jZLib/InfCodes.java 176 UselessParentheses: Useless parentheses.
13426 src/jZLib/InfCodes.java 176 UselessParentheses: Useless parentheses.
13427 src/jZLib/InfCodes.java 177 UselessParentheses: Useless parentheses.
13428 src/jZLib/InfCodes.java 177 UselessParentheses: Useless parentheses.
13429 src/jZLib/InfCodes.java 208 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13430 src/jZLib/InfCodes.java 208 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13431 src/jZLib/InfCodes.java 214 ConfusingTernary: Avoid if (x != y) ..; else ..;
13432 src/jZLib/InfCodes.java 214 ConfusingTernary: Avoid if (x != y) ..; else ..;
13433 src/jZLib/InfCodes.java 214 ControlStatementBraces: This statement should have braces
13434 src/jZLib/InfCodes.java 214 ControlStatementBraces: This statement should have braces
13435 src/jZLib/InfCodes.java 220 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13436 src/jZLib/InfCodes.java 220 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13437 src/jZLib/InfCodes.java 222 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '222'-'395').
13438 src/jZLib/InfCodes.java 222 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '222'-'395').
13439 src/jZLib/InfCodes.java 226 UselessParentheses: Useless parentheses.
13440 src/jZLib/InfCodes.java 226 UselessParentheses: Useless parentheses.
13441 src/jZLib/InfCodes.java 239 ConfusingTernary: Avoid if (x != y) ..; else ..;
13442 src/jZLib/InfCodes.java 239 ConfusingTernary: Avoid if (x != y) ..; else ..;
13443 src/jZLib/InfCodes.java 239 ControlStatementBraces: This statement should have braces
13444 src/jZLib/InfCodes.java 239 ControlStatementBraces: This statement should have braces
13445 src/jZLib/InfCodes.java 245 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13446 src/jZLib/InfCodes.java 245 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13447 src/jZLib/InfCodes.java 247 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '247'-'395').
13448 src/jZLib/InfCodes.java 247 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '247'-'395').
13449 src/jZLib/InfCodes.java 256 UselessParentheses: Useless parentheses.
13450 src/jZLib/InfCodes.java 256 UselessParentheses: Useless parentheses.
13451 src/jZLib/InfCodes.java 275 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13452 src/jZLib/InfCodes.java 275 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13453 src/jZLib/InfCodes.java 281 ConfusingTernary: Avoid if (x != y) ..; else ..;
13454 src/jZLib/InfCodes.java 281 ConfusingTernary: Avoid if (x != y) ..; else ..;
13455 src/jZLib/InfCodes.java 281 ControlStatementBraces: This statement should have braces
13456 src/jZLib/InfCodes.java 281 ControlStatementBraces: This statement should have braces
13457 src/jZLib/InfCodes.java 287 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13458 src/jZLib/InfCodes.java 287 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13459 src/jZLib/InfCodes.java 289 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '289'-'395').
13460 src/jZLib/InfCodes.java 289 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '289'-'395').
13461 src/jZLib/InfCodes.java 293 UselessParentheses: Useless parentheses.
13462 src/jZLib/InfCodes.java 293 UselessParentheses: Useless parentheses.
13463 src/jZLib/InfCodes.java 310 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'm' (lines '310'-'312').
13464 src/jZLib/InfCodes.java 310 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'm' (lines '310'-'312').
13465 src/jZLib/InfCodes.java 318 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13466 src/jZLib/InfCodes.java 318 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13467 src/jZLib/InfCodes.java 323 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'm' (lines '323'-'395').
13468 src/jZLib/InfCodes.java 323 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'm' (lines '323'-'395').
13469 src/jZLib/InfCodes.java 326 ControlStatementBraces: This statement should have braces
13470 src/jZLib/InfCodes.java 326 ControlStatementBraces: This statement should have braces
13471 src/jZLib/InfCodes.java 326 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'f' (lines '326'-'395').
13472 src/jZLib/InfCodes.java 326 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'f' (lines '326'-'395').
13473 src/jZLib/InfCodes.java 343 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13474 src/jZLib/InfCodes.java 343 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13475 src/jZLib/InfCodes.java 354 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
13476 src/jZLib/InfCodes.java 354 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
13477 src/jZLib/InfCodes.java 361 UnusedAssignment: The value assigned to variable 'm' is never used
13478 src/jZLib/InfCodes.java 361 UnusedAssignment: The value assigned to variable 'm' is never used
13479 src/jZLib/InfCodes.java 367 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13480 src/jZLib/InfCodes.java 367 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13481 src/jZLib/InfCodes.java 375 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13482 src/jZLib/InfCodes.java 375 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13483 src/jZLib/InfCodes.java 384 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13484 src/jZLib/InfCodes.java 384 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13485 src/jZLib/InfCodes.java 397 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the free method if you want a default access modifier
13486 src/jZLib/InfCodes.java 397 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the free method if you want a default access modifier
13487 src/jZLib/InfCodes.java 397 DefaultPackage: Use explicit scoping instead of the default package private level
13488 src/jZLib/InfCodes.java 397 DefaultPackage: Use explicit scoping instead of the default package private level
13489 src/jZLib/InfCodes.java 397 MethodArgumentCouldBeFinal: Parameter 'z' is not assigned and could be declared final
13490 src/jZLib/InfCodes.java 397 MethodArgumentCouldBeFinal: Parameter 'z' is not assigned and could be declared final
13491 src/jZLib/InfCodes.java 397 ShortVariable: Avoid variables with short names like z
13492 src/jZLib/InfCodes.java 397 ShortVariable: Avoid variables with short names like z
13493 src/jZLib/InfCodes.java 406 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflate_fast method if you want a default access modifier
13494 src/jZLib/InfCodes.java 406 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflate_fast method if you want a default access modifier
13495 src/jZLib/InfCodes.java 406 DefaultPackage: Use explicit scoping instead of the default package private level
13496 src/jZLib/InfCodes.java 406 DefaultPackage: Use explicit scoping instead of the default package private level
13497 src/jZLib/InfCodes.java 406 ExcessiveMethodLength: Avoid really long methods.
13498 src/jZLib/InfCodes.java 406 ExcessiveMethodLength: Avoid really long methods.
13499 src/jZLib/InfCodes.java 406 MethodArgumentCouldBeFinal: Parameter 'bd' is not assigned and could be declared final
13500 src/jZLib/InfCodes.java 406 MethodArgumentCouldBeFinal: Parameter 'bd' is not assigned and could be declared final
13501 src/jZLib/InfCodes.java 406 MethodArgumentCouldBeFinal: Parameter 'bl' is not assigned and could be declared final
13502 src/jZLib/InfCodes.java 406 MethodArgumentCouldBeFinal: Parameter 'bl' is not assigned and could be declared final
13503 src/jZLib/InfCodes.java 406 ModifiedCyclomaticComplexity: The method 'inflate_fast' has a Modified Cyclomatic Complexity of 27.
13504 src/jZLib/InfCodes.java 406 ModifiedCyclomaticComplexity: The method 'inflate_fast' has a Modified Cyclomatic Complexity of 27.
13505 src/jZLib/InfCodes.java 406 NPathComplexity: The method 'inflate_fast(int, int, int, int, int, int, InfBlocks, ZStream)' has an NPath complexity of 20856, current threshold is 200
13506 src/jZLib/InfCodes.java 406 NPathComplexity: The method 'inflate_fast(int, int, int, int, int, int, InfBlocks, ZStream)' has an NPath complexity of 20856, current threshold is 200
13507 src/jZLib/InfCodes.java 406 NcssCount: The method 'inflate_fast(int, int, int, int, int, int, InfBlocks, ZStream)' has a NCSS line count of 177.
13508 src/jZLib/InfCodes.java 406 NcssCount: The method 'inflate_fast(int, int, int, int, int, int, InfBlocks, ZStream)' has a NCSS line count of 177.
13509 src/jZLib/InfCodes.java 406 ShortVariable: Avoid variables with short names like bd
13510 src/jZLib/InfCodes.java 406 ShortVariable: Avoid variables with short names like bd
13511 src/jZLib/InfCodes.java 406 ShortVariable: Avoid variables with short names like bl
13512 src/jZLib/InfCodes.java 406 ShortVariable: Avoid variables with short names like bl
13513 src/jZLib/InfCodes.java 407 MethodArgumentCouldBeFinal: Parameter 'tl' is not assigned and could be declared final
13514 src/jZLib/InfCodes.java 407 MethodArgumentCouldBeFinal: Parameter 'tl' is not assigned and could be declared final
13515 src/jZLib/InfCodes.java 407 MethodArgumentCouldBeFinal: Parameter 'tl_index' is not assigned and could be declared final
13516 src/jZLib/InfCodes.java 407 MethodArgumentCouldBeFinal: Parameter 'tl_index' is not assigned and could be declared final
13517 src/jZLib/InfCodes.java 407 ShortVariable: Avoid variables with short names like tl
13518 src/jZLib/InfCodes.java 407 ShortVariable: Avoid variables with short names like tl
13519 src/jZLib/InfCodes.java 408 MethodArgumentCouldBeFinal: Parameter 'td' is not assigned and could be declared final
13520 src/jZLib/InfCodes.java 408 MethodArgumentCouldBeFinal: Parameter 'td' is not assigned and could be declared final
13521 src/jZLib/InfCodes.java 408 MethodArgumentCouldBeFinal: Parameter 'td_index' is not assigned and could be declared final
13522 src/jZLib/InfCodes.java 408 MethodArgumentCouldBeFinal: Parameter 'td_index' is not assigned and could be declared final
13523 src/jZLib/InfCodes.java 408 ShortVariable: Avoid variables with short names like td
13524 src/jZLib/InfCodes.java 408 ShortVariable: Avoid variables with short names like td
13525 src/jZLib/InfCodes.java 409 MethodArgumentCouldBeFinal: Parameter 's' is not assigned and could be declared final
13526 src/jZLib/InfCodes.java 409 MethodArgumentCouldBeFinal: Parameter 's' is not assigned and could be declared final
13527 src/jZLib/InfCodes.java 409 ShortVariable: Avoid variables with short names like s
13528 src/jZLib/InfCodes.java 409 ShortVariable: Avoid variables with short names like s
13529 src/jZLib/InfCodes.java 409 ShortVariable: Avoid variables with short names like z
13530 src/jZLib/InfCodes.java 409 ShortVariable: Avoid variables with short names like z
13531 src/jZLib/InfCodes.java 410 ShortVariable: Avoid variables with short names like t
13532 src/jZLib/InfCodes.java 410 ShortVariable: Avoid variables with short names like t
13533 src/jZLib/InfCodes.java 411 ShortVariable: Avoid variables with short names like tp
13534 src/jZLib/InfCodes.java 411 ShortVariable: Avoid variables with short names like tp
13535 src/jZLib/InfCodes.java 413 ShortVariable: Avoid variables with short names like e
13536 src/jZLib/InfCodes.java 413 ShortVariable: Avoid variables with short names like e
13537 src/jZLib/InfCodes.java 414 ShortVariable: Avoid variables with short names like b
13538 src/jZLib/InfCodes.java 414 ShortVariable: Avoid variables with short names like b
13539 src/jZLib/InfCodes.java 415 ShortVariable: Avoid variables with short names like k
13540 src/jZLib/InfCodes.java 415 ShortVariable: Avoid variables with short names like k
13541 src/jZLib/InfCodes.java 416 ShortVariable: Avoid variables with short names like p
13542 src/jZLib/InfCodes.java 416 ShortVariable: Avoid variables with short names like p
13543 src/jZLib/InfCodes.java 417 ShortVariable: Avoid variables with short names like n
13544 src/jZLib/InfCodes.java 417 ShortVariable: Avoid variables with short names like n
13545 src/jZLib/InfCodes.java 418 ShortVariable: Avoid variables with short names like q
13546 src/jZLib/InfCodes.java 418 ShortVariable: Avoid variables with short names like q
13547 src/jZLib/InfCodes.java 419 ShortVariable: Avoid variables with short names like m
13548 src/jZLib/InfCodes.java 419 ShortVariable: Avoid variables with short names like m
13549 src/jZLib/InfCodes.java 420 ShortVariable: Avoid variables with short names like ml
13550 src/jZLib/InfCodes.java 420 ShortVariable: Avoid variables with short names like ml
13551 src/jZLib/InfCodes.java 421 ShortVariable: Avoid variables with short names like md
13552 src/jZLib/InfCodes.java 421 ShortVariable: Avoid variables with short names like md
13553 src/jZLib/InfCodes.java 422 ShortVariable: Avoid variables with short names like c
13554 src/jZLib/InfCodes.java 422 ShortVariable: Avoid variables with short names like c
13555 src/jZLib/InfCodes.java 423 ShortVariable: Avoid variables with short names like d
13556 src/jZLib/InfCodes.java 423 ShortVariable: Avoid variables with short names like d
13557 src/jZLib/InfCodes.java 424 ShortVariable: Avoid variables with short names like r
13558 src/jZLib/InfCodes.java 424 ShortVariable: Avoid variables with short names like r
13559 src/jZLib/InfCodes.java 429 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'n' (lines '429'-'440').
13560 src/jZLib/InfCodes.java 429 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'n' (lines '429'-'440').
13561 src/jZLib/InfCodes.java 430 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'm' (lines '430'-'452').
13562 src/jZLib/InfCodes.java 430 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'm' (lines '430'-'452').
13563 src/jZLib/InfCodes.java 434 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'md' (lines '434'-'609').
13564 src/jZLib/InfCodes.java 434 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'md' (lines '434'-'609').
13565 src/jZLib/InfCodes.java 440 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'n' (lines '440'-'440').
13566 src/jZLib/InfCodes.java 440 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'n' (lines '440'-'440').
13567 src/jZLib/InfCodes.java 440 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'n' (lines '440'-'467').
13568 src/jZLib/InfCodes.java 440 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'n' (lines '440'-'467').
13569 src/jZLib/InfCodes.java 440 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'n' (lines '440'-'485').
13570 src/jZLib/InfCodes.java 440 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'n' (lines '440'-'485').
13571 src/jZLib/InfCodes.java 440 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '440'-'609').
13572 src/jZLib/InfCodes.java 440 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '440'-'609').
13573 src/jZLib/InfCodes.java 449 UselessParentheses: Useless parentheses.
13574 src/jZLib/InfCodes.java 449 UselessParentheses: Useless parentheses.
13575 src/jZLib/InfCodes.java 449 UselessParentheses: Useless parentheses.
13576 src/jZLib/InfCodes.java 449 UselessParentheses: Useless parentheses.
13577 src/jZLib/InfCodes.java 452 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'm' (lines '452'-'571').
13578 src/jZLib/InfCodes.java 452 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'm' (lines '452'-'571').
13579 src/jZLib/InfCodes.java 452 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'm' (lines '452'-'609').
13580 src/jZLib/InfCodes.java 452 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'm' (lines '452'-'609').
13581 src/jZLib/InfCodes.java 455 WhileLoopWithLiteralBoolean: The loop can be simplified.
13582 src/jZLib/InfCodes.java 455 WhileLoopWithLiteralBoolean: The loop can be simplified.
13583 src/jZLib/InfCodes.java 457 UselessParentheses: Useless parentheses.
13584 src/jZLib/InfCodes.java 457 UselessParentheses: Useless parentheses.
13585 src/jZLib/InfCodes.java 457 UselessParentheses: Useless parentheses.
13586 src/jZLib/InfCodes.java 457 UselessParentheses: Useless parentheses.
13587 src/jZLib/InfCodes.java 461 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'c' (lines '461'-'549').
13588 src/jZLib/InfCodes.java 461 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'c' (lines '461'-'549').
13589 src/jZLib/InfCodes.java 461 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'c' (lines '461'-'609').
13590 src/jZLib/InfCodes.java 461 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'c' (lines '461'-'609').
13591 src/jZLib/InfCodes.java 467 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'n' (lines '467'-'467').
13592 src/jZLib/InfCodes.java 467 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'n' (lines '467'-'467').
13593 src/jZLib/InfCodes.java 467 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'n' (lines '467'-'485').
13594 src/jZLib/InfCodes.java 467 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'n' (lines '467'-'485').
13595 src/jZLib/InfCodes.java 467 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '467'-'609').
13596 src/jZLib/InfCodes.java 467 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '467'-'609').
13597 src/jZLib/InfCodes.java 477 WhileLoopWithLiteralBoolean: The loop can be simplified.
13598 src/jZLib/InfCodes.java 477 WhileLoopWithLiteralBoolean: The loop can be simplified.
13599 src/jZLib/InfCodes.java 479 UselessParentheses: Useless parentheses.
13600 src/jZLib/InfCodes.java 479 UselessParentheses: Useless parentheses.
13601 src/jZLib/InfCodes.java 479 UselessParentheses: Useless parentheses.
13602 src/jZLib/InfCodes.java 479 UselessParentheses: Useless parentheses.
13603 src/jZLib/InfCodes.java 481 ConfusingTernary: Avoid if (x != y) ..; else ..;
13604 src/jZLib/InfCodes.java 481 ConfusingTernary: Avoid if (x != y) ..; else ..;
13605 src/jZLib/InfCodes.java 485 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'n' (lines '485'-'485').
13606 src/jZLib/InfCodes.java 485 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'n' (lines '485'-'485').
13607 src/jZLib/InfCodes.java 485 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '485'-'609').
13608 src/jZLib/InfCodes.java 485 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '485'-'609').
13609 src/jZLib/InfCodes.java 491 UselessParentheses: Useless parentheses.
13610 src/jZLib/InfCodes.java 491 UselessParentheses: Useless parentheses.
13611 src/jZLib/InfCodes.java 491 UselessParentheses: Useless parentheses.
13612 src/jZLib/InfCodes.java 491 UselessParentheses: Useless parentheses.
13613 src/jZLib/InfCodes.java 522 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'e' (lines '522'-'609').
13614 src/jZLib/InfCodes.java 522 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'e' (lines '522'-'609').
13615 src/jZLib/InfCodes.java 522 UnusedAssignment: The value assigned to variable 'e' is never used (overwritten on line 448)
13616 src/jZLib/InfCodes.java 522 UnusedAssignment: The value assigned to variable 'e' is never used (overwritten on line 448)
13617 src/jZLib/InfCodes.java 522 UnusedAssignment: The value assigned to variable 'r' is never used (overwritten on line 524)
13618 src/jZLib/InfCodes.java 522 UnusedAssignment: The value assigned to variable 'r' is never used (overwritten on line 524)
13619 src/jZLib/InfCodes.java 536 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'c' (lines '536'-'609').
13620 src/jZLib/InfCodes.java 536 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'c' (lines '536'-'609').
13621 src/jZLib/InfCodes.java 536 UnusedAssignment: The value assigned to variable 'c' is never used (overwritten on lines 461, 577, 588 and 602)
13622 src/jZLib/InfCodes.java 536 UnusedAssignment: The value assigned to variable 'c' is never used (overwritten on lines 461, 577, 588 and 602)
13623 src/jZLib/InfCodes.java 536 UnusedAssignment: The value assigned to variable 'r' is never used (overwritten on lines 497 and 509)
13624 src/jZLib/InfCodes.java 536 UnusedAssignment: The value assigned to variable 'r' is never used (overwritten on lines 497 and 509)
13625 src/jZLib/InfCodes.java 542 UselessParentheses: Useless parentheses.
13626 src/jZLib/InfCodes.java 542 UselessParentheses: Useless parentheses.
13627 src/jZLib/InfCodes.java 544 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'e' (lines '544'-'609').
13628 src/jZLib/InfCodes.java 544 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'e' (lines '544'-'609').
13629 src/jZLib/InfCodes.java 555 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13630 src/jZLib/InfCodes.java 555 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13631 src/jZLib/InfCodes.java 564 UselessParentheses: Useless parentheses.
13632 src/jZLib/InfCodes.java 564 UselessParentheses: Useless parentheses.
13633 src/jZLib/InfCodes.java 566 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'e' (lines '566'-'448').
13634 src/jZLib/InfCodes.java 566 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'e' (lines '566'-'448').
13635 src/jZLib/InfCodes.java 566 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'e' (lines '566'-'609').
13636 src/jZLib/InfCodes.java 566 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'e' (lines '566'-'609').
13637 src/jZLib/InfCodes.java 568 UselessParentheses: Useless parentheses.
13638 src/jZLib/InfCodes.java 568 UselessParentheses: Useless parentheses.
13639 src/jZLib/InfCodes.java 568 UselessParentheses: Useless parentheses.
13640 src/jZLib/InfCodes.java 568 UselessParentheses: Useless parentheses.
13641 src/jZLib/InfCodes.java 571 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'm' (lines '571'-'609').
13642 src/jZLib/InfCodes.java 571 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'm' (lines '571'-'609').
13643 src/jZLib/InfCodes.java 575 ConfusingTernary: Avoid if (x != y) ..; else ..;
13644 src/jZLib/InfCodes.java 575 ConfusingTernary: Avoid if (x != y) ..; else ..;
13645 src/jZLib/InfCodes.java 583 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13646 src/jZLib/InfCodes.java 583 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13647 src/jZLib/InfCodes.java 594 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13648 src/jZLib/InfCodes.java 594 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13649 src/jZLib/InfTree.java 2 CommentSize: Comment is too large: Too many lines
13650 src/jZLib/InfTree.java 2 CommentSize: Comment is too large: Too many lines
13651 src/jZLib/InfTree.java 35 PackageCase: Package name contains upper case characters
13652 src/jZLib/InfTree.java 35 PackageCase: Package name contains upper case characters
13653 src/jZLib/InfTree.java 37 AtLeastOneConstructor: Each class should declare at least one constructor
13654 src/jZLib/InfTree.java 37 AtLeastOneConstructor: Each class should declare at least one constructor
13655 src/jZLib/InfTree.java 37 CommentRequired: Class comments are required
13656 src/jZLib/InfTree.java 37 CommentRequired: Class comments are required
13657 src/jZLib/InfTree.java 37 ModifiedCyclomaticComplexity: The class 'InfTree' has a Modified Cyclomatic Complexity of 10 (Highest = 32).
13658 src/jZLib/InfTree.java 37 ModifiedCyclomaticComplexity: The class 'InfTree' has a Modified Cyclomatic Complexity of 10 (Highest = 32).
13659 src/jZLib/InfTree.java 39 CommentRequired: Field comments are required
13660 src/jZLib/InfTree.java 39 CommentRequired: Field comments are required
13661 src/jZLib/InfTree.java 41 CommentRequired: Field comments are required
13662 src/jZLib/InfTree.java 41 CommentRequired: Field comments are required
13663 src/jZLib/InfTree.java 42 CommentRequired: Field comments are required
13664 src/jZLib/InfTree.java 42 CommentRequired: Field comments are required
13665 src/jZLib/InfTree.java 42 UnusedPrivateField: Avoid unused private fields such as 'Z_STREAM_END'.
13666 src/jZLib/InfTree.java 42 UnusedPrivateField: Avoid unused private fields such as 'Z_STREAM_END'.
13667 src/jZLib/InfTree.java 43 CommentRequired: Field comments are required
13668 src/jZLib/InfTree.java 43 CommentRequired: Field comments are required
13669 src/jZLib/InfTree.java 43 UnusedPrivateField: Avoid unused private fields such as 'Z_NEED_DICT'.
13670 src/jZLib/InfTree.java 43 UnusedPrivateField: Avoid unused private fields such as 'Z_NEED_DICT'.
13671 src/jZLib/InfTree.java 44 CommentRequired: Field comments are required
13672 src/jZLib/InfTree.java 44 CommentRequired: Field comments are required
13673 src/jZLib/InfTree.java 44 UnusedPrivateField: Avoid unused private fields such as 'Z_ERRNO'.
13674 src/jZLib/InfTree.java 44 UnusedPrivateField: Avoid unused private fields such as 'Z_ERRNO'.
13675 src/jZLib/InfTree.java 45 CommentRequired: Field comments are required
13676 src/jZLib/InfTree.java 45 CommentRequired: Field comments are required
13677 src/jZLib/InfTree.java 45 UnusedPrivateField: Avoid unused private fields such as 'Z_STREAM_ERROR'.
13678 src/jZLib/InfTree.java 45 UnusedPrivateField: Avoid unused private fields such as 'Z_STREAM_ERROR'.
13679 src/jZLib/InfTree.java 46 CommentRequired: Field comments are required
13680 src/jZLib/InfTree.java 46 CommentRequired: Field comments are required
13681 src/jZLib/InfTree.java 47 CommentRequired: Field comments are required
13682 src/jZLib/InfTree.java 47 CommentRequired: Field comments are required
13683 src/jZLib/InfTree.java 48 CommentRequired: Field comments are required
13684 src/jZLib/InfTree.java 48 CommentRequired: Field comments are required
13685 src/jZLib/InfTree.java 49 CommentRequired: Field comments are required
13686 src/jZLib/InfTree.java 49 CommentRequired: Field comments are required
13687 src/jZLib/InfTree.java 49 UnusedPrivateField: Avoid unused private fields such as 'Z_VERSION_ERROR'.
13688 src/jZLib/InfTree.java 49 UnusedPrivateField: Avoid unused private fields such as 'Z_VERSION_ERROR'.
13689 src/jZLib/InfTree.java 51 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the fixed_bl field if you want a default access modifier
13690 src/jZLib/InfTree.java 51 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the fixed_bl field if you want a default access modifier
13691 src/jZLib/InfTree.java 51 CommentRequired: Field comments are required
13692 src/jZLib/InfTree.java 51 CommentRequired: Field comments are required
13693 src/jZLib/InfTree.java 51 DefaultPackage: Use explicit scoping instead of the default package private level
13694 src/jZLib/InfTree.java 51 DefaultPackage: Use explicit scoping instead of the default package private level
13695 src/jZLib/InfTree.java 52 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the fixed_bd field if you want a default access modifier
13696 src/jZLib/InfTree.java 52 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the fixed_bd field if you want a default access modifier
13697 src/jZLib/InfTree.java 52 CommentRequired: Field comments are required
13698 src/jZLib/InfTree.java 52 CommentRequired: Field comments are required
13699 src/jZLib/InfTree.java 52 DefaultPackage: Use explicit scoping instead of the default package private level
13700 src/jZLib/InfTree.java 52 DefaultPackage: Use explicit scoping instead of the default package private level
13701 src/jZLib/InfTree.java 54 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the fixed_tl field if you want a default access modifier
13702 src/jZLib/InfTree.java 54 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the fixed_tl field if you want a default access modifier
13703 src/jZLib/InfTree.java 54 CommentRequired: Field comments are required
13704 src/jZLib/InfTree.java 54 CommentRequired: Field comments are required
13705 src/jZLib/InfTree.java 54 DefaultPackage: Use explicit scoping instead of the default package private level
13706 src/jZLib/InfTree.java 54 DefaultPackage: Use explicit scoping instead of the default package private level
13707 src/jZLib/InfTree.java 185 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the fixed_td field if you want a default access modifier
13708 src/jZLib/InfTree.java 185 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the fixed_td field if you want a default access modifier
13709 src/jZLib/InfTree.java 185 CommentRequired: Field comments are required
13710 src/jZLib/InfTree.java 185 CommentRequired: Field comments are required
13711 src/jZLib/InfTree.java 185 DefaultPackage: Use explicit scoping instead of the default package private level
13712 src/jZLib/InfTree.java 185 DefaultPackage: Use explicit scoping instead of the default package private level
13713 src/jZLib/InfTree.java 187 UseUnderscoresInNumericLiterals: Number 16385 should separate every third digit with an underscore
13714 src/jZLib/InfTree.java 187 UseUnderscoresInNumericLiterals: Number 16385 should separate every third digit with an underscore
13715 src/jZLib/InfTree.java 189 UseUnderscoresInNumericLiterals: Number 24577 should separate every third digit with an underscore
13716 src/jZLib/InfTree.java 189 UseUnderscoresInNumericLiterals: Number 24577 should separate every third digit with an underscore
13717 src/jZLib/InfTree.java 191 UseUnderscoresInNumericLiterals: Number 24577 should separate every third digit with an underscore
13718 src/jZLib/InfTree.java 191 UseUnderscoresInNumericLiterals: Number 24577 should separate every third digit with an underscore
13719 src/jZLib/InfTree.java 192 UseUnderscoresInNumericLiterals: Number 12289 should separate every third digit with an underscore
13720 src/jZLib/InfTree.java 192 UseUnderscoresInNumericLiterals: Number 12289 should separate every third digit with an underscore
13721 src/jZLib/InfTree.java 193 UseUnderscoresInNumericLiterals: Number 24577 should separate every third digit with an underscore
13722 src/jZLib/InfTree.java 193 UseUnderscoresInNumericLiterals: Number 24577 should separate every third digit with an underscore
13723 src/jZLib/InfTree.java 197 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the cplens field if you want a default access modifier
13724 src/jZLib/InfTree.java 197 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the cplens field if you want a default access modifier
13725 src/jZLib/InfTree.java 197 CommentRequired: Field comments are required
13726 src/jZLib/InfTree.java 197 CommentRequired: Field comments are required
13727 src/jZLib/InfTree.java 197 DefaultPackage: Use explicit scoping instead of the default package private level
13728 src/jZLib/InfTree.java 197 DefaultPackage: Use explicit scoping instead of the default package private level
13729 src/jZLib/InfTree.java 203 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the cplext field if you want a default access modifier
13730 src/jZLib/InfTree.java 203 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the cplext field if you want a default access modifier
13731 src/jZLib/InfTree.java 203 CommentRequired: Field comments are required
13732 src/jZLib/InfTree.java 203 CommentRequired: Field comments are required
13733 src/jZLib/InfTree.java 203 DefaultPackage: Use explicit scoping instead of the default package private level
13734 src/jZLib/InfTree.java 203 DefaultPackage: Use explicit scoping instead of the default package private level
13735 src/jZLib/InfTree.java 208 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the cpdist field if you want a default access modifier
13736 src/jZLib/InfTree.java 208 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the cpdist field if you want a default access modifier
13737 src/jZLib/InfTree.java 208 CommentRequired: Field comments are required
13738 src/jZLib/InfTree.java 208 CommentRequired: Field comments are required
13739 src/jZLib/InfTree.java 208 DefaultPackage: Use explicit scoping instead of the default package private level
13740 src/jZLib/InfTree.java 208 DefaultPackage: Use explicit scoping instead of the default package private level
13741 src/jZLib/InfTree.java 211 UseUnderscoresInNumericLiterals: Number 12289 should separate every third digit with an underscore
13742 src/jZLib/InfTree.java 211 UseUnderscoresInNumericLiterals: Number 12289 should separate every third digit with an underscore
13743 src/jZLib/InfTree.java 211 UseUnderscoresInNumericLiterals: Number 16385 should separate every third digit with an underscore
13744 src/jZLib/InfTree.java 211 UseUnderscoresInNumericLiterals: Number 16385 should separate every third digit with an underscore
13745 src/jZLib/InfTree.java 211 UseUnderscoresInNumericLiterals: Number 24577 should separate every third digit with an underscore
13746 src/jZLib/InfTree.java 211 UseUnderscoresInNumericLiterals: Number 24577 should separate every third digit with an underscore
13747 src/jZLib/InfTree.java 214 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the cpdext field if you want a default access modifier
13748 src/jZLib/InfTree.java 214 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the cpdext field if you want a default access modifier
13749 src/jZLib/InfTree.java 214 CommentRequired: Field comments are required
13750 src/jZLib/InfTree.java 214 CommentRequired: Field comments are required
13751 src/jZLib/InfTree.java 214 DefaultPackage: Use explicit scoping instead of the default package private level
13752 src/jZLib/InfTree.java 214 DefaultPackage: Use explicit scoping instead of the default package private level
13753 src/jZLib/InfTree.java 220 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the BMAX field if you want a default access modifier
13754 src/jZLib/InfTree.java 220 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the BMAX field if you want a default access modifier
13755 src/jZLib/InfTree.java 220 CommentRequired: Field comments are required
13756 src/jZLib/InfTree.java 220 CommentRequired: Field comments are required
13757 src/jZLib/InfTree.java 220 DefaultPackage: Use explicit scoping instead of the default package private level
13758 src/jZLib/InfTree.java 220 DefaultPackage: Use explicit scoping instead of the default package private level
13759 src/jZLib/InfTree.java 222 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13760 src/jZLib/InfTree.java 222 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13761 src/jZLib/InfTree.java 222 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the hn field if you want a default access modifier
13762 src/jZLib/InfTree.java 222 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the hn field if you want a default access modifier
13763 src/jZLib/InfTree.java 222 CommentRequired: Field comments are required
13764 src/jZLib/InfTree.java 222 CommentRequired: Field comments are required
13765 src/jZLib/InfTree.java 222 DefaultPackage: Use explicit scoping instead of the default package private level
13766 src/jZLib/InfTree.java 222 DefaultPackage: Use explicit scoping instead of the default package private level
13767 src/jZLib/InfTree.java 222 RedundantFieldInitializer: Avoid using redundant field initializer for 'hn'
13768 src/jZLib/InfTree.java 222 RedundantFieldInitializer: Avoid using redundant field initializer for 'hn'
13769 src/jZLib/InfTree.java 222 ShortVariable: Avoid variables with short names like hn
13770 src/jZLib/InfTree.java 222 ShortVariable: Avoid variables with short names like hn
13771 src/jZLib/InfTree.java 223 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13772 src/jZLib/InfTree.java 223 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13773 src/jZLib/InfTree.java 223 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the v field if you want a default access modifier
13774 src/jZLib/InfTree.java 223 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the v field if you want a default access modifier
13775 src/jZLib/InfTree.java 223 CommentRequired: Field comments are required
13776 src/jZLib/InfTree.java 223 CommentRequired: Field comments are required
13777 src/jZLib/InfTree.java 223 DefaultPackage: Use explicit scoping instead of the default package private level
13778 src/jZLib/InfTree.java 223 DefaultPackage: Use explicit scoping instead of the default package private level
13779 src/jZLib/InfTree.java 223 RedundantFieldInitializer: Avoid using redundant field initializer for 'v'
13780 src/jZLib/InfTree.java 223 RedundantFieldInitializer: Avoid using redundant field initializer for 'v'
13781 src/jZLib/InfTree.java 223 ShortVariable: Avoid variables with short names like v
13782 src/jZLib/InfTree.java 223 ShortVariable: Avoid variables with short names like v
13783 src/jZLib/InfTree.java 224 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13784 src/jZLib/InfTree.java 224 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13785 src/jZLib/InfTree.java 224 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the c field if you want a default access modifier
13786 src/jZLib/InfTree.java 224 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the c field if you want a default access modifier
13787 src/jZLib/InfTree.java 224 CommentRequired: Field comments are required
13788 src/jZLib/InfTree.java 224 CommentRequired: Field comments are required
13789 src/jZLib/InfTree.java 224 DefaultPackage: Use explicit scoping instead of the default package private level
13790 src/jZLib/InfTree.java 224 DefaultPackage: Use explicit scoping instead of the default package private level
13791 src/jZLib/InfTree.java 224 RedundantFieldInitializer: Avoid using redundant field initializer for 'c'
13792 src/jZLib/InfTree.java 224 RedundantFieldInitializer: Avoid using redundant field initializer for 'c'
13793 src/jZLib/InfTree.java 224 ShortVariable: Avoid variables with short names like c
13794 src/jZLib/InfTree.java 224 ShortVariable: Avoid variables with short names like c
13795 src/jZLib/InfTree.java 225 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13796 src/jZLib/InfTree.java 225 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13797 src/jZLib/InfTree.java 225 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the r field if you want a default access modifier
13798 src/jZLib/InfTree.java 225 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the r field if you want a default access modifier
13799 src/jZLib/InfTree.java 225 CommentRequired: Field comments are required
13800 src/jZLib/InfTree.java 225 CommentRequired: Field comments are required
13801 src/jZLib/InfTree.java 225 DefaultPackage: Use explicit scoping instead of the default package private level
13802 src/jZLib/InfTree.java 225 DefaultPackage: Use explicit scoping instead of the default package private level
13803 src/jZLib/InfTree.java 225 RedundantFieldInitializer: Avoid using redundant field initializer for 'r'
13804 src/jZLib/InfTree.java 225 RedundantFieldInitializer: Avoid using redundant field initializer for 'r'
13805 src/jZLib/InfTree.java 225 ShortVariable: Avoid variables with short names like r
13806 src/jZLib/InfTree.java 225 ShortVariable: Avoid variables with short names like r
13807 src/jZLib/InfTree.java 226 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13808 src/jZLib/InfTree.java 226 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13809 src/jZLib/InfTree.java 226 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the u field if you want a default access modifier
13810 src/jZLib/InfTree.java 226 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the u field if you want a default access modifier
13811 src/jZLib/InfTree.java 226 CommentRequired: Field comments are required
13812 src/jZLib/InfTree.java 226 CommentRequired: Field comments are required
13813 src/jZLib/InfTree.java 226 DefaultPackage: Use explicit scoping instead of the default package private level
13814 src/jZLib/InfTree.java 226 DefaultPackage: Use explicit scoping instead of the default package private level
13815 src/jZLib/InfTree.java 226 RedundantFieldInitializer: Avoid using redundant field initializer for 'u'
13816 src/jZLib/InfTree.java 226 RedundantFieldInitializer: Avoid using redundant field initializer for 'u'
13817 src/jZLib/InfTree.java 226 ShortVariable: Avoid variables with short names like u
13818 src/jZLib/InfTree.java 226 ShortVariable: Avoid variables with short names like u
13819 src/jZLib/InfTree.java 227 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13820 src/jZLib/InfTree.java 227 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
13821 src/jZLib/InfTree.java 227 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the x field if you want a default access modifier
13822 src/jZLib/InfTree.java 227 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the x field if you want a default access modifier
13823 src/jZLib/InfTree.java 227 CommentRequired: Field comments are required
13824 src/jZLib/InfTree.java 227 CommentRequired: Field comments are required
13825 src/jZLib/InfTree.java 227 DefaultPackage: Use explicit scoping instead of the default package private level
13826 src/jZLib/InfTree.java 227 DefaultPackage: Use explicit scoping instead of the default package private level
13827 src/jZLib/InfTree.java 227 RedundantFieldInitializer: Avoid using redundant field initializer for 'x'
13828 src/jZLib/InfTree.java 227 RedundantFieldInitializer: Avoid using redundant field initializer for 'x'
13829 src/jZLib/InfTree.java 227 ShortVariable: Avoid variables with short names like x
13830 src/jZLib/InfTree.java 227 ShortVariable: Avoid variables with short names like x
13831 src/jZLib/InfTree.java 229 ExcessiveMethodLength: Avoid really long methods.
13832 src/jZLib/InfTree.java 229 ExcessiveMethodLength: Avoid really long methods.
13833 src/jZLib/InfTree.java 229 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
13834 src/jZLib/InfTree.java 229 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
13835 src/jZLib/InfTree.java 229 ModifiedCyclomaticComplexity: The method 'huft_build' has a Modified Cyclomatic Complexity of 32.
13836 src/jZLib/InfTree.java 229 ModifiedCyclomaticComplexity: The method 'huft_build' has a Modified Cyclomatic Complexity of 32.
13837 src/jZLib/InfTree.java 229 NPathComplexity: The method 'huft_build(int, int, int, int, int, int, int, int, int, int, int)' has an NPath complexity of 27247104, current threshold is 200
13838 src/jZLib/InfTree.java 229 NPathComplexity: The method 'huft_build(int, int, int, int, int, int, int, int, int, int, int)' has an NPath complexity of 27247104, current threshold is 200
13839 src/jZLib/InfTree.java 229 NcssCount: The method 'huft_build(int, int, int, int, int, int, int, int, int, int, int)' has a NCSS line count of 124.
13840 src/jZLib/InfTree.java 229 NcssCount: The method 'huft_build(int, int, int, int, int, int, int, int, int, int, int)' has a NCSS line count of 124.
13841 src/jZLib/InfTree.java 229 ShortVariable: Avoid variables with short names like b
13842 src/jZLib/InfTree.java 229 ShortVariable: Avoid variables with short names like b
13843 src/jZLib/InfTree.java 230 MethodArgumentCouldBeFinal: Parameter 'bindex' is not assigned and could be declared final
13844 src/jZLib/InfTree.java 230 MethodArgumentCouldBeFinal: Parameter 'bindex' is not assigned and could be declared final
13845 src/jZLib/InfTree.java 231 ShortVariable: Avoid variables with short names like n
13846 src/jZLib/InfTree.java 231 ShortVariable: Avoid variables with short names like n
13847 src/jZLib/InfTree.java 232 MethodArgumentCouldBeFinal: Parameter 's' is not assigned and could be declared final
13848 src/jZLib/InfTree.java 232 MethodArgumentCouldBeFinal: Parameter 's' is not assigned and could be declared final
13849 src/jZLib/InfTree.java 232 ShortVariable: Avoid variables with short names like s
13850 src/jZLib/InfTree.java 232 ShortVariable: Avoid variables with short names like s
13851 src/jZLib/InfTree.java 233 MethodArgumentCouldBeFinal: Parameter 'd' is not assigned and could be declared final
13852 src/jZLib/InfTree.java 233 MethodArgumentCouldBeFinal: Parameter 'd' is not assigned and could be declared final
13853 src/jZLib/InfTree.java 233 ShortVariable: Avoid variables with short names like d
13854 src/jZLib/InfTree.java 233 ShortVariable: Avoid variables with short names like d
13855 src/jZLib/InfTree.java 234 MethodArgumentCouldBeFinal: Parameter 'e' is not assigned and could be declared final
13856 src/jZLib/InfTree.java 234 MethodArgumentCouldBeFinal: Parameter 'e' is not assigned and could be declared final
13857 src/jZLib/InfTree.java 234 ShortVariable: Avoid variables with short names like e
13858 src/jZLib/InfTree.java 234 ShortVariable: Avoid variables with short names like e
13859 src/jZLib/InfTree.java 235 ShortVariable: Avoid variables with short names like t
13860 src/jZLib/InfTree.java 235 ShortVariable: Avoid variables with short names like t
13861 src/jZLib/InfTree.java 236 ShortVariable: Avoid variables with short names like m
13862 src/jZLib/InfTree.java 236 ShortVariable: Avoid variables with short names like m
13863 src/jZLib/InfTree.java 237 MethodArgumentCouldBeFinal: Parameter 'hp' is not assigned and could be declared final
13864 src/jZLib/InfTree.java 237 MethodArgumentCouldBeFinal: Parameter 'hp' is not assigned and could be declared final
13865 src/jZLib/InfTree.java 237 ShortVariable: Avoid variables with short names like hp
13866 src/jZLib/InfTree.java 237 ShortVariable: Avoid variables with short names like hp
13867 src/jZLib/InfTree.java 238 ShortVariable: Avoid variables with short names like hn
13868 src/jZLib/InfTree.java 238 ShortVariable: Avoid variables with short names like hn
13869 src/jZLib/InfTree.java 239 ShortVariable: Avoid variables with short names like v
13870 src/jZLib/InfTree.java 239 ShortVariable: Avoid variables with short names like v
13871 src/jZLib/InfTree.java 239 UseVarargs: Consider using varargs for methods or constructors which take an array the last parameter.
13872 src/jZLib/InfTree.java 239 UseVarargs: Consider using varargs for methods or constructors which take an array the last parameter.
13873 src/jZLib/InfTree.java 247 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13874 src/jZLib/InfTree.java 247 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13875 src/jZLib/InfTree.java 247 ShortVariable: Avoid variables with short names like a
13876 src/jZLib/InfTree.java 247 ShortVariable: Avoid variables with short names like a
13877 src/jZLib/InfTree.java 248 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13878 src/jZLib/InfTree.java 248 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13879 src/jZLib/InfTree.java 248 ShortVariable: Avoid variables with short names like f
13880 src/jZLib/InfTree.java 248 ShortVariable: Avoid variables with short names like f
13881 src/jZLib/InfTree.java 249 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13882 src/jZLib/InfTree.java 249 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13883 src/jZLib/InfTree.java 249 ShortVariable: Avoid variables with short names like g
13884 src/jZLib/InfTree.java 249 ShortVariable: Avoid variables with short names like g
13885 src/jZLib/InfTree.java 250 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13886 src/jZLib/InfTree.java 250 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13887 src/jZLib/InfTree.java 250 ShortVariable: Avoid variables with short names like h
13888 src/jZLib/InfTree.java 250 ShortVariable: Avoid variables with short names like h
13889 src/jZLib/InfTree.java 251 ShortVariable: Avoid variables with short names like i
13890 src/jZLib/InfTree.java 251 ShortVariable: Avoid variables with short names like i
13891 src/jZLib/InfTree.java 252 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13892 src/jZLib/InfTree.java 252 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13893 src/jZLib/InfTree.java 252 ShortVariable: Avoid variables with short names like j
13894 src/jZLib/InfTree.java 252 ShortVariable: Avoid variables with short names like j
13895 src/jZLib/InfTree.java 253 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13896 src/jZLib/InfTree.java 253 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13897 src/jZLib/InfTree.java 253 ShortVariable: Avoid variables with short names like k
13898 src/jZLib/InfTree.java 253 ShortVariable: Avoid variables with short names like k
13899 src/jZLib/InfTree.java 254 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13900 src/jZLib/InfTree.java 254 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13901 src/jZLib/InfTree.java 254 ShortVariable: Avoid variables with short names like l
13902 src/jZLib/InfTree.java 254 ShortVariable: Avoid variables with short names like l
13903 src/jZLib/InfTree.java 255 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13904 src/jZLib/InfTree.java 255 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13905 src/jZLib/InfTree.java 256 ShortVariable: Avoid variables with short names like p
13906 src/jZLib/InfTree.java 256 ShortVariable: Avoid variables with short names like p
13907 src/jZLib/InfTree.java 257 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13908 src/jZLib/InfTree.java 257 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13909 src/jZLib/InfTree.java 257 ShortVariable: Avoid variables with short names like q
13910 src/jZLib/InfTree.java 257 ShortVariable: Avoid variables with short names like q
13911 src/jZLib/InfTree.java 258 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13912 src/jZLib/InfTree.java 258 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13913 src/jZLib/InfTree.java 258 ShortVariable: Avoid variables with short names like w
13914 src/jZLib/InfTree.java 258 ShortVariable: Avoid variables with short names like w
13915 src/jZLib/InfTree.java 259 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13916 src/jZLib/InfTree.java 259 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13917 src/jZLib/InfTree.java 259 ShortVariable: Avoid variables with short names like xp
13918 src/jZLib/InfTree.java 259 ShortVariable: Avoid variables with short names like xp
13919 src/jZLib/InfTree.java 260 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13920 src/jZLib/InfTree.java 260 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13921 src/jZLib/InfTree.java 260 ShortVariable: Avoid variables with short names like y
13922 src/jZLib/InfTree.java 260 ShortVariable: Avoid variables with short names like y
13923 src/jZLib/InfTree.java 261 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13924 src/jZLib/InfTree.java 261 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
13925 src/jZLib/InfTree.java 261 ShortVariable: Avoid variables with short names like z
13926 src/jZLib/InfTree.java 261 ShortVariable: Avoid variables with short names like z
13927 src/jZLib/InfTree.java 265 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'i' (lines '265'-'267').
13928 src/jZLib/InfTree.java 265 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'i' (lines '265'-'267').
13929 src/jZLib/InfTree.java 267 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'p' (lines '267'-'306').
13930 src/jZLib/InfTree.java 267 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'p' (lines '267'-'306').
13931 src/jZLib/InfTree.java 267 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'p' (lines '267'-'417').
13932 src/jZLib/InfTree.java 267 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'p' (lines '267'-'417').
13933 src/jZLib/InfTree.java 273 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13934 src/jZLib/InfTree.java 273 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13935 src/jZLib/InfTree.java 278 ControlStatementBraces: This statement should have braces
13936 src/jZLib/InfTree.java 278 ControlStatementBraces: This statement should have braces
13937 src/jZLib/InfTree.java 279 ControlStatementBraces: This statement should have braces
13938 src/jZLib/InfTree.java 279 ControlStatementBraces: This statement should have braces
13939 src/jZLib/InfTree.java 280 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'k' (lines '280'-'417').
13940 src/jZLib/InfTree.java 280 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'k' (lines '280'-'417').
13941 src/jZLib/InfTree.java 285 ControlStatementBraces: This statement should have braces
13942 src/jZLib/InfTree.java 285 ControlStatementBraces: This statement should have braces
13943 src/jZLib/InfTree.java 287 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'g' (lines '287'-'417').
13944 src/jZLib/InfTree.java 287 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'g' (lines '287'-'417').
13945 src/jZLib/InfTree.java 296 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13946 src/jZLib/InfTree.java 296 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13947 src/jZLib/InfTree.java 300 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13948 src/jZLib/InfTree.java 300 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13949 src/jZLib/InfTree.java 308 UselessParentheses: Useless parentheses.
13950 src/jZLib/InfTree.java 308 UselessParentheses: Useless parentheses.
13951 src/jZLib/InfTree.java 309 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'xp' (lines '309'-'348').
13952 src/jZLib/InfTree.java 309 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'xp' (lines '309'-'348').
13953 src/jZLib/InfTree.java 310 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'p' (lines '310'-'314').
13954 src/jZLib/InfTree.java 310 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'p' (lines '310'-'314').
13955 src/jZLib/InfTree.java 319 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'p' (lines '319'-'326').
13956 src/jZLib/InfTree.java 319 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'p' (lines '319'-'326').
13957 src/jZLib/InfTree.java 322 AvoidReassigningParameters: Avoid reassigning parameters such as 'n'
13958 src/jZLib/InfTree.java 322 AvoidReassigningParameters: Avoid reassigning parameters such as 'n'
13959 src/jZLib/InfTree.java 325 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'i' (lines '325'-'417').
13960 src/jZLib/InfTree.java 325 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'i' (lines '325'-'417').
13961 src/jZLib/InfTree.java 326 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'p' (lines '326'-'417').
13962 src/jZLib/InfTree.java 326 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'p' (lines '326'-'417').
13963 src/jZLib/InfTree.java 327 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'h' (lines '327'-'340').
13964 src/jZLib/InfTree.java 327 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'h' (lines '327'-'340').
13965 src/jZLib/InfTree.java 330 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'q' (lines '330'-'363').
13966 src/jZLib/InfTree.java 330 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'q' (lines '330'-'363').
13967 src/jZLib/InfTree.java 330 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'q' (lines '330'-'417').
13968 src/jZLib/InfTree.java 330 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'q' (lines '330'-'417').
13969 src/jZLib/InfTree.java 331 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'z' (lines '331'-'343').
13970 src/jZLib/InfTree.java 331 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'z' (lines '331'-'343').
13971 src/jZLib/InfTree.java 340 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'h' (lines '340'-'417').
13972 src/jZLib/InfTree.java 340 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'h' (lines '340'-'417').
13973 src/jZLib/InfTree.java 344 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'z' (lines '344'-'357').
13974 src/jZLib/InfTree.java 344 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'z' (lines '344'-'357').
13975 src/jZLib/InfTree.java 344 UselessParentheses: Useless parentheses.
13976 src/jZLib/InfTree.java 344 UselessParentheses: Useless parentheses.
13977 src/jZLib/InfTree.java 345 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'f' (lines '345'-'395').
13978 src/jZLib/InfTree.java 345 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'f' (lines '345'-'395').
13979 src/jZLib/InfTree.java 345 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'f' (lines '345'-'417').
13980 src/jZLib/InfTree.java 345 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'f' (lines '345'-'417').
13981 src/jZLib/InfTree.java 348 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'xp' (lines '348'-'417').
13982 src/jZLib/InfTree.java 348 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'xp' (lines '348'-'417').
13983 src/jZLib/InfTree.java 352 ControlStatementBraces: This statement should have braces
13984 src/jZLib/InfTree.java 352 ControlStatementBraces: This statement should have braces
13985 src/jZLib/InfTree.java 361 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13986 src/jZLib/InfTree.java 361 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
13987 src/jZLib/InfTree.java 367 ConfusingTernary: Avoid if (x != y) ..; else ..;
13988 src/jZLib/InfTree.java 367 ConfusingTernary: Avoid if (x != y) ..; else ..;
13989 src/jZLib/InfTree.java 395 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'f' (lines '395'-'417').
13990 src/jZLib/InfTree.java 395 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'f' (lines '395'-'417').
13991 src/jZLib/InfTree.java 416 ConfusingTernary: Avoid if (x != y) ..; else ..;
13992 src/jZLib/InfTree.java 416 ConfusingTernary: Avoid if (x != y) ..; else ..;
13993 src/jZLib/InfTree.java 419 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflate_trees_bits method if you want a default access modifier
13994 src/jZLib/InfTree.java 419 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflate_trees_bits method if you want a default access modifier
13995 src/jZLib/InfTree.java 419 DefaultPackage: Use explicit scoping instead of the default package private level
13996 src/jZLib/InfTree.java 419 DefaultPackage: Use explicit scoping instead of the default package private level
13997 src/jZLib/InfTree.java 419 MethodArgumentCouldBeFinal: Parameter 'c' is not assigned and could be declared final
13998 src/jZLib/InfTree.java 419 MethodArgumentCouldBeFinal: Parameter 'c' is not assigned and could be declared final
13999 src/jZLib/InfTree.java 419 ShortVariable: Avoid variables with short names like c
14000 src/jZLib/InfTree.java 419 ShortVariable: Avoid variables with short names like c
14001 src/jZLib/InfTree.java 420 MethodArgumentCouldBeFinal: Parameter 'bb' is not assigned and could be declared final
14002 src/jZLib/InfTree.java 420 MethodArgumentCouldBeFinal: Parameter 'bb' is not assigned and could be declared final
14003 src/jZLib/InfTree.java 420 ShortVariable: Avoid variables with short names like bb
14004 src/jZLib/InfTree.java 420 ShortVariable: Avoid variables with short names like bb
14005 src/jZLib/InfTree.java 421 MethodArgumentCouldBeFinal: Parameter 'tb' is not assigned and could be declared final
14006 src/jZLib/InfTree.java 421 MethodArgumentCouldBeFinal: Parameter 'tb' is not assigned and could be declared final
14007 src/jZLib/InfTree.java 421 ShortVariable: Avoid variables with short names like tb
14008 src/jZLib/InfTree.java 421 ShortVariable: Avoid variables with short names like tb
14009 src/jZLib/InfTree.java 422 MethodArgumentCouldBeFinal: Parameter 'hp' is not assigned and could be declared final
14010 src/jZLib/InfTree.java 422 MethodArgumentCouldBeFinal: Parameter 'hp' is not assigned and could be declared final
14011 src/jZLib/InfTree.java 422 ShortVariable: Avoid variables with short names like hp
14012 src/jZLib/InfTree.java 422 ShortVariable: Avoid variables with short names like hp
14013 src/jZLib/InfTree.java 423 MethodArgumentCouldBeFinal: Parameter 'z' is not assigned and could be declared final
14014 src/jZLib/InfTree.java 423 MethodArgumentCouldBeFinal: Parameter 'z' is not assigned and could be declared final
14015 src/jZLib/InfTree.java 423 ShortVariable: Avoid variables with short names like z
14016 src/jZLib/InfTree.java 423 ShortVariable: Avoid variables with short names like z
14017 src/jZLib/InfTree.java 440 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflate_trees_dynamic method if you want a default access modifier
14018 src/jZLib/InfTree.java 440 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflate_trees_dynamic method if you want a default access modifier
14019 src/jZLib/InfTree.java 440 DefaultPackage: Use explicit scoping instead of the default package private level
14020 src/jZLib/InfTree.java 440 DefaultPackage: Use explicit scoping instead of the default package private level
14021 src/jZLib/InfTree.java 440 MethodArgumentCouldBeFinal: Parameter 'nl' is not assigned and could be declared final
14022 src/jZLib/InfTree.java 440 MethodArgumentCouldBeFinal: Parameter 'nl' is not assigned and could be declared final
14023 src/jZLib/InfTree.java 440 ShortVariable: Avoid variables with short names like nl
14024 src/jZLib/InfTree.java 440 ShortVariable: Avoid variables with short names like nl
14025 src/jZLib/InfTree.java 441 MethodArgumentCouldBeFinal: Parameter 'nd' is not assigned and could be declared final
14026 src/jZLib/InfTree.java 441 MethodArgumentCouldBeFinal: Parameter 'nd' is not assigned and could be declared final
14027 src/jZLib/InfTree.java 441 ShortVariable: Avoid variables with short names like nd
14028 src/jZLib/InfTree.java 441 ShortVariable: Avoid variables with short names like nd
14029 src/jZLib/InfTree.java 442 MethodArgumentCouldBeFinal: Parameter 'c' is not assigned and could be declared final
14030 src/jZLib/InfTree.java 442 MethodArgumentCouldBeFinal: Parameter 'c' is not assigned and could be declared final
14031 src/jZLib/InfTree.java 442 ShortVariable: Avoid variables with short names like c
14032 src/jZLib/InfTree.java 442 ShortVariable: Avoid variables with short names like c
14033 src/jZLib/InfTree.java 443 MethodArgumentCouldBeFinal: Parameter 'bl' is not assigned and could be declared final
14034 src/jZLib/InfTree.java 443 MethodArgumentCouldBeFinal: Parameter 'bl' is not assigned and could be declared final
14035 src/jZLib/InfTree.java 443 ShortVariable: Avoid variables with short names like bl
14036 src/jZLib/InfTree.java 443 ShortVariable: Avoid variables with short names like bl
14037 src/jZLib/InfTree.java 444 MethodArgumentCouldBeFinal: Parameter 'bd' is not assigned and could be declared final
14038 src/jZLib/InfTree.java 444 MethodArgumentCouldBeFinal: Parameter 'bd' is not assigned and could be declared final
14039 src/jZLib/InfTree.java 444 ShortVariable: Avoid variables with short names like bd
14040 src/jZLib/InfTree.java 444 ShortVariable: Avoid variables with short names like bd
14041 src/jZLib/InfTree.java 445 MethodArgumentCouldBeFinal: Parameter 'tl' is not assigned and could be declared final
14042 src/jZLib/InfTree.java 445 MethodArgumentCouldBeFinal: Parameter 'tl' is not assigned and could be declared final
14043 src/jZLib/InfTree.java 445 ShortVariable: Avoid variables with short names like tl
14044 src/jZLib/InfTree.java 445 ShortVariable: Avoid variables with short names like tl
14045 src/jZLib/InfTree.java 446 MethodArgumentCouldBeFinal: Parameter 'td' is not assigned and could be declared final
14046 src/jZLib/InfTree.java 446 MethodArgumentCouldBeFinal: Parameter 'td' is not assigned and could be declared final
14047 src/jZLib/InfTree.java 446 ShortVariable: Avoid variables with short names like td
14048 src/jZLib/InfTree.java 446 ShortVariable: Avoid variables with short names like td
14049 src/jZLib/InfTree.java 447 MethodArgumentCouldBeFinal: Parameter 'hp' is not assigned and could be declared final
14050 src/jZLib/InfTree.java 447 MethodArgumentCouldBeFinal: Parameter 'hp' is not assigned and could be declared final
14051 src/jZLib/InfTree.java 447 ShortVariable: Avoid variables with short names like hp
14052 src/jZLib/InfTree.java 447 ShortVariable: Avoid variables with short names like hp
14053 src/jZLib/InfTree.java 448 MethodArgumentCouldBeFinal: Parameter 'z' is not assigned and could be declared final
14054 src/jZLib/InfTree.java 448 MethodArgumentCouldBeFinal: Parameter 'z' is not assigned and could be declared final
14055 src/jZLib/InfTree.java 448 ShortVariable: Avoid variables with short names like z
14056 src/jZLib/InfTree.java 448 ShortVariable: Avoid variables with short names like z
14057 src/jZLib/InfTree.java 464 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14058 src/jZLib/InfTree.java 464 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14059 src/jZLib/InfTree.java 471 UselessParentheses: Useless parentheses.
14060 src/jZLib/InfTree.java 471 UselessParentheses: Useless parentheses.
14061 src/jZLib/InfTree.java 483 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14062 src/jZLib/InfTree.java 483 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14063 src/jZLib/InfTree.java 489 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflate_trees_fixed method if you want a default access modifier
14064 src/jZLib/InfTree.java 489 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflate_trees_fixed method if you want a default access modifier
14065 src/jZLib/InfTree.java 489 DefaultPackage: Use explicit scoping instead of the default package private level
14066 src/jZLib/InfTree.java 489 DefaultPackage: Use explicit scoping instead of the default package private level
14067 src/jZLib/InfTree.java 489 ShortVariable: Avoid variables with short names like bl
14068 src/jZLib/InfTree.java 489 ShortVariable: Avoid variables with short names like bl
14069 src/jZLib/InfTree.java 490 ShortVariable: Avoid variables with short names like bd
14070 src/jZLib/InfTree.java 490 ShortVariable: Avoid variables with short names like bd
14071 src/jZLib/InfTree.java 491 ShortVariable: Avoid variables with short names like tl
14072 src/jZLib/InfTree.java 491 ShortVariable: Avoid variables with short names like tl
14073 src/jZLib/InfTree.java 492 ShortVariable: Avoid variables with short names like td
14074 src/jZLib/InfTree.java 492 ShortVariable: Avoid variables with short names like td
14075 src/jZLib/InfTree.java 493 MethodArgumentCouldBeFinal: Parameter 'z' is not assigned and could be declared final
14076 src/jZLib/InfTree.java 493 MethodArgumentCouldBeFinal: Parameter 'z' is not assigned and could be declared final
14077 src/jZLib/InfTree.java 493 ShortVariable: Avoid variables with short names like z
14078 src/jZLib/InfTree.java 493 ShortVariable: Avoid variables with short names like z
14079 src/jZLib/InfTree.java 502 MethodArgumentCouldBeFinal: Parameter 'vsize' is not assigned and could be declared final
14080 src/jZLib/InfTree.java 502 MethodArgumentCouldBeFinal: Parameter 'vsize' is not assigned and could be declared final
14081 src/jZLib/Inflate.java 2 CommentSize: Comment is too large: Too many lines
14082 src/jZLib/Inflate.java 2 CommentSize: Comment is too large: Too many lines
14083 src/jZLib/Inflate.java 35 PackageCase: Package name contains upper case characters
14084 src/jZLib/Inflate.java 35 PackageCase: Package name contains upper case characters
14085 src/jZLib/Inflate.java 37 CommentRequired: Class comments are required
14086 src/jZLib/Inflate.java 37 CommentRequired: Class comments are required
14087 src/jZLib/Inflate.java 37 ModifiedCyclomaticComplexity: The class 'Inflate' has a Modified Cyclomatic Complexity of 8 (Highest = 70).
14088 src/jZLib/Inflate.java 37 ModifiedCyclomaticComplexity: The class 'Inflate' has a Modified Cyclomatic Complexity of 8 (Highest = 70).
14089 src/jZLib/Inflate.java 37 TooManyMethods: This class has too many methods, consider refactoring it.
14090 src/jZLib/Inflate.java 37 TooManyMethods: This class has too many methods, consider refactoring it.
14091 src/jZLib/Inflate.java 39 CommentRequired: Field comments are required
14092 src/jZLib/Inflate.java 39 CommentRequired: Field comments are required
14093 src/jZLib/Inflate.java 39 UnusedPrivateField: Avoid unused private fields such as 'MAX_WBITS'.
14094 src/jZLib/Inflate.java 39 UnusedPrivateField: Avoid unused private fields such as 'MAX_WBITS'.
14095 src/jZLib/Inflate.java 42 CommentRequired: Field comments are required
14096 src/jZLib/Inflate.java 42 CommentRequired: Field comments are required
14097 src/jZLib/Inflate.java 44 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Z_NO_FLUSH field if you want a default access modifier
14098 src/jZLib/Inflate.java 44 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Z_NO_FLUSH field if you want a default access modifier
14099 src/jZLib/Inflate.java 44 CommentRequired: Field comments are required
14100 src/jZLib/Inflate.java 44 CommentRequired: Field comments are required
14101 src/jZLib/Inflate.java 44 DefaultPackage: Use explicit scoping instead of the default package private level
14102 src/jZLib/Inflate.java 44 DefaultPackage: Use explicit scoping instead of the default package private level
14103 src/jZLib/Inflate.java 45 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Z_PARTIAL_FLUSH field if you want a default access modifier
14104 src/jZLib/Inflate.java 45 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Z_PARTIAL_FLUSH field if you want a default access modifier
14105 src/jZLib/Inflate.java 45 CommentRequired: Field comments are required
14106 src/jZLib/Inflate.java 45 CommentRequired: Field comments are required
14107 src/jZLib/Inflate.java 45 DefaultPackage: Use explicit scoping instead of the default package private level
14108 src/jZLib/Inflate.java 45 DefaultPackage: Use explicit scoping instead of the default package private level
14109 src/jZLib/Inflate.java 46 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Z_SYNC_FLUSH field if you want a default access modifier
14110 src/jZLib/Inflate.java 46 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Z_SYNC_FLUSH field if you want a default access modifier
14111 src/jZLib/Inflate.java 46 CommentRequired: Field comments are required
14112 src/jZLib/Inflate.java 46 CommentRequired: Field comments are required
14113 src/jZLib/Inflate.java 46 DefaultPackage: Use explicit scoping instead of the default package private level
14114 src/jZLib/Inflate.java 46 DefaultPackage: Use explicit scoping instead of the default package private level
14115 src/jZLib/Inflate.java 47 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Z_FULL_FLUSH field if you want a default access modifier
14116 src/jZLib/Inflate.java 47 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Z_FULL_FLUSH field if you want a default access modifier
14117 src/jZLib/Inflate.java 47 CommentRequired: Field comments are required
14118 src/jZLib/Inflate.java 47 CommentRequired: Field comments are required
14119 src/jZLib/Inflate.java 47 DefaultPackage: Use explicit scoping instead of the default package private level
14120 src/jZLib/Inflate.java 47 DefaultPackage: Use explicit scoping instead of the default package private level
14121 src/jZLib/Inflate.java 48 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Z_FINISH field if you want a default access modifier
14122 src/jZLib/Inflate.java 48 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Z_FINISH field if you want a default access modifier
14123 src/jZLib/Inflate.java 48 CommentRequired: Field comments are required
14124 src/jZLib/Inflate.java 48 CommentRequired: Field comments are required
14125 src/jZLib/Inflate.java 48 DefaultPackage: Use explicit scoping instead of the default package private level
14126 src/jZLib/Inflate.java 48 DefaultPackage: Use explicit scoping instead of the default package private level
14127 src/jZLib/Inflate.java 50 CommentRequired: Field comments are required
14128 src/jZLib/Inflate.java 50 CommentRequired: Field comments are required
14129 src/jZLib/Inflate.java 52 CommentRequired: Field comments are required
14130 src/jZLib/Inflate.java 52 CommentRequired: Field comments are required
14131 src/jZLib/Inflate.java 53 CommentRequired: Field comments are required
14132 src/jZLib/Inflate.java 53 CommentRequired: Field comments are required
14133 src/jZLib/Inflate.java 54 CommentRequired: Field comments are required
14134 src/jZLib/Inflate.java 54 CommentRequired: Field comments are required
14135 src/jZLib/Inflate.java 55 CommentRequired: Field comments are required
14136 src/jZLib/Inflate.java 55 CommentRequired: Field comments are required
14137 src/jZLib/Inflate.java 55 UnusedPrivateField: Avoid unused private fields such as 'Z_ERRNO'.
14138 src/jZLib/Inflate.java 55 UnusedPrivateField: Avoid unused private fields such as 'Z_ERRNO'.
14139 src/jZLib/Inflate.java 56 CommentRequired: Field comments are required
14140 src/jZLib/Inflate.java 56 CommentRequired: Field comments are required
14141 src/jZLib/Inflate.java 57 CommentRequired: Field comments are required
14142 src/jZLib/Inflate.java 57 CommentRequired: Field comments are required
14143 src/jZLib/Inflate.java 58 CommentRequired: Field comments are required
14144 src/jZLib/Inflate.java 58 CommentRequired: Field comments are required
14145 src/jZLib/Inflate.java 58 UnusedPrivateField: Avoid unused private fields such as 'Z_MEM_ERROR'.
14146 src/jZLib/Inflate.java 58 UnusedPrivateField: Avoid unused private fields such as 'Z_MEM_ERROR'.
14147 src/jZLib/Inflate.java 59 CommentRequired: Field comments are required
14148 src/jZLib/Inflate.java 59 CommentRequired: Field comments are required
14149 src/jZLib/Inflate.java 60 CommentRequired: Field comments are required
14150 src/jZLib/Inflate.java 60 CommentRequired: Field comments are required
14151 src/jZLib/Inflate.java 60 UnusedPrivateField: Avoid unused private fields such as 'Z_VERSION_ERROR'.
14152 src/jZLib/Inflate.java 60 UnusedPrivateField: Avoid unused private fields such as 'Z_VERSION_ERROR'.
14153 src/jZLib/Inflate.java 62 CommentRequired: Field comments are required
14154 src/jZLib/Inflate.java 62 CommentRequired: Field comments are required
14155 src/jZLib/Inflate.java 62 UnusedPrivateField: Avoid unused private fields such as 'METHOD'.
14156 src/jZLib/Inflate.java 62 UnusedPrivateField: Avoid unused private fields such as 'METHOD'.
14157 src/jZLib/Inflate.java 63 CommentRequired: Field comments are required
14158 src/jZLib/Inflate.java 63 CommentRequired: Field comments are required
14159 src/jZLib/Inflate.java 63 UnusedPrivateField: Avoid unused private fields such as 'FLAG'.
14160 src/jZLib/Inflate.java 63 UnusedPrivateField: Avoid unused private fields such as 'FLAG'.
14161 src/jZLib/Inflate.java 64 CommentRequired: Field comments are required
14162 src/jZLib/Inflate.java 64 CommentRequired: Field comments are required
14163 src/jZLib/Inflate.java 65 CommentRequired: Field comments are required
14164 src/jZLib/Inflate.java 65 CommentRequired: Field comments are required
14165 src/jZLib/Inflate.java 66 CommentRequired: Field comments are required
14166 src/jZLib/Inflate.java 66 CommentRequired: Field comments are required
14167 src/jZLib/Inflate.java 67 CommentRequired: Field comments are required
14168 src/jZLib/Inflate.java 67 CommentRequired: Field comments are required
14169 src/jZLib/Inflate.java 68 CommentRequired: Field comments are required
14170 src/jZLib/Inflate.java 68 CommentRequired: Field comments are required
14171 src/jZLib/Inflate.java 69 CommentRequired: Field comments are required
14172 src/jZLib/Inflate.java 69 CommentRequired: Field comments are required
14173 src/jZLib/Inflate.java 70 CommentRequired: Field comments are required
14174 src/jZLib/Inflate.java 70 CommentRequired: Field comments are required
14175 src/jZLib/Inflate.java 71 CommentRequired: Field comments are required
14176 src/jZLib/Inflate.java 71 CommentRequired: Field comments are required
14177 src/jZLib/Inflate.java 72 CommentRequired: Field comments are required
14178 src/jZLib/Inflate.java 72 CommentRequired: Field comments are required
14179 src/jZLib/Inflate.java 73 CommentRequired: Field comments are required
14180 src/jZLib/Inflate.java 73 CommentRequired: Field comments are required
14181 src/jZLib/Inflate.java 74 CommentRequired: Field comments are required
14182 src/jZLib/Inflate.java 74 CommentRequired: Field comments are required
14183 src/jZLib/Inflate.java 75 CommentRequired: Field comments are required
14184 src/jZLib/Inflate.java 75 CommentRequired: Field comments are required
14185 src/jZLib/Inflate.java 77 CommentRequired: Field comments are required
14186 src/jZLib/Inflate.java 77 CommentRequired: Field comments are required
14187 src/jZLib/Inflate.java 78 CommentRequired: Field comments are required
14188 src/jZLib/Inflate.java 78 CommentRequired: Field comments are required
14189 src/jZLib/Inflate.java 79 CommentRequired: Field comments are required
14190 src/jZLib/Inflate.java 79 CommentRequired: Field comments are required
14191 src/jZLib/Inflate.java 80 CommentRequired: Field comments are required
14192 src/jZLib/Inflate.java 80 CommentRequired: Field comments are required
14193 src/jZLib/Inflate.java 80 ShortVariable: Avoid variables with short names like OS
14194 src/jZLib/Inflate.java 80 ShortVariable: Avoid variables with short names like OS
14195 src/jZLib/Inflate.java 81 CommentRequired: Field comments are required
14196 src/jZLib/Inflate.java 81 CommentRequired: Field comments are required
14197 src/jZLib/Inflate.java 82 CommentRequired: Field comments are required
14198 src/jZLib/Inflate.java 82 CommentRequired: Field comments are required
14199 src/jZLib/Inflate.java 83 CommentRequired: Field comments are required
14200 src/jZLib/Inflate.java 83 CommentRequired: Field comments are required
14201 src/jZLib/Inflate.java 84 CommentRequired: Field comments are required
14202 src/jZLib/Inflate.java 84 CommentRequired: Field comments are required
14203 src/jZLib/Inflate.java 85 CommentRequired: Field comments are required
14204 src/jZLib/Inflate.java 85 CommentRequired: Field comments are required
14205 src/jZLib/Inflate.java 86 CommentRequired: Field comments are required
14206 src/jZLib/Inflate.java 86 CommentRequired: Field comments are required
14207 src/jZLib/Inflate.java 88 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the INFLATE_ANY field if you want a default access modifier
14208 src/jZLib/Inflate.java 88 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the INFLATE_ANY field if you want a default access modifier
14209 src/jZLib/Inflate.java 88 CommentRequired: Field comments are required
14210 src/jZLib/Inflate.java 88 CommentRequired: Field comments are required
14211 src/jZLib/Inflate.java 88 DefaultPackage: Use explicit scoping instead of the default package private level
14212 src/jZLib/Inflate.java 88 DefaultPackage: Use explicit scoping instead of the default package private level
14213 src/jZLib/Inflate.java 90 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14214 src/jZLib/Inflate.java 90 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14215 src/jZLib/Inflate.java 90 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the mode field if you want a default access modifier
14216 src/jZLib/Inflate.java 90 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the mode field if you want a default access modifier
14217 src/jZLib/Inflate.java 90 CommentRequired: Field comments are required
14218 src/jZLib/Inflate.java 90 CommentRequired: Field comments are required
14219 src/jZLib/Inflate.java 90 DefaultPackage: Use explicit scoping instead of the default package private level
14220 src/jZLib/Inflate.java 90 DefaultPackage: Use explicit scoping instead of the default package private level
14221 src/jZLib/Inflate.java 93 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14222 src/jZLib/Inflate.java 93 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14223 src/jZLib/Inflate.java 93 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the method field if you want a default access modifier
14224 src/jZLib/Inflate.java 93 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the method field if you want a default access modifier
14225 src/jZLib/Inflate.java 93 CommentRequired: Field comments are required
14226 src/jZLib/Inflate.java 93 CommentRequired: Field comments are required
14227 src/jZLib/Inflate.java 93 DefaultPackage: Use explicit scoping instead of the default package private level
14228 src/jZLib/Inflate.java 93 DefaultPackage: Use explicit scoping instead of the default package private level
14229 src/jZLib/Inflate.java 96 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14230 src/jZLib/Inflate.java 96 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14231 src/jZLib/Inflate.java 96 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the was field if you want a default access modifier
14232 src/jZLib/Inflate.java 96 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the was field if you want a default access modifier
14233 src/jZLib/Inflate.java 96 CommentRequired: Field comments are required
14234 src/jZLib/Inflate.java 96 CommentRequired: Field comments are required
14235 src/jZLib/Inflate.java 96 DefaultPackage: Use explicit scoping instead of the default package private level
14236 src/jZLib/Inflate.java 96 DefaultPackage: Use explicit scoping instead of the default package private level
14237 src/jZLib/Inflate.java 97 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14238 src/jZLib/Inflate.java 97 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14239 src/jZLib/Inflate.java 97 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the need field if you want a default access modifier
14240 src/jZLib/Inflate.java 97 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the need field if you want a default access modifier
14241 src/jZLib/Inflate.java 97 CommentRequired: Field comments are required
14242 src/jZLib/Inflate.java 97 CommentRequired: Field comments are required
14243 src/jZLib/Inflate.java 97 DefaultPackage: Use explicit scoping instead of the default package private level
14244 src/jZLib/Inflate.java 97 DefaultPackage: Use explicit scoping instead of the default package private level
14245 src/jZLib/Inflate.java 100 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14246 src/jZLib/Inflate.java 100 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14247 src/jZLib/Inflate.java 100 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the marker field if you want a default access modifier
14248 src/jZLib/Inflate.java 100 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the marker field if you want a default access modifier
14249 src/jZLib/Inflate.java 100 CommentRequired: Field comments are required
14250 src/jZLib/Inflate.java 100 CommentRequired: Field comments are required
14251 src/jZLib/Inflate.java 100 DefaultPackage: Use explicit scoping instead of the default package private level
14252 src/jZLib/Inflate.java 100 DefaultPackage: Use explicit scoping instead of the default package private level
14253 src/jZLib/Inflate.java 103 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14254 src/jZLib/Inflate.java 103 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14255 src/jZLib/Inflate.java 103 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the wrap field if you want a default access modifier
14256 src/jZLib/Inflate.java 103 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the wrap field if you want a default access modifier
14257 src/jZLib/Inflate.java 103 CommentRequired: Field comments are required
14258 src/jZLib/Inflate.java 103 CommentRequired: Field comments are required
14259 src/jZLib/Inflate.java 103 DefaultPackage: Use explicit scoping instead of the default package private level
14260 src/jZLib/Inflate.java 103 DefaultPackage: Use explicit scoping instead of the default package private level
14261 src/jZLib/Inflate.java 109 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14262 src/jZLib/Inflate.java 109 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14263 src/jZLib/Inflate.java 109 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the wbits field if you want a default access modifier
14264 src/jZLib/Inflate.java 109 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the wbits field if you want a default access modifier
14265 src/jZLib/Inflate.java 109 CommentRequired: Field comments are required
14266 src/jZLib/Inflate.java 109 CommentRequired: Field comments are required
14267 src/jZLib/Inflate.java 109 DefaultPackage: Use explicit scoping instead of the default package private level
14268 src/jZLib/Inflate.java 109 DefaultPackage: Use explicit scoping instead of the default package private level
14269 src/jZLib/Inflate.java 111 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14270 src/jZLib/Inflate.java 111 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14271 src/jZLib/Inflate.java 111 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the blocks field if you want a default access modifier
14272 src/jZLib/Inflate.java 111 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the blocks field if you want a default access modifier
14273 src/jZLib/Inflate.java 111 CommentRequired: Field comments are required
14274 src/jZLib/Inflate.java 111 CommentRequired: Field comments are required
14275 src/jZLib/Inflate.java 111 DefaultPackage: Use explicit scoping instead of the default package private level
14276 src/jZLib/Inflate.java 111 DefaultPackage: Use explicit scoping instead of the default package private level
14277 src/jZLib/Inflate.java 113 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14278 src/jZLib/Inflate.java 113 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14279 src/jZLib/Inflate.java 113 CommentRequired: Field comments are required
14280 src/jZLib/Inflate.java 113 CommentRequired: Field comments are required
14281 src/jZLib/Inflate.java 113 ShortVariable: Avoid variables with short names like z
14282 src/jZLib/Inflate.java 113 ShortVariable: Avoid variables with short names like z
14283 src/jZLib/Inflate.java 115 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14284 src/jZLib/Inflate.java 115 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14285 src/jZLib/Inflate.java 115 CommentRequired: Field comments are required
14286 src/jZLib/Inflate.java 115 CommentRequired: Field comments are required
14287 src/jZLib/Inflate.java 115 SingularField: Perhaps 'flags' could be replaced by a local variable.
14288 src/jZLib/Inflate.java 115 SingularField: Perhaps 'flags' could be replaced by a local variable.
14289 src/jZLib/Inflate.java 117 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14290 src/jZLib/Inflate.java 117 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14291 src/jZLib/Inflate.java 117 CommentRequired: Field comments are required
14292 src/jZLib/Inflate.java 117 CommentRequired: Field comments are required
14293 src/jZLib/Inflate.java 118 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14294 src/jZLib/Inflate.java 118 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14295 src/jZLib/Inflate.java 118 CommentRequired: Field comments are required
14296 src/jZLib/Inflate.java 118 CommentRequired: Field comments are required
14297 src/jZLib/Inflate.java 118 SingularField: Perhaps 'crcbuf' could be replaced by a local variable.
14298 src/jZLib/Inflate.java 118 SingularField: Perhaps 'crcbuf' could be replaced by a local variable.
14299 src/jZLib/Inflate.java 120 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14300 src/jZLib/Inflate.java 120 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14301 src/jZLib/Inflate.java 120 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the gheader field if you want a default access modifier
14302 src/jZLib/Inflate.java 120 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the gheader field if you want a default access modifier
14303 src/jZLib/Inflate.java 120 CommentRequired: Field comments are required
14304 src/jZLib/Inflate.java 120 CommentRequired: Field comments are required
14305 src/jZLib/Inflate.java 120 DefaultPackage: Use explicit scoping instead of the default package private level
14306 src/jZLib/Inflate.java 120 DefaultPackage: Use explicit scoping instead of the default package private level
14307 src/jZLib/Inflate.java 120 RedundantFieldInitializer: Avoid using redundant field initializer for 'gheader'
14308 src/jZLib/Inflate.java 120 RedundantFieldInitializer: Avoid using redundant field initializer for 'gheader'
14309 src/jZLib/Inflate.java 122 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflateReset method if you want a default access modifier
14310 src/jZLib/Inflate.java 122 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflateReset method if you want a default access modifier
14311 src/jZLib/Inflate.java 122 DefaultPackage: Use explicit scoping instead of the default package private level
14312 src/jZLib/Inflate.java 122 DefaultPackage: Use explicit scoping instead of the default package private level
14313 src/jZLib/Inflate.java 123 ControlStatementBraces: This statement should have braces
14314 src/jZLib/Inflate.java 123 ControlStatementBraces: This statement should have braces
14315 src/jZLib/Inflate.java 123 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14316 src/jZLib/Inflate.java 123 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14317 src/jZLib/Inflate.java 133 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflateEnd method if you want a default access modifier
14318 src/jZLib/Inflate.java 133 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflateEnd method if you want a default access modifier
14319 src/jZLib/Inflate.java 133 DefaultPackage: Use explicit scoping instead of the default package private level
14320 src/jZLib/Inflate.java 133 DefaultPackage: Use explicit scoping instead of the default package private level
14321 src/jZLib/Inflate.java 140 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Inflate constructor if you want a default access modifier
14322 src/jZLib/Inflate.java 140 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Inflate constructor if you want a default access modifier
14323 src/jZLib/Inflate.java 140 MethodArgumentCouldBeFinal: Parameter 'z' is not assigned and could be declared final
14324 src/jZLib/Inflate.java 140 MethodArgumentCouldBeFinal: Parameter 'z' is not assigned and could be declared final
14325 src/jZLib/Inflate.java 140 ShortVariable: Avoid variables with short names like z
14326 src/jZLib/Inflate.java 140 ShortVariable: Avoid variables with short names like z
14327 src/jZLib/Inflate.java 144 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflateInit method if you want a default access modifier
14328 src/jZLib/Inflate.java 144 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflateInit method if you want a default access modifier
14329 src/jZLib/Inflate.java 144 DefaultPackage: Use explicit scoping instead of the default package private level
14330 src/jZLib/Inflate.java 144 DefaultPackage: Use explicit scoping instead of the default package private level
14331 src/jZLib/Inflate.java 144 ShortVariable: Avoid variables with short names like w
14332 src/jZLib/Inflate.java 144 ShortVariable: Avoid variables with short names like w
14333 src/jZLib/Inflate.java 146 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14334 src/jZLib/Inflate.java 146 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14335 src/jZLib/Inflate.java 151 AvoidReassigningParameters: Avoid reassigning parameters such as 'w'
14336 src/jZLib/Inflate.java 151 AvoidReassigningParameters: Avoid reassigning parameters such as 'w'
14337 src/jZLib/Inflate.java 153 ConfusingTernary: Avoid if (x != y) ..; else ..;
14338 src/jZLib/Inflate.java 153 ConfusingTernary: Avoid if (x != y) ..; else ..;
14339 src/jZLib/Inflate.java 156 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
14340 src/jZLib/Inflate.java 156 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
14341 src/jZLib/Inflate.java 157 ControlStatementBraces: This statement should have braces
14342 src/jZLib/Inflate.java 157 ControlStatementBraces: This statement should have braces
14343 src/jZLib/Inflate.java 159 ConfusingTernary: Avoid if (x != y) ..; else ..;
14344 src/jZLib/Inflate.java 159 ConfusingTernary: Avoid if (x != y) ..; else ..;
14345 src/jZLib/Inflate.java 165 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
14346 src/jZLib/Inflate.java 165 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
14347 src/jZLib/Inflate.java 166 ControlStatementBraces: This statement should have braces
14348 src/jZLib/Inflate.java 166 ControlStatementBraces: This statement should have braces
14349 src/jZLib/Inflate.java 171 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14350 src/jZLib/Inflate.java 171 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14351 src/jZLib/Inflate.java 175 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14352 src/jZLib/Inflate.java 175 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14353 src/jZLib/Inflate.java 189 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflate method if you want a default access modifier
14354 src/jZLib/Inflate.java 189 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflate method if you want a default access modifier
14355 src/jZLib/Inflate.java 189 DefaultPackage: Use explicit scoping instead of the default package private level
14356 src/jZLib/Inflate.java 189 DefaultPackage: Use explicit scoping instead of the default package private level
14357 src/jZLib/Inflate.java 189 ExcessiveMethodLength: Avoid really long methods.
14358 src/jZLib/Inflate.java 189 ExcessiveMethodLength: Avoid really long methods.
14359 src/jZLib/Inflate.java 189 ModifiedCyclomaticComplexity: The method 'inflate' has a Modified Cyclomatic Complexity of 70.
14360 src/jZLib/Inflate.java 189 ModifiedCyclomaticComplexity: The method 'inflate' has a Modified Cyclomatic Complexity of 70.
14361 src/jZLib/Inflate.java 189 NPathComplexity: The method 'inflate(int)' has an NPath complexity of 46140, current threshold is 200
14362 src/jZLib/Inflate.java 189 NPathComplexity: The method 'inflate(int)' has an NPath complexity of 46140, current threshold is 200
14363 src/jZLib/Inflate.java 189 NcssCount: The method 'inflate(int)' has a NCSS line count of 287.
14364 src/jZLib/Inflate.java 189 NcssCount: The method 'inflate(int)' has a NCSS line count of 287.
14365 src/jZLib/Inflate.java 189 ShortVariable: Avoid variables with short names like f
14366 src/jZLib/Inflate.java 189 ShortVariable: Avoid variables with short names like f
14367 src/jZLib/Inflate.java 190 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'hold' (lines '190'-'565').
14368 src/jZLib/Inflate.java 190 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'hold' (lines '190'-'565').
14369 src/jZLib/Inflate.java 190 LocalVariableCouldBeFinal: Local variable 'hold' could be declared final
14370 src/jZLib/Inflate.java 190 LocalVariableCouldBeFinal: Local variable 'hold' could be declared final
14371 src/jZLib/Inflate.java 190 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14372 src/jZLib/Inflate.java 190 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14373 src/jZLib/Inflate.java 192 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14374 src/jZLib/Inflate.java 192 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14375 src/jZLib/Inflate.java 192 ShortVariable: Avoid variables with short names like r
14376 src/jZLib/Inflate.java 192 ShortVariable: Avoid variables with short names like r
14377 src/jZLib/Inflate.java 193 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14378 src/jZLib/Inflate.java 193 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14379 src/jZLib/Inflate.java 193 ShortVariable: Avoid variables with short names like b
14380 src/jZLib/Inflate.java 193 ShortVariable: Avoid variables with short names like b
14381 src/jZLib/Inflate.java 197 ControlStatementBraces: This statement should have braces
14382 src/jZLib/Inflate.java 197 ControlStatementBraces: This statement should have braces
14383 src/jZLib/Inflate.java 197 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14384 src/jZLib/Inflate.java 197 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14385 src/jZLib/Inflate.java 198 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14386 src/jZLib/Inflate.java 198 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14387 src/jZLib/Inflate.java 201 AvoidReassigningParameters: Avoid reassigning parameters such as 'f'
14388 src/jZLib/Inflate.java 201 AvoidReassigningParameters: Avoid reassigning parameters such as 'f'
14389 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '202'-'294').
14390 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '202'-'294').
14391 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '202'-'301').
14392 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '202'-'301').
14393 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '202'-'308').
14394 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '202'-'308').
14395 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '202'-'315').
14396 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '202'-'315').
14397 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '202'-'350').
14398 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '202'-'350').
14399 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '202'-'357').
14400 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '202'-'357').
14401 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '202'-'364').
14402 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '202'-'364').
14403 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '202'-'371').
14404 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '202'-'371').
14405 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '202'-'565').
14406 src/jZLib/Inflate.java 202 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '202'-'565').
14407 src/jZLib/Inflate.java 205 SwitchDensity: A high ratio of statements to labels in a switch statement. Consider refactoring.
14408 src/jZLib/Inflate.java 205 SwitchDensity: A high ratio of statements to labels in a switch statement. Consider refactoring.
14409 src/jZLib/Inflate.java 212 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '212'-'565').
14410 src/jZLib/Inflate.java 212 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '212'-'565').
14411 src/jZLib/Inflate.java 213 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14412 src/jZLib/Inflate.java 213 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14413 src/jZLib/Inflate.java 213 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14414 src/jZLib/Inflate.java 213 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14415 src/jZLib/Inflate.java 217 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
14416 src/jZLib/Inflate.java 217 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
14417 src/jZLib/Inflate.java 220 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
14418 src/jZLib/Inflate.java 220 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
14419 src/jZLib/Inflate.java 224 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
14420 src/jZLib/Inflate.java 224 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
14421 src/jZLib/Inflate.java 224 ControlStatementBraces: This statement should have braces
14422 src/jZLib/Inflate.java 224 ControlStatementBraces: This statement should have braces
14423 src/jZLib/Inflate.java 244 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
14424 src/jZLib/Inflate.java 244 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
14425 src/jZLib/Inflate.java 271 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
14426 src/jZLib/Inflate.java 271 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
14427 src/jZLib/Inflate.java 285 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
14428 src/jZLib/Inflate.java 285 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
14429 src/jZLib/Inflate.java 294 ControlStatementBraces: This statement should have braces
14430 src/jZLib/Inflate.java 294 ControlStatementBraces: This statement should have braces
14431 src/jZLib/Inflate.java 294 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '294'-'301').
14432 src/jZLib/Inflate.java 294 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '294'-'301').
14433 src/jZLib/Inflate.java 294 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14434 src/jZLib/Inflate.java 294 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14435 src/jZLib/Inflate.java 301 ControlStatementBraces: This statement should have braces
14436 src/jZLib/Inflate.java 301 ControlStatementBraces: This statement should have braces
14437 src/jZLib/Inflate.java 301 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '301'-'308').
14438 src/jZLib/Inflate.java 301 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '301'-'308').
14439 src/jZLib/Inflate.java 301 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14440 src/jZLib/Inflate.java 301 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14441 src/jZLib/Inflate.java 308 ControlStatementBraces: This statement should have braces
14442 src/jZLib/Inflate.java 308 ControlStatementBraces: This statement should have braces
14443 src/jZLib/Inflate.java 308 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '308'-'315').
14444 src/jZLib/Inflate.java 308 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '308'-'315').
14445 src/jZLib/Inflate.java 308 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14446 src/jZLib/Inflate.java 308 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14447 src/jZLib/Inflate.java 315 ControlStatementBraces: This statement should have braces
14448 src/jZLib/Inflate.java 315 ControlStatementBraces: This statement should have braces
14449 src/jZLib/Inflate.java 315 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '315'-'565').
14450 src/jZLib/Inflate.java 315 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '315'-'565').
14451 src/jZLib/Inflate.java 315 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14452 src/jZLib/Inflate.java 315 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14453 src/jZLib/Inflate.java 315 UnusedAssignment: The value assigned to variable 'r' is never used
14454 src/jZLib/Inflate.java 315 UnusedAssignment: The value assigned to variable 'r' is never used
14455 src/jZLib/Inflate.java 318 UselessParentheses: Useless parentheses.
14456 src/jZLib/Inflate.java 318 UselessParentheses: Useless parentheses.
14457 src/jZLib/Inflate.java 319 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14458 src/jZLib/Inflate.java 319 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14459 src/jZLib/Inflate.java 321 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14460 src/jZLib/Inflate.java 321 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14461 src/jZLib/Inflate.java 326 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14462 src/jZLib/Inflate.java 326 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14463 src/jZLib/Inflate.java 338 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14464 src/jZLib/Inflate.java 338 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14465 src/jZLib/Inflate.java 340 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '340'-'350').
14466 src/jZLib/Inflate.java 340 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '340'-'350').
14467 src/jZLib/Inflate.java 340 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '340'-'565').
14468 src/jZLib/Inflate.java 340 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '340'-'565').
14469 src/jZLib/Inflate.java 341 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14470 src/jZLib/Inflate.java 341 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14471 src/jZLib/Inflate.java 350 ControlStatementBraces: This statement should have braces
14472 src/jZLib/Inflate.java 350 ControlStatementBraces: This statement should have braces
14473 src/jZLib/Inflate.java 350 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '350'-'357').
14474 src/jZLib/Inflate.java 350 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '350'-'357').
14475 src/jZLib/Inflate.java 350 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14476 src/jZLib/Inflate.java 350 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14477 src/jZLib/Inflate.java 357 ControlStatementBraces: This statement should have braces
14478 src/jZLib/Inflate.java 357 ControlStatementBraces: This statement should have braces
14479 src/jZLib/Inflate.java 357 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '357'-'364').
14480 src/jZLib/Inflate.java 357 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '357'-'364').
14481 src/jZLib/Inflate.java 357 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14482 src/jZLib/Inflate.java 357 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14483 src/jZLib/Inflate.java 364 ControlStatementBraces: This statement should have braces
14484 src/jZLib/Inflate.java 364 ControlStatementBraces: This statement should have braces
14485 src/jZLib/Inflate.java 364 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '364'-'371').
14486 src/jZLib/Inflate.java 364 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'r' (lines '364'-'371').
14487 src/jZLib/Inflate.java 364 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14488 src/jZLib/Inflate.java 364 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14489 src/jZLib/Inflate.java 371 ControlStatementBraces: This statement should have braces
14490 src/jZLib/Inflate.java 371 ControlStatementBraces: This statement should have braces
14491 src/jZLib/Inflate.java 371 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '371'-'565').
14492 src/jZLib/Inflate.java 371 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '371'-'565').
14493 src/jZLib/Inflate.java 371 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14494 src/jZLib/Inflate.java 371 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14495 src/jZLib/Inflate.java 374 UselessParentheses: Useless parentheses.
14496 src/jZLib/Inflate.java 374 UselessParentheses: Useless parentheses.
14497 src/jZLib/Inflate.java 383 ConfusingTernary: Avoid if (x != y) ..; else ..;
14498 src/jZLib/Inflate.java 383 ConfusingTernary: Avoid if (x != y) ..; else ..;
14499 src/jZLib/Inflate.java 398 ConfusingTernary: Avoid if (x != y) ..; else ..;
14500 src/jZLib/Inflate.java 398 ConfusingTernary: Avoid if (x != y) ..; else ..;
14501 src/jZLib/Inflate.java 400 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '400'-'565').
14502 src/jZLib/Inflate.java 400 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '400'-'565').
14503 src/jZLib/Inflate.java 401 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14504 src/jZLib/Inflate.java 401 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14505 src/jZLib/Inflate.java 401 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14506 src/jZLib/Inflate.java 401 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14507 src/jZLib/Inflate.java 403 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14508 src/jZLib/Inflate.java 403 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14509 src/jZLib/Inflate.java 417 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14510 src/jZLib/Inflate.java 417 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14511 src/jZLib/Inflate.java 426 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14512 src/jZLib/Inflate.java 426 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14513 src/jZLib/Inflate.java 428 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14514 src/jZLib/Inflate.java 428 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14515 src/jZLib/Inflate.java 432 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '432'-'565').
14516 src/jZLib/Inflate.java 432 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '432'-'565').
14517 src/jZLib/Inflate.java 433 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14518 src/jZLib/Inflate.java 433 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14519 src/jZLib/Inflate.java 433 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14520 src/jZLib/Inflate.java 433 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14521 src/jZLib/Inflate.java 455 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '455'-'565').
14522 src/jZLib/Inflate.java 455 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '455'-'565').
14523 src/jZLib/Inflate.java 456 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14524 src/jZLib/Inflate.java 456 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14525 src/jZLib/Inflate.java 456 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14526 src/jZLib/Inflate.java 456 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14527 src/jZLib/Inflate.java 458 ControlStatementBraces: This statement should have braces
14528 src/jZLib/Inflate.java 458 ControlStatementBraces: This statement should have braces
14529 src/jZLib/Inflate.java 464 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '464'-'565').
14530 src/jZLib/Inflate.java 464 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '464'-'565').
14531 src/jZLib/Inflate.java 465 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14532 src/jZLib/Inflate.java 465 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14533 src/jZLib/Inflate.java 465 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14534 src/jZLib/Inflate.java 465 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14535 src/jZLib/Inflate.java 475 ConfusingTernary: Avoid if (x != y) ..; else ..;
14536 src/jZLib/Inflate.java 475 ConfusingTernary: Avoid if (x != y) ..; else ..;
14537 src/jZLib/Inflate.java 476 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '476'-'565').
14538 src/jZLib/Inflate.java 476 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '476'-'565').
14539 src/jZLib/Inflate.java 477 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14540 src/jZLib/Inflate.java 477 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14541 src/jZLib/Inflate.java 477 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14542 src/jZLib/Inflate.java 477 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14543 src/jZLib/Inflate.java 479 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
14544 src/jZLib/Inflate.java 479 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
14545 src/jZLib/Inflate.java 486 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14546 src/jZLib/Inflate.java 486 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14547 src/jZLib/Inflate.java 491 ConfusingTernary: Avoid if (x != y) ..; else ..;
14548 src/jZLib/Inflate.java 491 ConfusingTernary: Avoid if (x != y) ..; else ..;
14549 src/jZLib/Inflate.java 493 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '493'-'565').
14550 src/jZLib/Inflate.java 493 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '493'-'565').
14551 src/jZLib/Inflate.java 495 LocalVariableCouldBeFinal: Local variable 'foo' could be declared final
14552 src/jZLib/Inflate.java 495 LocalVariableCouldBeFinal: Local variable 'foo' could be declared final
14553 src/jZLib/Inflate.java 496 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14554 src/jZLib/Inflate.java 496 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14555 src/jZLib/Inflate.java 507 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14556 src/jZLib/Inflate.java 507 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14557 src/jZLib/Inflate.java 507 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14558 src/jZLib/Inflate.java 507 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14559 src/jZLib/Inflate.java 510 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14560 src/jZLib/Inflate.java 510 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14561 src/jZLib/Inflate.java 514 ConfusingTernary: Avoid if (x != y) ..; else ..;
14562 src/jZLib/Inflate.java 514 ConfusingTernary: Avoid if (x != y) ..; else ..;
14563 src/jZLib/Inflate.java 516 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '516'-'565').
14564 src/jZLib/Inflate.java 516 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '516'-'565').
14565 src/jZLib/Inflate.java 520 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14566 src/jZLib/Inflate.java 520 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14567 src/jZLib/Inflate.java 522 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14568 src/jZLib/Inflate.java 522 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14569 src/jZLib/Inflate.java 522 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14570 src/jZLib/Inflate.java 522 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14571 src/jZLib/Inflate.java 525 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14572 src/jZLib/Inflate.java 525 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14573 src/jZLib/Inflate.java 529 ConfusingTernary: Avoid if (x != y) ..; else ..;
14574 src/jZLib/Inflate.java 529 ConfusingTernary: Avoid if (x != y) ..; else ..;
14575 src/jZLib/Inflate.java 531 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '531'-'565').
14576 src/jZLib/Inflate.java 531 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '531'-'565').
14577 src/jZLib/Inflate.java 535 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14578 src/jZLib/Inflate.java 535 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14579 src/jZLib/Inflate.java 537 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14580 src/jZLib/Inflate.java 537 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14581 src/jZLib/Inflate.java 537 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14582 src/jZLib/Inflate.java 537 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14583 src/jZLib/Inflate.java 540 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14584 src/jZLib/Inflate.java 540 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
14585 src/jZLib/Inflate.java 545 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '545'-'565').
14586 src/jZLib/Inflate.java 545 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'r' (lines '545'-'565').
14587 src/jZLib/Inflate.java 546 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14588 src/jZLib/Inflate.java 546 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14589 src/jZLib/Inflate.java 546 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14590 src/jZLib/Inflate.java 546 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'e'
14591 src/jZLib/Inflate.java 550 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14592 src/jZLib/Inflate.java 550 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14593 src/jZLib/Inflate.java 557 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
14594 src/jZLib/Inflate.java 557 AvoidInstantiatingObjectsInLoops: Avoid instantiating new objects inside loops
14595 src/jZLib/Inflate.java 567 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflateSetDictionary method if you want a default access modifier
14596 src/jZLib/Inflate.java 567 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflateSetDictionary method if you want a default access modifier
14597 src/jZLib/Inflate.java 567 DefaultPackage: Use explicit scoping instead of the default package private level
14598 src/jZLib/Inflate.java 567 DefaultPackage: Use explicit scoping instead of the default package private level
14599 src/jZLib/Inflate.java 567 MethodArgumentCouldBeFinal: Parameter 'dictLength' is not assigned and could be declared final
14600 src/jZLib/Inflate.java 567 MethodArgumentCouldBeFinal: Parameter 'dictLength' is not assigned and could be declared final
14601 src/jZLib/Inflate.java 567 MethodArgumentCouldBeFinal: Parameter 'dictionary' is not assigned and could be declared final
14602 src/jZLib/Inflate.java 567 MethodArgumentCouldBeFinal: Parameter 'dictionary' is not assigned and could be declared final
14603 src/jZLib/Inflate.java 568 UselessParentheses: Useless parentheses.
14604 src/jZLib/Inflate.java 568 UselessParentheses: Useless parentheses.
14605 src/jZLib/Inflate.java 569 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14606 src/jZLib/Inflate.java 569 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14607 src/jZLib/Inflate.java 572 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'index' (lines '572'-'588').
14608 src/jZLib/Inflate.java 572 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'index' (lines '572'-'588').
14609 src/jZLib/Inflate.java 572 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'index' (lines '572'-'593').
14610 src/jZLib/Inflate.java 572 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'index' (lines '572'-'593').
14611 src/jZLib/Inflate.java 572 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14612 src/jZLib/Inflate.java 572 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14613 src/jZLib/Inflate.java 573 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'length' (lines '573'-'593').
14614 src/jZLib/Inflate.java 573 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'length' (lines '573'-'593').
14615 src/jZLib/Inflate.java 573 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14616 src/jZLib/Inflate.java 573 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14617 src/jZLib/Inflate.java 576 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14618 src/jZLib/Inflate.java 576 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14619 src/jZLib/Inflate.java 576 LocalVariableCouldBeFinal: Local variable 'adler_need' could be declared final
14620 src/jZLib/Inflate.java 576 LocalVariableCouldBeFinal: Local variable 'adler_need' could be declared final
14621 src/jZLib/Inflate.java 577 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14622 src/jZLib/Inflate.java 577 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14623 src/jZLib/Inflate.java 578 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14624 src/jZLib/Inflate.java 578 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14625 src/jZLib/Inflate.java 579 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14626 src/jZLib/Inflate.java 579 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14627 src/jZLib/Inflate.java 580 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14628 src/jZLib/Inflate.java 580 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14629 src/jZLib/Inflate.java 584 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14630 src/jZLib/Inflate.java 584 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14631 src/jZLib/Inflate.java 595 CommentRequired: Field comments are required
14632 src/jZLib/Inflate.java 595 CommentRequired: Field comments are required
14633 src/jZLib/Inflate.java 595 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
14634 src/jZLib/Inflate.java 595 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
14635 src/jZLib/Inflate.java 597 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflateSync method if you want a default access modifier
14636 src/jZLib/Inflate.java 597 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflateSync method if you want a default access modifier
14637 src/jZLib/Inflate.java 597 DefaultPackage: Use explicit scoping instead of the default package private level
14638 src/jZLib/Inflate.java 597 DefaultPackage: Use explicit scoping instead of the default package private level
14639 src/jZLib/Inflate.java 598 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14640 src/jZLib/Inflate.java 598 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14641 src/jZLib/Inflate.java 598 ShortVariable: Avoid variables with short names like n
14642 src/jZLib/Inflate.java 598 ShortVariable: Avoid variables with short names like n
14643 src/jZLib/Inflate.java 599 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14644 src/jZLib/Inflate.java 599 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14645 src/jZLib/Inflate.java 599 ShortVariable: Avoid variables with short names like p
14646 src/jZLib/Inflate.java 599 ShortVariable: Avoid variables with short names like p
14647 src/jZLib/Inflate.java 600 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14648 src/jZLib/Inflate.java 600 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14649 src/jZLib/Inflate.java 600 ShortVariable: Avoid variables with short names like m
14650 src/jZLib/Inflate.java 600 ShortVariable: Avoid variables with short names like m
14651 src/jZLib/Inflate.java 601 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14652 src/jZLib/Inflate.java 601 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14653 src/jZLib/Inflate.java 601 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14654 src/jZLib/Inflate.java 601 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
14655 src/jZLib/Inflate.java 601 ShortVariable: Avoid variables with short names like r
14656 src/jZLib/Inflate.java 601 ShortVariable: Avoid variables with short names like r
14657 src/jZLib/Inflate.java 601 ShortVariable: Avoid variables with short names like w
14658 src/jZLib/Inflate.java 601 ShortVariable: Avoid variables with short names like w
14659 src/jZLib/Inflate.java 605 ControlStatementBraces: This statement should have braces
14660 src/jZLib/Inflate.java 605 ControlStatementBraces: This statement should have braces
14661 src/jZLib/Inflate.java 605 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14662 src/jZLib/Inflate.java 605 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14663 src/jZLib/Inflate.java 610 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '610'-'645').
14664 src/jZLib/Inflate.java 610 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'n' (lines '610'-'645').
14665 src/jZLib/Inflate.java 611 ControlStatementBraces: This statement should have braces
14666 src/jZLib/Inflate.java 611 ControlStatementBraces: This statement should have braces
14667 src/jZLib/Inflate.java 611 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14668 src/jZLib/Inflate.java 611 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14669 src/jZLib/Inflate.java 620 ConfusingTernary: Avoid if (x != y) ..; else ..;
14670 src/jZLib/Inflate.java 620 ConfusingTernary: Avoid if (x != y) ..; else ..;
14671 src/jZLib/Inflate.java 636 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
14672 src/jZLib/Inflate.java 636 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
14673 src/jZLib/Inflate.java 637 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14674 src/jZLib/Inflate.java 637 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14675 src/jZLib/Inflate.java 653 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflateSyncPoint method if you want a default access modifier
14676 src/jZLib/Inflate.java 653 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inflateSyncPoint method if you want a default access modifier
14677 src/jZLib/Inflate.java 653 DefaultPackage: Use explicit scoping instead of the default package private level
14678 src/jZLib/Inflate.java 653 DefaultPackage: Use explicit scoping instead of the default package private level
14679 src/jZLib/Inflate.java 655 ControlStatementBraces: This statement should have braces
14680 src/jZLib/Inflate.java 655 ControlStatementBraces: This statement should have braces
14681 src/jZLib/Inflate.java 655 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14682 src/jZLib/Inflate.java 655 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14683 src/jZLib/Inflate.java 659 MethodArgumentCouldBeFinal: Parameter 'f' is not assigned and could be declared final
14684 src/jZLib/Inflate.java 659 MethodArgumentCouldBeFinal: Parameter 'f' is not assigned and could be declared final
14685 src/jZLib/Inflate.java 659 MethodArgumentCouldBeFinal: Parameter 'n' is not assigned and could be declared final
14686 src/jZLib/Inflate.java 659 MethodArgumentCouldBeFinal: Parameter 'n' is not assigned and could be declared final
14687 src/jZLib/Inflate.java 659 ShortVariable: Avoid variables with short names like f
14688 src/jZLib/Inflate.java 659 ShortVariable: Avoid variables with short names like f
14689 src/jZLib/Inflate.java 659 ShortVariable: Avoid variables with short names like n
14690 src/jZLib/Inflate.java 659 ShortVariable: Avoid variables with short names like n
14691 src/jZLib/Inflate.java 659 ShortVariable: Avoid variables with short names like r
14692 src/jZLib/Inflate.java 659 ShortVariable: Avoid variables with short names like r
14693 src/jZLib/Inflate.java 665 AvoidReassigningParameters: Avoid reassigning parameters such as 'r'
14694 src/jZLib/Inflate.java 665 AvoidReassigningParameters: Avoid reassigning parameters such as 'r'
14695 src/jZLib/Inflate.java 665 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
14696 src/jZLib/Inflate.java 665 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
14697 src/jZLib/Inflate.java 665 UnnecessarySemicolon: Unnecessary semicolon
14698 src/jZLib/Inflate.java 665 UnnecessarySemicolon: Unnecessary semicolon
14699 src/jZLib/Inflate.java 671 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
14700 src/jZLib/Inflate.java 671 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
14701 src/jZLib/Inflate.java 674 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
14702 src/jZLib/Inflate.java 674 AvoidLiteralsInIfCondition: Avoid using Literals in Conditional Statements
14703 src/jZLib/Inflate.java 680 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Return nested class if you want a default access modifier
14704 src/jZLib/Inflate.java 680 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Return nested class if you want a default access modifier
14705 src/jZLib/Inflate.java 680 CommentRequired: Class comments are required
14706 src/jZLib/Inflate.java 680 CommentRequired: Class comments are required
14707 src/jZLib/Inflate.java 680 MissingSerialVersionUID: Classes implementing Serializable should set a serialVersionUID
14708 src/jZLib/Inflate.java 680 MissingSerialVersionUID: Classes implementing Serializable should set a serialVersionUID
14709 src/jZLib/Inflate.java 681 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14710 src/jZLib/Inflate.java 681 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14711 src/jZLib/Inflate.java 681 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the r field if you want a default access modifier
14712 src/jZLib/Inflate.java 681 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the r field if you want a default access modifier
14713 src/jZLib/Inflate.java 681 CommentRequired: Field comments are required
14714 src/jZLib/Inflate.java 681 CommentRequired: Field comments are required
14715 src/jZLib/Inflate.java 681 DefaultPackage: Use explicit scoping instead of the default package private level
14716 src/jZLib/Inflate.java 681 DefaultPackage: Use explicit scoping instead of the default package private level
14717 src/jZLib/Inflate.java 681 ShortVariable: Avoid variables with short names like r
14718 src/jZLib/Inflate.java 681 ShortVariable: Avoid variables with short names like r
14719 src/jZLib/Inflate.java 682 CallSuperInConstructor: It is a good practice to call super() in a constructor
14720 src/jZLib/Inflate.java 682 CallSuperInConstructor: It is a good practice to call super() in a constructor
14721 src/jZLib/Inflate.java 682 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Return constructor if you want a default access modifier
14722 src/jZLib/Inflate.java 682 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Return constructor if you want a default access modifier
14723 src/jZLib/Inflate.java 682 MethodArgumentCouldBeFinal: Parameter 'r' is not assigned and could be declared final
14724 src/jZLib/Inflate.java 682 MethodArgumentCouldBeFinal: Parameter 'r' is not assigned and could be declared final
14725 src/jZLib/Inflate.java 682 ShortVariable: Avoid variables with short names like r
14726 src/jZLib/Inflate.java 682 ShortVariable: Avoid variables with short names like r
14727 src/jZLib/Inflate.java 685 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14728 src/jZLib/Inflate.java 685 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14729 src/jZLib/Inflate.java 685 CommentRequired: Field comments are required
14730 src/jZLib/Inflate.java 685 CommentRequired: Field comments are required
14731 src/jZLib/Inflate.java 685 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
14732 src/jZLib/Inflate.java 685 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
14733 src/jZLib/Inflate.java 685 RedundantFieldInitializer: Avoid using redundant field initializer for 'tmp_string'
14734 src/jZLib/Inflate.java 685 RedundantFieldInitializer: Avoid using redundant field initializer for 'tmp_string'
14735 src/jZLib/Inflate.java 686 MethodArgumentCouldBeFinal: Parameter 'f' is not assigned and could be declared final
14736 src/jZLib/Inflate.java 686 MethodArgumentCouldBeFinal: Parameter 'f' is not assigned and could be declared final
14737 src/jZLib/Inflate.java 686 ShortVariable: Avoid variables with short names like f
14738 src/jZLib/Inflate.java 686 ShortVariable: Avoid variables with short names like f
14739 src/jZLib/Inflate.java 686 ShortVariable: Avoid variables with short names like r
14740 src/jZLib/Inflate.java 686 ShortVariable: Avoid variables with short names like r
14741 src/jZLib/Inflate.java 690 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'b' (lines '690'-'694').
14742 src/jZLib/Inflate.java 690 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'b' (lines '690'-'694').
14743 src/jZLib/Inflate.java 690 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'b' (lines '690'-'700').
14744 src/jZLib/Inflate.java 690 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'b' (lines '690'-'700').
14745 src/jZLib/Inflate.java 690 ShortVariable: Avoid variables with short names like b
14746 src/jZLib/Inflate.java 690 ShortVariable: Avoid variables with short names like b
14747 src/jZLib/Inflate.java 690 UnusedAssignment: The initializer for variable 'b' is never used (overwritten on line 694)
14748 src/jZLib/Inflate.java 690 UnusedAssignment: The initializer for variable 'b' is never used (overwritten on line 694)
14749 src/jZLib/Inflate.java 692 AvoidReassigningParameters: Avoid reassigning parameters such as 'r'
14750 src/jZLib/Inflate.java 692 AvoidReassigningParameters: Avoid reassigning parameters such as 'r'
14751 src/jZLib/Inflate.java 692 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
14752 src/jZLib/Inflate.java 692 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
14753 src/jZLib/Inflate.java 692 UnnecessarySemicolon: Unnecessary semicolon
14754 src/jZLib/Inflate.java 692 UnnecessarySemicolon: Unnecessary semicolon
14755 src/jZLib/Inflate.java 695 ControlStatementBraces: This statement should have braces
14756 src/jZLib/Inflate.java 695 ControlStatementBraces: This statement should have braces
14757 src/jZLib/Inflate.java 696 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14758 src/jZLib/Inflate.java 696 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14759 src/jZLib/Inflate.java 702 MethodArgumentCouldBeFinal: Parameter 'f' is not assigned and could be declared final
14760 src/jZLib/Inflate.java 702 MethodArgumentCouldBeFinal: Parameter 'f' is not assigned and could be declared final
14761 src/jZLib/Inflate.java 702 ShortVariable: Avoid variables with short names like f
14762 src/jZLib/Inflate.java 702 ShortVariable: Avoid variables with short names like f
14763 src/jZLib/Inflate.java 702 ShortVariable: Avoid variables with short names like r
14764 src/jZLib/Inflate.java 702 ShortVariable: Avoid variables with short names like r
14765 src/jZLib/Inflate.java 706 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'b' (lines '706'-'710').
14766 src/jZLib/Inflate.java 706 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'b' (lines '706'-'710').
14767 src/jZLib/Inflate.java 706 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'b' (lines '706'-'717').
14768 src/jZLib/Inflate.java 706 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'b' (lines '706'-'717').
14769 src/jZLib/Inflate.java 706 ShortVariable: Avoid variables with short names like b
14770 src/jZLib/Inflate.java 706 ShortVariable: Avoid variables with short names like b
14771 src/jZLib/Inflate.java 706 UnusedAssignment: The initializer for variable 'b' is never used (overwritten on line 710)
14772 src/jZLib/Inflate.java 706 UnusedAssignment: The initializer for variable 'b' is never used (overwritten on line 710)
14773 src/jZLib/Inflate.java 708 AvoidReassigningParameters: Avoid reassigning parameters such as 'r'
14774 src/jZLib/Inflate.java 708 AvoidReassigningParameters: Avoid reassigning parameters such as 'r'
14775 src/jZLib/Inflate.java 708 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
14776 src/jZLib/Inflate.java 708 EmptyStatementNotInLoop: An empty statement (semicolon) not part of a loop
14777 src/jZLib/Inflate.java 708 UnnecessarySemicolon: Unnecessary semicolon
14778 src/jZLib/Inflate.java 708 UnnecessarySemicolon: Unnecessary semicolon
14779 src/jZLib/Inflate.java 710 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'b' (lines '710'-'710').
14780 src/jZLib/Inflate.java 710 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'b' (lines '710'-'710').
14781 src/jZLib/Inflate.java 710 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'b' (lines '710'-'717').
14782 src/jZLib/Inflate.java 710 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'b' (lines '710'-'717').
14783 src/jZLib/Inflate.java 710 UnusedAssignment: The value assigned to variable 'b' is never used (reassigned every iteration)
14784 src/jZLib/Inflate.java 710 UnusedAssignment: The value assigned to variable 'b' is never used (reassigned every iteration)
14785 src/jZLib/Inflate.java 712 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14786 src/jZLib/Inflate.java 712 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14787 src/jZLib/Inflate.java 719 MethodArgumentCouldBeFinal: Parameter 'n' is not assigned and could be declared final
14788 src/jZLib/Inflate.java 719 MethodArgumentCouldBeFinal: Parameter 'n' is not assigned and could be declared final
14789 src/jZLib/Inflate.java 719 ShortVariable: Avoid variables with short names like n
14790 src/jZLib/Inflate.java 719 ShortVariable: Avoid variables with short names like n
14791 src/jZLib/Inflate.java 719 ShortVariable: Avoid variables with short names like v
14792 src/jZLib/Inflate.java 719 ShortVariable: Avoid variables with short names like v
14793 src/jZLib/Inflate.java 722 AvoidReassigningParameters: Avoid reassigning parameters such as 'v'
14794 src/jZLib/Inflate.java 722 AvoidReassigningParameters: Avoid reassigning parameters such as 'v'
14795 src/jZLib/Inflate.java 724 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14796 src/jZLib/Inflate.java 724 LawOfDemeter: Potential violation of Law of Demeter (static property access)
14797 src/jZLib/Inflate.java 727 CommentRequired: Public method and constructor comments are required
14798 src/jZLib/Inflate.java 727 CommentRequired: Public method and constructor comments are required
14799 src/jZLib/Inflate.java 731 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inParsingHeader method if you want a default access modifier
14800 src/jZLib/Inflate.java 731 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the inParsingHeader method if you want a default access modifier
14801 src/jZLib/Inflate.java 731 DefaultPackage: Use explicit scoping instead of the default package private level
14802 src/jZLib/Inflate.java 731 DefaultPackage: Use explicit scoping instead of the default package private level
14803 src/jZLib/Inflate.java 746 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14804 src/jZLib/Inflate.java 746 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14805 src/jZLib/Inflater.java 2 CommentSize: Comment is too large: Too many lines
14806 src/jZLib/Inflater.java 2 CommentSize: Comment is too large: Too many lines
14807 src/jZLib/Inflater.java 35 PackageCase: Package name contains upper case characters
14808 src/jZLib/Inflater.java 35 PackageCase: Package name contains upper case characters
14809 src/jZLib/Inflater.java 37 CommentRequired: Class comments are required
14810 src/jZLib/Inflater.java 37 CommentRequired: Class comments are required
14811 src/jZLib/Inflater.java 37 TooManyMethods: This class has too many methods, consider refactoring it.
14812 src/jZLib/Inflater.java 37 TooManyMethods: This class has too many methods, consider refactoring it.
14813 src/jZLib/Inflater.java 39 CommentRequired: Field comments are required
14814 src/jZLib/Inflater.java 39 CommentRequired: Field comments are required
14815 src/jZLib/Inflater.java 40 CommentRequired: Field comments are required
14816 src/jZLib/Inflater.java 40 CommentRequired: Field comments are required
14817 src/jZLib/Inflater.java 42 CommentRequired: Field comments are required
14818 src/jZLib/Inflater.java 42 CommentRequired: Field comments are required
14819 src/jZLib/Inflater.java 42 UnusedPrivateField: Avoid unused private fields such as 'Z_NO_FLUSH'.
14820 src/jZLib/Inflater.java 42 UnusedPrivateField: Avoid unused private fields such as 'Z_NO_FLUSH'.
14821 src/jZLib/Inflater.java 43 CommentRequired: Field comments are required
14822 src/jZLib/Inflater.java 43 CommentRequired: Field comments are required
14823 src/jZLib/Inflater.java 43 UnusedPrivateField: Avoid unused private fields such as 'Z_PARTIAL_FLUSH'.
14824 src/jZLib/Inflater.java 43 UnusedPrivateField: Avoid unused private fields such as 'Z_PARTIAL_FLUSH'.
14825 src/jZLib/Inflater.java 44 CommentRequired: Field comments are required
14826 src/jZLib/Inflater.java 44 CommentRequired: Field comments are required
14827 src/jZLib/Inflater.java 44 UnusedPrivateField: Avoid unused private fields such as 'Z_SYNC_FLUSH'.
14828 src/jZLib/Inflater.java 44 UnusedPrivateField: Avoid unused private fields such as 'Z_SYNC_FLUSH'.
14829 src/jZLib/Inflater.java 45 CommentRequired: Field comments are required
14830 src/jZLib/Inflater.java 45 CommentRequired: Field comments are required
14831 src/jZLib/Inflater.java 45 UnusedPrivateField: Avoid unused private fields such as 'Z_FULL_FLUSH'.
14832 src/jZLib/Inflater.java 45 UnusedPrivateField: Avoid unused private fields such as 'Z_FULL_FLUSH'.
14833 src/jZLib/Inflater.java 46 CommentRequired: Field comments are required
14834 src/jZLib/Inflater.java 46 CommentRequired: Field comments are required
14835 src/jZLib/Inflater.java 46 UnusedPrivateField: Avoid unused private fields such as 'Z_FINISH'.
14836 src/jZLib/Inflater.java 46 UnusedPrivateField: Avoid unused private fields such as 'Z_FINISH'.
14837 src/jZLib/Inflater.java 48 CommentRequired: Field comments are required
14838 src/jZLib/Inflater.java 48 CommentRequired: Field comments are required
14839 src/jZLib/Inflater.java 48 UnusedPrivateField: Avoid unused private fields such as 'MAX_MEM_LEVEL'.
14840 src/jZLib/Inflater.java 48 UnusedPrivateField: Avoid unused private fields such as 'MAX_MEM_LEVEL'.
14841 src/jZLib/Inflater.java 50 CommentRequired: Field comments are required
14842 src/jZLib/Inflater.java 50 CommentRequired: Field comments are required
14843 src/jZLib/Inflater.java 51 CommentRequired: Field comments are required
14844 src/jZLib/Inflater.java 51 CommentRequired: Field comments are required
14845 src/jZLib/Inflater.java 52 CommentRequired: Field comments are required
14846 src/jZLib/Inflater.java 52 CommentRequired: Field comments are required
14847 src/jZLib/Inflater.java 52 UnusedPrivateField: Avoid unused private fields such as 'Z_NEED_DICT'.
14848 src/jZLib/Inflater.java 52 UnusedPrivateField: Avoid unused private fields such as 'Z_NEED_DICT'.
14849 src/jZLib/Inflater.java 53 CommentRequired: Field comments are required
14850 src/jZLib/Inflater.java 53 CommentRequired: Field comments are required
14851 src/jZLib/Inflater.java 53 UnusedPrivateField: Avoid unused private fields such as 'Z_ERRNO'.
14852 src/jZLib/Inflater.java 53 UnusedPrivateField: Avoid unused private fields such as 'Z_ERRNO'.
14853 src/jZLib/Inflater.java 54 CommentRequired: Field comments are required
14854 src/jZLib/Inflater.java 54 CommentRequired: Field comments are required
14855 src/jZLib/Inflater.java 55 CommentRequired: Field comments are required
14856 src/jZLib/Inflater.java 55 CommentRequired: Field comments are required
14857 src/jZLib/Inflater.java 55 UnusedPrivateField: Avoid unused private fields such as 'Z_DATA_ERROR'.
14858 src/jZLib/Inflater.java 55 UnusedPrivateField: Avoid unused private fields such as 'Z_DATA_ERROR'.
14859 src/jZLib/Inflater.java 56 CommentRequired: Field comments are required
14860 src/jZLib/Inflater.java 56 CommentRequired: Field comments are required
14861 src/jZLib/Inflater.java 56 UnusedPrivateField: Avoid unused private fields such as 'Z_MEM_ERROR'.
14862 src/jZLib/Inflater.java 56 UnusedPrivateField: Avoid unused private fields such as 'Z_MEM_ERROR'.
14863 src/jZLib/Inflater.java 57 CommentRequired: Field comments are required
14864 src/jZLib/Inflater.java 57 CommentRequired: Field comments are required
14865 src/jZLib/Inflater.java 57 UnusedPrivateField: Avoid unused private fields such as 'Z_BUF_ERROR'.
14866 src/jZLib/Inflater.java 57 UnusedPrivateField: Avoid unused private fields such as 'Z_BUF_ERROR'.
14867 src/jZLib/Inflater.java 58 CommentRequired: Field comments are required
14868 src/jZLib/Inflater.java 58 CommentRequired: Field comments are required
14869 src/jZLib/Inflater.java 58 UnusedPrivateField: Avoid unused private fields such as 'Z_VERSION_ERROR'.
14870 src/jZLib/Inflater.java 58 UnusedPrivateField: Avoid unused private fields such as 'Z_VERSION_ERROR'.
14871 src/jZLib/Inflater.java 60 CommentRequired: Public method and constructor comments are required
14872 src/jZLib/Inflater.java 60 CommentRequired: Public method and constructor comments are required
14873 src/jZLib/Inflater.java 65 CommentRequired: Public method and constructor comments are required
14874 src/jZLib/Inflater.java 65 CommentRequired: Public method and constructor comments are required
14875 src/jZLib/Inflater.java 65 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
14876 src/jZLib/Inflater.java 65 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
14877 src/jZLib/Inflater.java 69 CommentRequired: Public method and constructor comments are required
14878 src/jZLib/Inflater.java 69 CommentRequired: Public method and constructor comments are required
14879 src/jZLib/Inflater.java 69 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
14880 src/jZLib/Inflater.java 69 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
14881 src/jZLib/Inflater.java 69 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
14882 src/jZLib/Inflater.java 69 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
14883 src/jZLib/Inflater.java 69 ShortVariable: Avoid variables with short names like w
14884 src/jZLib/Inflater.java 69 ShortVariable: Avoid variables with short names like w
14885 src/jZLib/Inflater.java 71 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
14886 src/jZLib/Inflater.java 71 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
14887 src/jZLib/Inflater.java 73 ControlStatementBraces: This statement should have braces
14888 src/jZLib/Inflater.java 73 ControlStatementBraces: This statement should have braces
14889 src/jZLib/Inflater.java 76 CommentRequired: Public method and constructor comments are required
14890 src/jZLib/Inflater.java 76 CommentRequired: Public method and constructor comments are required
14891 src/jZLib/Inflater.java 76 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
14892 src/jZLib/Inflater.java 76 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
14893 src/jZLib/Inflater.java 76 ShortVariable: Avoid variables with short names like w
14894 src/jZLib/Inflater.java 76 ShortVariable: Avoid variables with short names like w
14895 src/jZLib/Inflater.java 80 CommentRequired: Public method and constructor comments are required
14896 src/jZLib/Inflater.java 80 CommentRequired: Public method and constructor comments are required
14897 src/jZLib/Inflater.java 80 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
14898 src/jZLib/Inflater.java 80 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
14899 src/jZLib/Inflater.java 84 CommentRequired: Public method and constructor comments are required
14900 src/jZLib/Inflater.java 84 CommentRequired: Public method and constructor comments are required
14901 src/jZLib/Inflater.java 84 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
14902 src/jZLib/Inflater.java 84 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
14903 src/jZLib/Inflater.java 84 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
14904 src/jZLib/Inflater.java 84 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
14905 src/jZLib/Inflater.java 84 ShortVariable: Avoid variables with short names like w
14906 src/jZLib/Inflater.java 84 ShortVariable: Avoid variables with short names like w
14907 src/jZLib/Inflater.java 86 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
14908 src/jZLib/Inflater.java 86 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
14909 src/jZLib/Inflater.java 88 ControlStatementBraces: This statement should have braces
14910 src/jZLib/Inflater.java 88 ControlStatementBraces: This statement should have braces
14911 src/jZLib/Inflater.java 91 AvoidFieldNameMatchingMethodName: Field finished has the same name as a method
14912 src/jZLib/Inflater.java 91 AvoidFieldNameMatchingMethodName: Field finished has the same name as a method
14913 src/jZLib/Inflater.java 91 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14914 src/jZLib/Inflater.java 91 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
14915 src/jZLib/Inflater.java 91 CommentRequired: Field comments are required
14916 src/jZLib/Inflater.java 91 CommentRequired: Field comments are required
14917 src/jZLib/Inflater.java 91 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
14918 src/jZLib/Inflater.java 91 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
14919 src/jZLib/Inflater.java 91 RedundantFieldInitializer: Avoid using redundant field initializer for 'finished'
14920 src/jZLib/Inflater.java 91 RedundantFieldInitializer: Avoid using redundant field initializer for 'finished'
14921 src/jZLib/Inflater.java 91 UnusedPrivateField: Avoid unused private fields such as 'finished'.
14922 src/jZLib/Inflater.java 91 UnusedPrivateField: Avoid unused private fields such as 'finished'.
14923 src/jZLib/Inflater.java 93 CommentRequired: Public method and constructor comments are required
14924 src/jZLib/Inflater.java 93 CommentRequired: Public method and constructor comments are required
14925 src/jZLib/Inflater.java 97 CommentRequired: Public method and constructor comments are required
14926 src/jZLib/Inflater.java 97 CommentRequired: Public method and constructor comments are required
14927 src/jZLib/Inflater.java 97 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
14928 src/jZLib/Inflater.java 97 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
14929 src/jZLib/Inflater.java 101 CommentRequired: Public method and constructor comments are required
14930 src/jZLib/Inflater.java 101 CommentRequired: Public method and constructor comments are required
14931 src/jZLib/Inflater.java 101 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
14932 src/jZLib/Inflater.java 101 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
14933 src/jZLib/Inflater.java 101 ShortVariable: Avoid variables with short names like w
14934 src/jZLib/Inflater.java 101 ShortVariable: Avoid variables with short names like w
14935 src/jZLib/Inflater.java 102 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'nowrap' (lines '102'-'104').
14936 src/jZLib/Inflater.java 102 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'nowrap' (lines '102'-'104').
14937 src/jZLib/Inflater.java 107 AvoidReassigningParameters: Avoid reassigning parameters such as 'w'
14938 src/jZLib/Inflater.java 107 AvoidReassigningParameters: Avoid reassigning parameters such as 'w'
14939 src/jZLib/Inflater.java 112 EmptyControlStatement: Empty if statement
14940 src/jZLib/Inflater.java 112 EmptyControlStatement: Empty if statement
14941 src/jZLib/Inflater.java 117 CommentRequired: Public method and constructor comments are required
14942 src/jZLib/Inflater.java 117 CommentRequired: Public method and constructor comments are required
14943 src/jZLib/Inflater.java 117 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
14944 src/jZLib/Inflater.java 117 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
14945 src/jZLib/Inflater.java 121 CommentRequired: Public method and constructor comments are required
14946 src/jZLib/Inflater.java 121 CommentRequired: Public method and constructor comments are required
14947 src/jZLib/Inflater.java 121 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
14948 src/jZLib/Inflater.java 121 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
14949 src/jZLib/Inflater.java 121 ShortVariable: Avoid variables with short names like w
14950 src/jZLib/Inflater.java 121 ShortVariable: Avoid variables with short names like w
14951 src/jZLib/Inflater.java 125 CommentRequired: Public method and constructor comments are required
14952 src/jZLib/Inflater.java 125 CommentRequired: Public method and constructor comments are required
14953 src/jZLib/Inflater.java 125 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
14954 src/jZLib/Inflater.java 125 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
14955 src/jZLib/Inflater.java 125 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
14956 src/jZLib/Inflater.java 125 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
14957 src/jZLib/Inflater.java 125 ShortVariable: Avoid variables with short names like w
14958 src/jZLib/Inflater.java 125 ShortVariable: Avoid variables with short names like w
14959 src/jZLib/Inflater.java 132 MethodArgumentCouldBeFinal: Parameter 'f' is not assigned and could be declared final
14960 src/jZLib/Inflater.java 132 MethodArgumentCouldBeFinal: Parameter 'f' is not assigned and could be declared final
14961 src/jZLib/Inflater.java 132 ShortVariable: Avoid variables with short names like f
14962 src/jZLib/Inflater.java 132 ShortVariable: Avoid variables with short names like f
14963 src/jZLib/Inflater.java 133 ControlStatementBraces: This statement should have braces
14964 src/jZLib/Inflater.java 133 ControlStatementBraces: This statement should have braces
14965 src/jZLib/Inflater.java 133 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14966 src/jZLib/Inflater.java 133 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14967 src/jZLib/Inflater.java 134 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
14968 src/jZLib/Inflater.java 134 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
14969 src/jZLib/Inflater.java 136 ControlStatementBraces: This statement should have braces
14970 src/jZLib/Inflater.java 136 ControlStatementBraces: This statement should have braces
14971 src/jZLib/Inflater.java 143 ControlStatementBraces: This statement should have braces
14972 src/jZLib/Inflater.java 143 ControlStatementBraces: This statement should have braces
14973 src/jZLib/Inflater.java 143 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14974 src/jZLib/Inflater.java 143 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14975 src/jZLib/Inflater.java 144 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
14976 src/jZLib/Inflater.java 144 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
14977 src/jZLib/Inflater.java 146 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'ret'
14978 src/jZLib/Inflater.java 146 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'ret'
14979 src/jZLib/Inflater.java 149 CommentRequired: Public method and constructor comments are required
14980 src/jZLib/Inflater.java 149 CommentRequired: Public method and constructor comments are required
14981 src/jZLib/Inflater.java 151 ControlStatementBraces: This statement should have braces
14982 src/jZLib/Inflater.java 151 ControlStatementBraces: This statement should have braces
14983 src/jZLib/Inflater.java 151 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14984 src/jZLib/Inflater.java 151 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14985 src/jZLib/Inflater.java 155 CommentRequired: Public method and constructor comments are required
14986 src/jZLib/Inflater.java 155 CommentRequired: Public method and constructor comments are required
14987 src/jZLib/Inflater.java 157 ControlStatementBraces: This statement should have braces
14988 src/jZLib/Inflater.java 157 ControlStatementBraces: This statement should have braces
14989 src/jZLib/Inflater.java 157 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14990 src/jZLib/Inflater.java 157 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
14991 src/jZLib/Inflater.java 161 CommentRequired: Public method and constructor comments are required
14992 src/jZLib/Inflater.java 161 CommentRequired: Public method and constructor comments are required
14993 src/jZLib/Inflater.java 161 LinguisticNaming: Linguistics Antipattern - The setter 'setDictionary' should not return any type except void linguistically
14994 src/jZLib/Inflater.java 161 LinguisticNaming: Linguistics Antipattern - The setter 'setDictionary' should not return any type except void linguistically
14995 src/jZLib/Inflater.java 161 MethodArgumentCouldBeFinal: Parameter 'dictLength' is not assigned and could be declared final
14996 src/jZLib/Inflater.java 161 MethodArgumentCouldBeFinal: Parameter 'dictLength' is not assigned and could be declared final
14997 src/jZLib/Inflater.java 161 MethodArgumentCouldBeFinal: Parameter 'dictionary' is not assigned and could be declared final
14998 src/jZLib/Inflater.java 161 MethodArgumentCouldBeFinal: Parameter 'dictionary' is not assigned and could be declared final
14999 src/jZLib/Inflater.java 163 ControlStatementBraces: This statement should have braces
15000 src/jZLib/Inflater.java 163 ControlStatementBraces: This statement should have braces
15001 src/jZLib/Inflater.java 163 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15002 src/jZLib/Inflater.java 163 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15003 src/jZLib/InflaterInputStream.java 2 CommentSize: Comment is too large: Too many lines
15004 src/jZLib/InflaterInputStream.java 2 CommentSize: Comment is too large: Too many lines
15005 src/jZLib/InflaterInputStream.java 30 PackageCase: Package name contains upper case characters
15006 src/jZLib/InflaterInputStream.java 30 PackageCase: Package name contains upper case characters
15007 src/jZLib/InflaterInputStream.java 33 CommentRequired: Class comments are required
15008 src/jZLib/InflaterInputStream.java 33 CommentRequired: Class comments are required
15009 src/jZLib/InflaterInputStream.java 33 ModifiedCyclomaticComplexity: The class 'InflaterInputStream' has a Modified Cyclomatic Complexity of 3 (Highest = 11).
15010 src/jZLib/InflaterInputStream.java 33 ModifiedCyclomaticComplexity: The class 'InflaterInputStream' has a Modified Cyclomatic Complexity of 3 (Highest = 11).
15011 src/jZLib/InflaterInputStream.java 33 TooManyMethods: This class has too many methods, consider refactoring it.
15012 src/jZLib/InflaterInputStream.java 33 TooManyMethods: This class has too many methods, consider refactoring it.
15013 src/jZLib/InflaterInputStream.java 34 CommentRequired: Field comments are required
15014 src/jZLib/InflaterInputStream.java 34 CommentRequired: Field comments are required
15015 src/jZLib/InflaterInputStream.java 35 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15016 src/jZLib/InflaterInputStream.java 35 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15017 src/jZLib/InflaterInputStream.java 35 CommentRequired: Field comments are required
15018 src/jZLib/InflaterInputStream.java 35 CommentRequired: Field comments are required
15019 src/jZLib/InflaterInputStream.java 37 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15020 src/jZLib/InflaterInputStream.java 37 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15021 src/jZLib/InflaterInputStream.java 37 CommentRequired: Field comments are required
15022 src/jZLib/InflaterInputStream.java 37 CommentRequired: Field comments are required
15023 src/jZLib/InflaterInputStream.java 37 RedundantFieldInitializer: Avoid using redundant field initializer for 'closed'
15024 src/jZLib/InflaterInputStream.java 37 RedundantFieldInitializer: Avoid using redundant field initializer for 'closed'
15025 src/jZLib/InflaterInputStream.java 39 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15026 src/jZLib/InflaterInputStream.java 39 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15027 src/jZLib/InflaterInputStream.java 39 CommentRequired: Field comments are required
15028 src/jZLib/InflaterInputStream.java 39 CommentRequired: Field comments are required
15029 src/jZLib/InflaterInputStream.java 39 RedundantFieldInitializer: Avoid using redundant field initializer for 'eof'
15030 src/jZLib/InflaterInputStream.java 39 RedundantFieldInitializer: Avoid using redundant field initializer for 'eof'
15031 src/jZLib/InflaterInputStream.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15032 src/jZLib/InflaterInputStream.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15033 src/jZLib/InflaterInputStream.java 41 CommentRequired: Field comments are required
15034 src/jZLib/InflaterInputStream.java 41 CommentRequired: Field comments are required
15035 src/jZLib/InflaterInputStream.java 41 ImmutableField: Private field 'close_in' could be made final; it is only initialized in the declaration or constructor.
15036 src/jZLib/InflaterInputStream.java 41 ImmutableField: Private field 'close_in' could be made final; it is only initialized in the declaration or constructor.
15037 src/jZLib/InflaterInputStream.java 43 CommentRequired: Field comments are required
15038 src/jZLib/InflaterInputStream.java 43 CommentRequired: Field comments are required
15039 src/jZLib/InflaterInputStream.java 45 CommentRequired: Public method and constructor comments are required
15040 src/jZLib/InflaterInputStream.java 45 CommentRequired: Public method and constructor comments are required
15041 src/jZLib/InflaterInputStream.java 45 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
15042 src/jZLib/InflaterInputStream.java 45 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
15043 src/jZLib/InflaterInputStream.java 45 ShortVariable: Avoid variables with short names like in
15044 src/jZLib/InflaterInputStream.java 45 ShortVariable: Avoid variables with short names like in
15045 src/jZLib/InflaterInputStream.java 49 CommentRequired: Public method and constructor comments are required
15046 src/jZLib/InflaterInputStream.java 49 CommentRequired: Public method and constructor comments are required
15047 src/jZLib/InflaterInputStream.java 49 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
15048 src/jZLib/InflaterInputStream.java 49 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
15049 src/jZLib/InflaterInputStream.java 49 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
15050 src/jZLib/InflaterInputStream.java 49 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
15051 src/jZLib/InflaterInputStream.java 49 ShortVariable: Avoid variables with short names like in
15052 src/jZLib/InflaterInputStream.java 49 ShortVariable: Avoid variables with short names like in
15053 src/jZLib/InflaterInputStream.java 54 CommentRequired: Public method and constructor comments are required
15054 src/jZLib/InflaterInputStream.java 54 CommentRequired: Public method and constructor comments are required
15055 src/jZLib/InflaterInputStream.java 54 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
15056 src/jZLib/InflaterInputStream.java 54 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
15057 src/jZLib/InflaterInputStream.java 54 MethodArgumentCouldBeFinal: Parameter 'inflater' is not assigned and could be declared final
15058 src/jZLib/InflaterInputStream.java 54 MethodArgumentCouldBeFinal: Parameter 'inflater' is not assigned and could be declared final
15059 src/jZLib/InflaterInputStream.java 54 ShortVariable: Avoid variables with short names like in
15060 src/jZLib/InflaterInputStream.java 54 ShortVariable: Avoid variables with short names like in
15061 src/jZLib/InflaterInputStream.java 58 CommentRequired: Public method and constructor comments are required
15062 src/jZLib/InflaterInputStream.java 58 CommentRequired: Public method and constructor comments are required
15063 src/jZLib/InflaterInputStream.java 58 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
15064 src/jZLib/InflaterInputStream.java 58 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
15065 src/jZLib/InflaterInputStream.java 58 ShortVariable: Avoid variables with short names like in
15066 src/jZLib/InflaterInputStream.java 58 ShortVariable: Avoid variables with short names like in
15067 src/jZLib/InflaterInputStream.java 59 MethodArgumentCouldBeFinal: Parameter 'inflater' is not assigned and could be declared final
15068 src/jZLib/InflaterInputStream.java 59 MethodArgumentCouldBeFinal: Parameter 'inflater' is not assigned and could be declared final
15069 src/jZLib/InflaterInputStream.java 59 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
15070 src/jZLib/InflaterInputStream.java 59 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
15071 src/jZLib/InflaterInputStream.java 63 CommentRequired: Public method and constructor comments are required
15072 src/jZLib/InflaterInputStream.java 63 CommentRequired: Public method and constructor comments are required
15073 src/jZLib/InflaterInputStream.java 63 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
15074 src/jZLib/InflaterInputStream.java 63 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
15075 src/jZLib/InflaterInputStream.java 63 ShortVariable: Avoid variables with short names like in
15076 src/jZLib/InflaterInputStream.java 63 ShortVariable: Avoid variables with short names like in
15077 src/jZLib/InflaterInputStream.java 64 MethodArgumentCouldBeFinal: Parameter 'inflater' is not assigned and could be declared final
15078 src/jZLib/InflaterInputStream.java 64 MethodArgumentCouldBeFinal: Parameter 'inflater' is not assigned and could be declared final
15079 src/jZLib/InflaterInputStream.java 65 MethodArgumentCouldBeFinal: Parameter 'close_in' is not assigned and could be declared final
15080 src/jZLib/InflaterInputStream.java 65 MethodArgumentCouldBeFinal: Parameter 'close_in' is not assigned and could be declared final
15081 src/jZLib/InflaterInputStream.java 65 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
15082 src/jZLib/InflaterInputStream.java 65 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
15083 src/jZLib/InflaterInputStream.java 68 AvoidThrowingNullPointerException: Avoid throwing null pointer exceptions.
15084 src/jZLib/InflaterInputStream.java 68 AvoidThrowingNullPointerException: Avoid throwing null pointer exceptions.
15085 src/jZLib/InflaterInputStream.java 78 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15086 src/jZLib/InflaterInputStream.java 78 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15087 src/jZLib/InflaterInputStream.java 78 CommentRequired: Field comments are required
15088 src/jZLib/InflaterInputStream.java 78 CommentRequired: Field comments are required
15089 src/jZLib/InflaterInputStream.java 78 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15090 src/jZLib/InflaterInputStream.java 78 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15091 src/jZLib/InflaterInputStream.java 78 RedundantFieldInitializer: Avoid using redundant field initializer for 'myinflater'
15092 src/jZLib/InflaterInputStream.java 78 RedundantFieldInitializer: Avoid using redundant field initializer for 'myinflater'
15093 src/jZLib/InflaterInputStream.java 80 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15094 src/jZLib/InflaterInputStream.java 80 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15095 src/jZLib/InflaterInputStream.java 80 CommentRequired: Field comments are required
15096 src/jZLib/InflaterInputStream.java 80 CommentRequired: Field comments are required
15097 src/jZLib/InflaterInputStream.java 80 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15098 src/jZLib/InflaterInputStream.java 80 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15099 src/jZLib/InflaterInputStream.java 80 ImmutableField: Private field 'byte1' could be made final; it is only initialized in the declaration or constructor.
15100 src/jZLib/InflaterInputStream.java 80 ImmutableField: Private field 'byte1' could be made final; it is only initialized in the declaration or constructor.
15101 src/jZLib/InflaterInputStream.java 84 AvoidDuplicateLiterals: The String literal "Stream closed" appears 5 times in this file; the first occurrence is on line 84
15102 src/jZLib/InflaterInputStream.java 84 AvoidDuplicateLiterals: The String literal "Stream closed" appears 5 times in this file; the first occurrence is on line 84
15103 src/jZLib/InflaterInputStream.java 89 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
15104 src/jZLib/InflaterInputStream.java 89 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
15105 src/jZLib/InflaterInputStream.java 89 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
15106 src/jZLib/InflaterInputStream.java 89 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
15107 src/jZLib/InflaterInputStream.java 89 ModifiedCyclomaticComplexity: The method 'read' has a Modified Cyclomatic Complexity of 11.
15108 src/jZLib/InflaterInputStream.java 89 ModifiedCyclomaticComplexity: The method 'read' has a Modified Cyclomatic Complexity of 11.
15109 src/jZLib/InflaterInputStream.java 89 NPathComplexity: The method 'read(byte, int, int)' has an NPath complexity of 294, current threshold is 200
15110 src/jZLib/InflaterInputStream.java 89 NPathComplexity: The method 'read(byte, int, int)' has an NPath complexity of 294, current threshold is 200
15111 src/jZLib/InflaterInputStream.java 89 ShortVariable: Avoid variables with short names like b
15112 src/jZLib/InflaterInputStream.java 89 ShortVariable: Avoid variables with short names like b
15113 src/jZLib/InflaterInputStream.java 92 AvoidThrowingNullPointerException: Avoid throwing null pointer exceptions.
15114 src/jZLib/InflaterInputStream.java 92 AvoidThrowingNullPointerException: Avoid throwing null pointer exceptions.
15115 src/jZLib/InflaterInputStream.java 98 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15116 src/jZLib/InflaterInputStream.java 98 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15117 src/jZLib/InflaterInputStream.java 101 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15118 src/jZLib/InflaterInputStream.java 101 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15119 src/jZLib/InflaterInputStream.java 104 ShortVariable: Avoid variables with short names like n
15120 src/jZLib/InflaterInputStream.java 104 ShortVariable: Avoid variables with short names like n
15121 src/jZLib/InflaterInputStream.java 108 ControlStatementBraces: This statement should have braces
15122 src/jZLib/InflaterInputStream.java 108 ControlStatementBraces: This statement should have braces
15123 src/jZLib/InflaterInputStream.java 109 LocalVariableCouldBeFinal: Local variable 'err' could be declared final
15124 src/jZLib/InflaterInputStream.java 109 LocalVariableCouldBeFinal: Local variable 'err' could be declared final
15125 src/jZLib/InflaterInputStream.java 111 AvoidReassigningParameters: Avoid reassigning parameters such as 'off'
15126 src/jZLib/InflaterInputStream.java 111 AvoidReassigningParameters: Avoid reassigning parameters such as 'off'
15127 src/jZLib/InflaterInputStream.java 119 ControlStatementBraces: This statement should have braces
15128 src/jZLib/InflaterInputStream.java 119 ControlStatementBraces: This statement should have braces
15129 src/jZLib/InflaterInputStream.java 119 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15130 src/jZLib/InflaterInputStream.java 119 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15131 src/jZLib/InflaterInputStream.java 124 ControlStatementBraces: This statement should have braces
15132 src/jZLib/InflaterInputStream.java 124 ControlStatementBraces: This statement should have braces
15133 src/jZLib/InflaterInputStream.java 133 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15134 src/jZLib/InflaterInputStream.java 133 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15135 src/jZLib/InflaterInputStream.java 140 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15136 src/jZLib/InflaterInputStream.java 140 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15137 src/jZLib/InflaterInputStream.java 140 CommentRequired: Field comments are required
15138 src/jZLib/InflaterInputStream.java 140 CommentRequired: Field comments are required
15139 src/jZLib/InflaterInputStream.java 140 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15140 src/jZLib/InflaterInputStream.java 140 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15141 src/jZLib/InflaterInputStream.java 140 ImmutableField: Private field 'b' could be made final; it is only initialized in the declaration or constructor.
15142 src/jZLib/InflaterInputStream.java 140 ImmutableField: Private field 'b' could be made final; it is only initialized in the declaration or constructor.
15143 src/jZLib/InflaterInputStream.java 140 ShortVariable: Avoid variables with short names like b
15144 src/jZLib/InflaterInputStream.java 140 ShortVariable: Avoid variables with short names like b
15145 src/jZLib/InflaterInputStream.java 143 MethodArgumentCouldBeFinal: Parameter 'n' is not assigned and could be declared final
15146 src/jZLib/InflaterInputStream.java 143 MethodArgumentCouldBeFinal: Parameter 'n' is not assigned and could be declared final
15147 src/jZLib/InflaterInputStream.java 143 ShortVariable: Avoid variables with short names like n
15148 src/jZLib/InflaterInputStream.java 143 ShortVariable: Avoid variables with short names like n
15149 src/jZLib/InflaterInputStream.java 150 LocalVariableCouldBeFinal: Local variable 'max' could be declared final
15150 src/jZLib/InflaterInputStream.java 150 LocalVariableCouldBeFinal: Local variable 'max' could be declared final
15151 src/jZLib/InflaterInputStream.java 171 ControlStatementBraces: This statement should have braces
15152 src/jZLib/InflaterInputStream.java 171 ControlStatementBraces: This statement should have braces
15153 src/jZLib/InflaterInputStream.java 173 ControlStatementBraces: This statement should have braces
15154 src/jZLib/InflaterInputStream.java 173 ControlStatementBraces: This statement should have braces
15155 src/jZLib/InflaterInputStream.java 178 CommentRequired: Protected method constructor comments are required
15156 src/jZLib/InflaterInputStream.java 178 CommentRequired: Protected method constructor comments are required
15157 src/jZLib/InflaterInputStream.java 187 ConfusingTernary: Avoid if (x != y) ..; else ..;
15158 src/jZLib/InflaterInputStream.java 187 ConfusingTernary: Avoid if (x != y) ..; else ..;
15159 src/jZLib/InflaterInputStream.java 203 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
15160 src/jZLib/InflaterInputStream.java 203 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
15161 src/jZLib/InflaterInputStream.java 203 MethodArgumentCouldBeFinal: Parameter 'readlimit' is not assigned and could be declared final
15162 src/jZLib/InflaterInputStream.java 203 MethodArgumentCouldBeFinal: Parameter 'readlimit' is not assigned and could be declared final
15163 src/jZLib/InflaterInputStream.java 203 UncommentedEmptyMethodBody: Document empty method body
15164 src/jZLib/InflaterInputStream.java 203 UncommentedEmptyMethodBody: Document empty method body
15165 src/jZLib/InflaterInputStream.java 207 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
15166 src/jZLib/InflaterInputStream.java 207 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
15167 src/jZLib/InflaterInputStream.java 211 CommentRequired: Public method and constructor comments are required
15168 src/jZLib/InflaterInputStream.java 211 CommentRequired: Public method and constructor comments are required
15169 src/jZLib/InflaterInputStream.java 215 CommentRequired: Public method and constructor comments are required
15170 src/jZLib/InflaterInputStream.java 215 CommentRequired: Public method and constructor comments are required
15171 src/jZLib/InflaterInputStream.java 219 CommentRequired: Public method and constructor comments are required
15172 src/jZLib/InflaterInputStream.java 219 CommentRequired: Public method and constructor comments are required
15173 src/jZLib/InflaterInputStream.java 221 ControlStatementBraces: This statement should have braces
15174 src/jZLib/InflaterInputStream.java 221 ControlStatementBraces: This statement should have braces
15175 src/jZLib/InflaterInputStream.java 221 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15176 src/jZLib/InflaterInputStream.java 221 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15177 src/jZLib/InflaterInputStream.java 221 ReturnEmptyCollectionRatherThanNull: Return an empty collection rather than null.
15178 src/jZLib/InflaterInputStream.java 221 ReturnEmptyCollectionRatherThanNull: Return an empty collection rather than null.
15179 src/jZLib/InflaterInputStream.java 222 LocalVariableCouldBeFinal: Local variable 'tmp' could be declared final
15180 src/jZLib/InflaterInputStream.java 222 LocalVariableCouldBeFinal: Local variable 'tmp' could be declared final
15181 src/jZLib/InflaterInputStream.java 228 CommentRequired: Public method and constructor comments are required
15182 src/jZLib/InflaterInputStream.java 228 CommentRequired: Public method and constructor comments are required
15183 src/jZLib/InflaterInputStream.java 230 LocalVariableCouldBeFinal: Local variable 'empty' could be declared final
15184 src/jZLib/InflaterInputStream.java 230 LocalVariableCouldBeFinal: Local variable 'empty' could be declared final
15185 src/jZLib/InflaterInputStream.java 234 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'err' (lines '234'-'245').
15186 src/jZLib/InflaterInputStream.java 234 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'err' (lines '234'-'245').
15187 src/jZLib/InflaterInputStream.java 234 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'err' (lines '234'-'250').
15188 src/jZLib/InflaterInputStream.java 234 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'err' (lines '234'-'250').
15189 src/jZLib/InflaterInputStream.java 234 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
15190 src/jZLib/InflaterInputStream.java 234 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
15191 src/jZLib/InflaterInputStream.java 234 UnusedAssignment: The initializer for variable 'err' is never used (overwritten on line 245)
15192 src/jZLib/InflaterInputStream.java 234 UnusedAssignment: The initializer for variable 'err' is never used (overwritten on line 245)
15193 src/jZLib/InflaterInputStream.java 235 LawOfDemeter: Potential violation of Law of Demeter (static property access)
15194 src/jZLib/InflaterInputStream.java 235 LawOfDemeter: Potential violation of Law of Demeter (static property access)
15195 src/jZLib/InflaterInputStream.java 239 LocalVariableCouldBeFinal: Local variable 'b1' could be declared final
15196 src/jZLib/InflaterInputStream.java 239 LocalVariableCouldBeFinal: Local variable 'b1' could be declared final
15197 src/jZLib/InflaterInputStream.java 239 ShortVariable: Avoid variables with short names like b1
15198 src/jZLib/InflaterInputStream.java 239 ShortVariable: Avoid variables with short names like b1
15199 src/jZLib/InflaterInputStream.java 241 LocalVariableCouldBeFinal: Local variable 'i' could be declared final
15200 src/jZLib/InflaterInputStream.java 241 LocalVariableCouldBeFinal: Local variable 'i' could be declared final
15201 src/jZLib/InflaterInputStream.java 241 ShortVariable: Avoid variables with short names like i
15202 src/jZLib/InflaterInputStream.java 241 ShortVariable: Avoid variables with short names like i
15203 src/jZLib/InflaterInputStream.java 243 ControlStatementBraces: This statement should have braces
15204 src/jZLib/InflaterInputStream.java 243 ControlStatementBraces: This statement should have braces
15205 src/jZLib/InflaterInputStream.java 247 ControlStatementBraces: This statement should have braces
15206 src/jZLib/InflaterInputStream.java 247 ControlStatementBraces: This statement should have braces
15207 src/jZLib/InflaterInputStream.java 249 LawOfDemeter: Potential violation of Law of Demeter (static property access)
15208 src/jZLib/InflaterInputStream.java 249 LawOfDemeter: Potential violation of Law of Demeter (static property access)
15209 src/jZLib/JZlib.java 2 CommentSize: Comment is too large: Too many lines
15210 src/jZLib/JZlib.java 2 CommentSize: Comment is too large: Too many lines
15211 src/jZLib/JZlib.java 35 PackageCase: Package name contains upper case characters
15212 src/jZLib/JZlib.java 35 PackageCase: Package name contains upper case characters
15213 src/jZLib/JZlib.java 37 CommentRequired: Class comments are required
15214 src/jZLib/JZlib.java 37 CommentRequired: Class comments are required
15215 src/jZLib/JZlib.java 37 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
15216 src/jZLib/JZlib.java 37 UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
15217 src/jZLib/JZlib.java 38 AvoidFieldNameMatchingMethodName: Field version has the same name as a method
15218 src/jZLib/JZlib.java 38 AvoidFieldNameMatchingMethodName: Field version has the same name as a method
15219 src/jZLib/JZlib.java 38 CommentRequired: Field comments are required
15220 src/jZLib/JZlib.java 38 CommentRequired: Field comments are required
15221 src/jZLib/JZlib.java 39 CommentRequired: Public method and constructor comments are required
15222 src/jZLib/JZlib.java 39 CommentRequired: Public method and constructor comments are required
15223 src/jZLib/JZlib.java 41 CommentRequired: Field comments are required
15224 src/jZLib/JZlib.java 41 CommentRequired: Field comments are required
15225 src/jZLib/JZlib.java 41 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15226 src/jZLib/JZlib.java 41 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15227 src/jZLib/JZlib.java 42 CommentRequired: Field comments are required
15228 src/jZLib/JZlib.java 42 CommentRequired: Field comments are required
15229 src/jZLib/JZlib.java 42 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15230 src/jZLib/JZlib.java 42 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15231 src/jZLib/JZlib.java 44 CommentRequired: Enum comments are required
15232 src/jZLib/JZlib.java 44 CommentRequired: Enum comments are required
15233 src/jZLib/JZlib.java 48 CommentRequired: Field comments are required
15234 src/jZLib/JZlib.java 48 CommentRequired: Field comments are required
15235 src/jZLib/JZlib.java 48 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15236 src/jZLib/JZlib.java 48 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15237 src/jZLib/JZlib.java 49 CommentRequired: Field comments are required
15238 src/jZLib/JZlib.java 49 CommentRequired: Field comments are required
15239 src/jZLib/JZlib.java 49 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15240 src/jZLib/JZlib.java 49 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15241 src/jZLib/JZlib.java 50 CommentRequired: Field comments are required
15242 src/jZLib/JZlib.java 50 CommentRequired: Field comments are required
15243 src/jZLib/JZlib.java 50 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15244 src/jZLib/JZlib.java 50 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15245 src/jZLib/JZlib.java 51 CommentRequired: Field comments are required
15246 src/jZLib/JZlib.java 51 CommentRequired: Field comments are required
15247 src/jZLib/JZlib.java 51 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15248 src/jZLib/JZlib.java 51 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15249 src/jZLib/JZlib.java 54 CommentRequired: Field comments are required
15250 src/jZLib/JZlib.java 54 CommentRequired: Field comments are required
15251 src/jZLib/JZlib.java 54 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15252 src/jZLib/JZlib.java 54 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15253 src/jZLib/JZlib.java 55 CommentRequired: Field comments are required
15254 src/jZLib/JZlib.java 55 CommentRequired: Field comments are required
15255 src/jZLib/JZlib.java 55 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15256 src/jZLib/JZlib.java 55 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15257 src/jZLib/JZlib.java 56 CommentRequired: Field comments are required
15258 src/jZLib/JZlib.java 56 CommentRequired: Field comments are required
15259 src/jZLib/JZlib.java 56 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15260 src/jZLib/JZlib.java 56 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15261 src/jZLib/JZlib.java 56 LongVariable: Avoid excessively long variable names like Z_BEST_COMPRESSION
15262 src/jZLib/JZlib.java 56 LongVariable: Avoid excessively long variable names like Z_BEST_COMPRESSION
15263 src/jZLib/JZlib.java 57 CommentRequired: Field comments are required
15264 src/jZLib/JZlib.java 57 CommentRequired: Field comments are required
15265 src/jZLib/JZlib.java 57 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15266 src/jZLib/JZlib.java 57 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15267 src/jZLib/JZlib.java 57 LongVariable: Avoid excessively long variable names like Z_DEFAULT_COMPRESSION
15268 src/jZLib/JZlib.java 57 LongVariable: Avoid excessively long variable names like Z_DEFAULT_COMPRESSION
15269 src/jZLib/JZlib.java 57 UselessParentheses: Useless parentheses.
15270 src/jZLib/JZlib.java 57 UselessParentheses: Useless parentheses.
15271 src/jZLib/JZlib.java 60 CommentRequired: Field comments are required
15272 src/jZLib/JZlib.java 60 CommentRequired: Field comments are required
15273 src/jZLib/JZlib.java 60 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15274 src/jZLib/JZlib.java 60 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15275 src/jZLib/JZlib.java 61 CommentRequired: Field comments are required
15276 src/jZLib/JZlib.java 61 CommentRequired: Field comments are required
15277 src/jZLib/JZlib.java 61 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15278 src/jZLib/JZlib.java 61 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15279 src/jZLib/JZlib.java 62 CommentRequired: Field comments are required
15280 src/jZLib/JZlib.java 62 CommentRequired: Field comments are required
15281 src/jZLib/JZlib.java 62 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15282 src/jZLib/JZlib.java 62 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15283 src/jZLib/JZlib.java 62 LongVariable: Avoid excessively long variable names like Z_DEFAULT_STRATEGY
15284 src/jZLib/JZlib.java 62 LongVariable: Avoid excessively long variable names like Z_DEFAULT_STRATEGY
15285 src/jZLib/JZlib.java 64 CommentRequired: Field comments are required
15286 src/jZLib/JZlib.java 64 CommentRequired: Field comments are required
15287 src/jZLib/JZlib.java 64 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15288 src/jZLib/JZlib.java 64 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15289 src/jZLib/JZlib.java 65 CommentRequired: Field comments are required
15290 src/jZLib/JZlib.java 65 CommentRequired: Field comments are required
15291 src/jZLib/JZlib.java 65 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15292 src/jZLib/JZlib.java 65 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15293 src/jZLib/JZlib.java 66 CommentRequired: Field comments are required
15294 src/jZLib/JZlib.java 66 CommentRequired: Field comments are required
15295 src/jZLib/JZlib.java 66 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15296 src/jZLib/JZlib.java 66 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15297 src/jZLib/JZlib.java 67 CommentRequired: Field comments are required
15298 src/jZLib/JZlib.java 67 CommentRequired: Field comments are required
15299 src/jZLib/JZlib.java 67 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15300 src/jZLib/JZlib.java 67 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15301 src/jZLib/JZlib.java 68 CommentRequired: Field comments are required
15302 src/jZLib/JZlib.java 68 CommentRequired: Field comments are required
15303 src/jZLib/JZlib.java 68 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15304 src/jZLib/JZlib.java 68 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15305 src/jZLib/JZlib.java 70 CommentRequired: Field comments are required
15306 src/jZLib/JZlib.java 70 CommentRequired: Field comments are required
15307 src/jZLib/JZlib.java 70 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15308 src/jZLib/JZlib.java 70 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15309 src/jZLib/JZlib.java 71 CommentRequired: Field comments are required
15310 src/jZLib/JZlib.java 71 CommentRequired: Field comments are required
15311 src/jZLib/JZlib.java 71 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15312 src/jZLib/JZlib.java 71 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15313 src/jZLib/JZlib.java 72 CommentRequired: Field comments are required
15314 src/jZLib/JZlib.java 72 CommentRequired: Field comments are required
15315 src/jZLib/JZlib.java 72 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15316 src/jZLib/JZlib.java 72 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15317 src/jZLib/JZlib.java 73 CommentRequired: Field comments are required
15318 src/jZLib/JZlib.java 73 CommentRequired: Field comments are required
15319 src/jZLib/JZlib.java 73 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15320 src/jZLib/JZlib.java 73 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15321 src/jZLib/JZlib.java 74 CommentRequired: Field comments are required
15322 src/jZLib/JZlib.java 74 CommentRequired: Field comments are required
15323 src/jZLib/JZlib.java 74 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15324 src/jZLib/JZlib.java 74 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15325 src/jZLib/JZlib.java 75 CommentRequired: Field comments are required
15326 src/jZLib/JZlib.java 75 CommentRequired: Field comments are required
15327 src/jZLib/JZlib.java 75 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15328 src/jZLib/JZlib.java 75 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15329 src/jZLib/JZlib.java 76 CommentRequired: Field comments are required
15330 src/jZLib/JZlib.java 76 CommentRequired: Field comments are required
15331 src/jZLib/JZlib.java 76 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15332 src/jZLib/JZlib.java 76 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15333 src/jZLib/JZlib.java 77 CommentRequired: Field comments are required
15334 src/jZLib/JZlib.java 77 CommentRequired: Field comments are required
15335 src/jZLib/JZlib.java 77 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15336 src/jZLib/JZlib.java 77 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15337 src/jZLib/JZlib.java 78 CommentRequired: Field comments are required
15338 src/jZLib/JZlib.java 78 CommentRequired: Field comments are required
15339 src/jZLib/JZlib.java 78 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15340 src/jZLib/JZlib.java 78 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15341 src/jZLib/JZlib.java 81 CommentRequired: Field comments are required
15342 src/jZLib/JZlib.java 81 CommentRequired: Field comments are required
15343 src/jZLib/JZlib.java 81 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15344 src/jZLib/JZlib.java 81 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15345 src/jZLib/JZlib.java 82 CommentRequired: Field comments are required
15346 src/jZLib/JZlib.java 82 CommentRequired: Field comments are required
15347 src/jZLib/JZlib.java 82 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15348 src/jZLib/JZlib.java 82 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15349 src/jZLib/JZlib.java 83 CommentRequired: Field comments are required
15350 src/jZLib/JZlib.java 83 CommentRequired: Field comments are required
15351 src/jZLib/JZlib.java 83 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15352 src/jZLib/JZlib.java 83 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15353 src/jZLib/JZlib.java 85 CommentRequired: Public method and constructor comments are required
15354 src/jZLib/JZlib.java 85 CommentRequired: Public method and constructor comments are required
15355 src/jZLib/JZlib.java 85 MethodArgumentCouldBeFinal: Parameter 'adler1' is not assigned and could be declared final
15356 src/jZLib/JZlib.java 85 MethodArgumentCouldBeFinal: Parameter 'adler1' is not assigned and could be declared final
15357 src/jZLib/JZlib.java 85 MethodArgumentCouldBeFinal: Parameter 'adler2' is not assigned and could be declared final
15358 src/jZLib/JZlib.java 85 MethodArgumentCouldBeFinal: Parameter 'adler2' is not assigned and could be declared final
15359 src/jZLib/JZlib.java 85 MethodArgumentCouldBeFinal: Parameter 'len2' is not assigned and could be declared final
15360 src/jZLib/JZlib.java 85 MethodArgumentCouldBeFinal: Parameter 'len2' is not assigned and could be declared final
15361 src/jZLib/JZlib.java 89 CommentRequired: Public method and constructor comments are required
15362 src/jZLib/JZlib.java 89 CommentRequired: Public method and constructor comments are required
15363 src/jZLib/JZlib.java 89 MethodArgumentCouldBeFinal: Parameter 'crc1' is not assigned and could be declared final
15364 src/jZLib/JZlib.java 89 MethodArgumentCouldBeFinal: Parameter 'crc1' is not assigned and could be declared final
15365 src/jZLib/JZlib.java 89 MethodArgumentCouldBeFinal: Parameter 'crc2' is not assigned and could be declared final
15366 src/jZLib/JZlib.java 89 MethodArgumentCouldBeFinal: Parameter 'crc2' is not assigned and could be declared final
15367 src/jZLib/JZlib.java 89 MethodArgumentCouldBeFinal: Parameter 'len2' is not assigned and could be declared final
15368 src/jZLib/JZlib.java 89 MethodArgumentCouldBeFinal: Parameter 'len2' is not assigned and could be declared final
15369 src/jZLib/StaticTree.java 2 CommentSize: Comment is too large: Too many lines
15370 src/jZLib/StaticTree.java 2 CommentSize: Comment is too large: Too many lines
15371 src/jZLib/StaticTree.java 35 PackageCase: Package name contains upper case characters
15372 src/jZLib/StaticTree.java 35 PackageCase: Package name contains upper case characters
15373 src/jZLib/StaticTree.java 37 CommentRequired: Class comments are required
15374 src/jZLib/StaticTree.java 37 CommentRequired: Class comments are required
15375 src/jZLib/StaticTree.java 38 CommentRequired: Field comments are required
15376 src/jZLib/StaticTree.java 38 CommentRequired: Field comments are required
15377 src/jZLib/StaticTree.java 40 CommentRequired: Field comments are required
15378 src/jZLib/StaticTree.java 40 CommentRequired: Field comments are required
15379 src/jZLib/StaticTree.java 41 CommentRequired: Field comments are required
15380 src/jZLib/StaticTree.java 41 CommentRequired: Field comments are required
15381 src/jZLib/StaticTree.java 42 CommentRequired: Field comments are required
15382 src/jZLib/StaticTree.java 42 CommentRequired: Field comments are required
15383 src/jZLib/StaticTree.java 43 CommentRequired: Field comments are required
15384 src/jZLib/StaticTree.java 43 CommentRequired: Field comments are required
15385 src/jZLib/StaticTree.java 44 CommentRequired: Field comments are required
15386 src/jZLib/StaticTree.java 44 CommentRequired: Field comments are required
15387 src/jZLib/StaticTree.java 44 UselessParentheses: Useless parentheses.
15388 src/jZLib/StaticTree.java 44 UselessParentheses: Useless parentheses.
15389 src/jZLib/StaticTree.java 47 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the MAX_BL_BITS field if you want a default access modifier
15390 src/jZLib/StaticTree.java 47 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the MAX_BL_BITS field if you want a default access modifier
15391 src/jZLib/StaticTree.java 47 CommentRequired: Field comments are required
15392 src/jZLib/StaticTree.java 47 CommentRequired: Field comments are required
15393 src/jZLib/StaticTree.java 47 DefaultPackage: Use explicit scoping instead of the default package private level
15394 src/jZLib/StaticTree.java 47 DefaultPackage: Use explicit scoping instead of the default package private level
15395 src/jZLib/StaticTree.java 49 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the static_ltree field if you want a default access modifier
15396 src/jZLib/StaticTree.java 49 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the static_ltree field if you want a default access modifier
15397 src/jZLib/StaticTree.java 49 CommentRequired: Field comments are required
15398 src/jZLib/StaticTree.java 49 CommentRequired: Field comments are required
15399 src/jZLib/StaticTree.java 49 DefaultPackage: Use explicit scoping instead of the default package private level
15400 src/jZLib/StaticTree.java 49 DefaultPackage: Use explicit scoping instead of the default package private level
15401 src/jZLib/StaticTree.java 110 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the static_dtree field if you want a default access modifier
15402 src/jZLib/StaticTree.java 110 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the static_dtree field if you want a default access modifier
15403 src/jZLib/StaticTree.java 110 CommentRequired: Field comments are required
15404 src/jZLib/StaticTree.java 110 CommentRequired: Field comments are required
15405 src/jZLib/StaticTree.java 110 DefaultPackage: Use explicit scoping instead of the default package private level
15406 src/jZLib/StaticTree.java 110 DefaultPackage: Use explicit scoping instead of the default package private level
15407 src/jZLib/StaticTree.java 119 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the static_l_desc field if you want a default access modifier
15408 src/jZLib/StaticTree.java 119 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the static_l_desc field if you want a default access modifier
15409 src/jZLib/StaticTree.java 119 CommentRequired: Field comments are required
15410 src/jZLib/StaticTree.java 119 CommentRequired: Field comments are required
15411 src/jZLib/StaticTree.java 119 DefaultPackage: Use explicit scoping instead of the default package private level
15412 src/jZLib/StaticTree.java 119 DefaultPackage: Use explicit scoping instead of the default package private level
15413 src/jZLib/StaticTree.java 119 MutableStaticState: Do not use non-final non-private static fields
15414 src/jZLib/StaticTree.java 119 MutableStaticState: Do not use non-final non-private static fields
15415 src/jZLib/StaticTree.java 123 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the static_d_desc field if you want a default access modifier
15416 src/jZLib/StaticTree.java 123 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the static_d_desc field if you want a default access modifier
15417 src/jZLib/StaticTree.java 123 CommentRequired: Field comments are required
15418 src/jZLib/StaticTree.java 123 CommentRequired: Field comments are required
15419 src/jZLib/StaticTree.java 123 DefaultPackage: Use explicit scoping instead of the default package private level
15420 src/jZLib/StaticTree.java 123 DefaultPackage: Use explicit scoping instead of the default package private level
15421 src/jZLib/StaticTree.java 123 MutableStaticState: Do not use non-final non-private static fields
15422 src/jZLib/StaticTree.java 123 MutableStaticState: Do not use non-final non-private static fields
15423 src/jZLib/StaticTree.java 127 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the static_bl_desc field if you want a default access modifier
15424 src/jZLib/StaticTree.java 127 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the static_bl_desc field if you want a default access modifier
15425 src/jZLib/StaticTree.java 127 CommentRequired: Field comments are required
15426 src/jZLib/StaticTree.java 127 CommentRequired: Field comments are required
15427 src/jZLib/StaticTree.java 127 DefaultPackage: Use explicit scoping instead of the default package private level
15428 src/jZLib/StaticTree.java 127 DefaultPackage: Use explicit scoping instead of the default package private level
15429 src/jZLib/StaticTree.java 127 MutableStaticState: Do not use non-final non-private static fields
15430 src/jZLib/StaticTree.java 127 MutableStaticState: Do not use non-final non-private static fields
15431 src/jZLib/StaticTree.java 131 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15432 src/jZLib/StaticTree.java 131 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15433 src/jZLib/StaticTree.java 131 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the static_tree field if you want a default access modifier
15434 src/jZLib/StaticTree.java 131 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the static_tree field if you want a default access modifier
15435 src/jZLib/StaticTree.java 131 CommentRequired: Field comments are required
15436 src/jZLib/StaticTree.java 131 CommentRequired: Field comments are required
15437 src/jZLib/StaticTree.java 131 DefaultPackage: Use explicit scoping instead of the default package private level
15438 src/jZLib/StaticTree.java 131 DefaultPackage: Use explicit scoping instead of the default package private level
15439 src/jZLib/StaticTree.java 132 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15440 src/jZLib/StaticTree.java 132 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15441 src/jZLib/StaticTree.java 132 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the extra_bits field if you want a default access modifier
15442 src/jZLib/StaticTree.java 132 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the extra_bits field if you want a default access modifier
15443 src/jZLib/StaticTree.java 132 CommentRequired: Field comments are required
15444 src/jZLib/StaticTree.java 132 CommentRequired: Field comments are required
15445 src/jZLib/StaticTree.java 132 DefaultPackage: Use explicit scoping instead of the default package private level
15446 src/jZLib/StaticTree.java 132 DefaultPackage: Use explicit scoping instead of the default package private level
15447 src/jZLib/StaticTree.java 133 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15448 src/jZLib/StaticTree.java 133 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15449 src/jZLib/StaticTree.java 133 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the extra_base field if you want a default access modifier
15450 src/jZLib/StaticTree.java 133 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the extra_base field if you want a default access modifier
15451 src/jZLib/StaticTree.java 133 CommentRequired: Field comments are required
15452 src/jZLib/StaticTree.java 133 CommentRequired: Field comments are required
15453 src/jZLib/StaticTree.java 133 DefaultPackage: Use explicit scoping instead of the default package private level
15454 src/jZLib/StaticTree.java 133 DefaultPackage: Use explicit scoping instead of the default package private level
15455 src/jZLib/StaticTree.java 134 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15456 src/jZLib/StaticTree.java 134 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15457 src/jZLib/StaticTree.java 134 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the elems field if you want a default access modifier
15458 src/jZLib/StaticTree.java 134 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the elems field if you want a default access modifier
15459 src/jZLib/StaticTree.java 134 CommentRequired: Field comments are required
15460 src/jZLib/StaticTree.java 134 CommentRequired: Field comments are required
15461 src/jZLib/StaticTree.java 134 DefaultPackage: Use explicit scoping instead of the default package private level
15462 src/jZLib/StaticTree.java 134 DefaultPackage: Use explicit scoping instead of the default package private level
15463 src/jZLib/StaticTree.java 135 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15464 src/jZLib/StaticTree.java 135 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15465 src/jZLib/StaticTree.java 135 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the max_length field if you want a default access modifier
15466 src/jZLib/StaticTree.java 135 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the max_length field if you want a default access modifier
15467 src/jZLib/StaticTree.java 135 CommentRequired: Field comments are required
15468 src/jZLib/StaticTree.java 135 CommentRequired: Field comments are required
15469 src/jZLib/StaticTree.java 135 DefaultPackage: Use explicit scoping instead of the default package private level
15470 src/jZLib/StaticTree.java 135 DefaultPackage: Use explicit scoping instead of the default package private level
15471 src/jZLib/StaticTree.java 137 MethodArgumentCouldBeFinal: Parameter 'static_tree' is not assigned and could be declared final
15472 src/jZLib/StaticTree.java 137 MethodArgumentCouldBeFinal: Parameter 'static_tree' is not assigned and could be declared final
15473 src/jZLib/StaticTree.java 138 MethodArgumentCouldBeFinal: Parameter 'extra_bits' is not assigned and could be declared final
15474 src/jZLib/StaticTree.java 138 MethodArgumentCouldBeFinal: Parameter 'extra_bits' is not assigned and could be declared final
15475 src/jZLib/StaticTree.java 139 MethodArgumentCouldBeFinal: Parameter 'extra_base' is not assigned and could be declared final
15476 src/jZLib/StaticTree.java 139 MethodArgumentCouldBeFinal: Parameter 'extra_base' is not assigned and could be declared final
15477 src/jZLib/StaticTree.java 140 MethodArgumentCouldBeFinal: Parameter 'elems' is not assigned and could be declared final
15478 src/jZLib/StaticTree.java 140 MethodArgumentCouldBeFinal: Parameter 'elems' is not assigned and could be declared final
15479 src/jZLib/StaticTree.java 141 MethodArgumentCouldBeFinal: Parameter 'max_length' is not assigned and could be declared final
15480 src/jZLib/StaticTree.java 141 MethodArgumentCouldBeFinal: Parameter 'max_length' is not assigned and could be declared final
15481 src/jZLib/Tree.java 2 CommentSize: Comment is too large: Too many lines
15482 src/jZLib/Tree.java 2 CommentSize: Comment is too large: Too many lines
15483 src/jZLib/Tree.java 35 PackageCase: Package name contains upper case characters
15484 src/jZLib/Tree.java 35 PackageCase: Package name contains upper case characters
15485 src/jZLib/Tree.java 37 AtLeastOneConstructor: Each class should declare at least one constructor
15486 src/jZLib/Tree.java 37 AtLeastOneConstructor: Each class should declare at least one constructor
15487 src/jZLib/Tree.java 37 CommentRequired: Class comments are required
15488 src/jZLib/Tree.java 37 CommentRequired: Class comments are required
15489 src/jZLib/Tree.java 37 ModifiedCyclomaticComplexity: The class 'Tree' has a Modified Cyclomatic Complexity of 6 (Highest = 14).
15490 src/jZLib/Tree.java 37 ModifiedCyclomaticComplexity: The class 'Tree' has a Modified Cyclomatic Complexity of 6 (Highest = 14).
15491 src/jZLib/Tree.java 37 ShortClassName: Avoid short class names like Tree
15492 src/jZLib/Tree.java 37 ShortClassName: Avoid short class names like Tree
15493 src/jZLib/Tree.java 38 CommentRequired: Field comments are required
15494 src/jZLib/Tree.java 38 CommentRequired: Field comments are required
15495 src/jZLib/Tree.java 39 CommentRequired: Field comments are required
15496 src/jZLib/Tree.java 39 CommentRequired: Field comments are required
15497 src/jZLib/Tree.java 39 UnusedPrivateField: Avoid unused private fields such as 'BL_CODES'.
15498 src/jZLib/Tree.java 39 UnusedPrivateField: Avoid unused private fields such as 'BL_CODES'.
15499 src/jZLib/Tree.java 40 CommentRequired: Field comments are required
15500 src/jZLib/Tree.java 40 CommentRequired: Field comments are required
15501 src/jZLib/Tree.java 40 UnusedPrivateField: Avoid unused private fields such as 'D_CODES'.
15502 src/jZLib/Tree.java 40 UnusedPrivateField: Avoid unused private fields such as 'D_CODES'.
15503 src/jZLib/Tree.java 41 CommentRequired: Field comments are required
15504 src/jZLib/Tree.java 41 CommentRequired: Field comments are required
15505 src/jZLib/Tree.java 42 CommentRequired: Field comments are required
15506 src/jZLib/Tree.java 42 CommentRequired: Field comments are required
15507 src/jZLib/Tree.java 43 CommentRequired: Field comments are required
15508 src/jZLib/Tree.java 43 CommentRequired: Field comments are required
15509 src/jZLib/Tree.java 43 UselessParentheses: Useless parentheses.
15510 src/jZLib/Tree.java 43 UselessParentheses: Useless parentheses.
15511 src/jZLib/Tree.java 44 CommentRequired: Field comments are required
15512 src/jZLib/Tree.java 44 CommentRequired: Field comments are required
15513 src/jZLib/Tree.java 44 UselessParentheses: Useless parentheses.
15514 src/jZLib/Tree.java 44 UselessParentheses: Useless parentheses.
15515 src/jZLib/Tree.java 47 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the MAX_BL_BITS field if you want a default access modifier
15516 src/jZLib/Tree.java 47 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the MAX_BL_BITS field if you want a default access modifier
15517 src/jZLib/Tree.java 47 CommentRequired: Field comments are required
15518 src/jZLib/Tree.java 47 CommentRequired: Field comments are required
15519 src/jZLib/Tree.java 47 DefaultPackage: Use explicit scoping instead of the default package private level
15520 src/jZLib/Tree.java 47 DefaultPackage: Use explicit scoping instead of the default package private level
15521 src/jZLib/Tree.java 50 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the END_BLOCK field if you want a default access modifier
15522 src/jZLib/Tree.java 50 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the END_BLOCK field if you want a default access modifier
15523 src/jZLib/Tree.java 50 CommentRequired: Field comments are required
15524 src/jZLib/Tree.java 50 CommentRequired: Field comments are required
15525 src/jZLib/Tree.java 50 DefaultPackage: Use explicit scoping instead of the default package private level
15526 src/jZLib/Tree.java 50 DefaultPackage: Use explicit scoping instead of the default package private level
15527 src/jZLib/Tree.java 53 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the REP_3_6 field if you want a default access modifier
15528 src/jZLib/Tree.java 53 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the REP_3_6 field if you want a default access modifier
15529 src/jZLib/Tree.java 53 CommentRequired: Field comments are required
15530 src/jZLib/Tree.java 53 CommentRequired: Field comments are required
15531 src/jZLib/Tree.java 53 DefaultPackage: Use explicit scoping instead of the default package private level
15532 src/jZLib/Tree.java 53 DefaultPackage: Use explicit scoping instead of the default package private level
15533 src/jZLib/Tree.java 56 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the REPZ_3_10 field if you want a default access modifier
15534 src/jZLib/Tree.java 56 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the REPZ_3_10 field if you want a default access modifier
15535 src/jZLib/Tree.java 56 CommentRequired: Field comments are required
15536 src/jZLib/Tree.java 56 CommentRequired: Field comments are required
15537 src/jZLib/Tree.java 56 DefaultPackage: Use explicit scoping instead of the default package private level
15538 src/jZLib/Tree.java 56 DefaultPackage: Use explicit scoping instead of the default package private level
15539 src/jZLib/Tree.java 59 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the REPZ_11_138 field if you want a default access modifier
15540 src/jZLib/Tree.java 59 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the REPZ_11_138 field if you want a default access modifier
15541 src/jZLib/Tree.java 59 CommentRequired: Field comments are required
15542 src/jZLib/Tree.java 59 CommentRequired: Field comments are required
15543 src/jZLib/Tree.java 59 DefaultPackage: Use explicit scoping instead of the default package private level
15544 src/jZLib/Tree.java 59 DefaultPackage: Use explicit scoping instead of the default package private level
15545 src/jZLib/Tree.java 62 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the extra_lbits field if you want a default access modifier
15546 src/jZLib/Tree.java 62 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the extra_lbits field if you want a default access modifier
15547 src/jZLib/Tree.java 62 CommentRequired: Field comments are required
15548 src/jZLib/Tree.java 62 CommentRequired: Field comments are required
15549 src/jZLib/Tree.java 62 DefaultPackage: Use explicit scoping instead of the default package private level
15550 src/jZLib/Tree.java 62 DefaultPackage: Use explicit scoping instead of the default package private level
15551 src/jZLib/Tree.java 67 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the extra_dbits field if you want a default access modifier
15552 src/jZLib/Tree.java 67 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the extra_dbits field if you want a default access modifier
15553 src/jZLib/Tree.java 67 CommentRequired: Field comments are required
15554 src/jZLib/Tree.java 67 CommentRequired: Field comments are required
15555 src/jZLib/Tree.java 67 DefaultPackage: Use explicit scoping instead of the default package private level
15556 src/jZLib/Tree.java 67 DefaultPackage: Use explicit scoping instead of the default package private level
15557 src/jZLib/Tree.java 72 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the extra_blbits field if you want a default access modifier
15558 src/jZLib/Tree.java 72 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the extra_blbits field if you want a default access modifier
15559 src/jZLib/Tree.java 72 CommentRequired: Field comments are required
15560 src/jZLib/Tree.java 72 CommentRequired: Field comments are required
15561 src/jZLib/Tree.java 72 DefaultPackage: Use explicit scoping instead of the default package private level
15562 src/jZLib/Tree.java 72 DefaultPackage: Use explicit scoping instead of the default package private level
15563 src/jZLib/Tree.java 76 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bl_order field if you want a default access modifier
15564 src/jZLib/Tree.java 76 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the bl_order field if you want a default access modifier
15565 src/jZLib/Tree.java 76 CommentRequired: Field comments are required
15566 src/jZLib/Tree.java 76 CommentRequired: Field comments are required
15567 src/jZLib/Tree.java 76 DefaultPackage: Use explicit scoping instead of the default package private level
15568 src/jZLib/Tree.java 76 DefaultPackage: Use explicit scoping instead of the default package private level
15569 src/jZLib/Tree.java 84 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Buf_size field if you want a default access modifier
15570 src/jZLib/Tree.java 84 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the Buf_size field if you want a default access modifier
15571 src/jZLib/Tree.java 84 CommentRequired: Field comments are required
15572 src/jZLib/Tree.java 84 CommentRequired: Field comments are required
15573 src/jZLib/Tree.java 84 DefaultPackage: Use explicit scoping instead of the default package private level
15574 src/jZLib/Tree.java 84 DefaultPackage: Use explicit scoping instead of the default package private level
15575 src/jZLib/Tree.java 87 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the DIST_CODE_LEN field if you want a default access modifier
15576 src/jZLib/Tree.java 87 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the DIST_CODE_LEN field if you want a default access modifier
15577 src/jZLib/Tree.java 87 CommentRequired: Field comments are required
15578 src/jZLib/Tree.java 87 CommentRequired: Field comments are required
15579 src/jZLib/Tree.java 87 DefaultPackage: Use explicit scoping instead of the default package private level
15580 src/jZLib/Tree.java 87 DefaultPackage: Use explicit scoping instead of the default package private level
15581 src/jZLib/Tree.java 89 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the _dist_code field if you want a default access modifier
15582 src/jZLib/Tree.java 89 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the _dist_code field if you want a default access modifier
15583 src/jZLib/Tree.java 89 CommentRequired: Field comments are required
15584 src/jZLib/Tree.java 89 CommentRequired: Field comments are required
15585 src/jZLib/Tree.java 89 DefaultPackage: Use explicit scoping instead of the default package private level
15586 src/jZLib/Tree.java 89 DefaultPackage: Use explicit scoping instead of the default package private level
15587 src/jZLib/Tree.java 118 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the _length_code field if you want a default access modifier
15588 src/jZLib/Tree.java 118 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the _length_code field if you want a default access modifier
15589 src/jZLib/Tree.java 118 CommentRequired: Field comments are required
15590 src/jZLib/Tree.java 118 CommentRequired: Field comments are required
15591 src/jZLib/Tree.java 118 DefaultPackage: Use explicit scoping instead of the default package private level
15592 src/jZLib/Tree.java 118 DefaultPackage: Use explicit scoping instead of the default package private level
15593 src/jZLib/Tree.java 134 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the base_length field if you want a default access modifier
15594 src/jZLib/Tree.java 134 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the base_length field if you want a default access modifier
15595 src/jZLib/Tree.java 134 CommentRequired: Field comments are required
15596 src/jZLib/Tree.java 134 CommentRequired: Field comments are required
15597 src/jZLib/Tree.java 134 DefaultPackage: Use explicit scoping instead of the default package private level
15598 src/jZLib/Tree.java 134 DefaultPackage: Use explicit scoping instead of the default package private level
15599 src/jZLib/Tree.java 139 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the base_dist field if you want a default access modifier
15600 src/jZLib/Tree.java 139 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the base_dist field if you want a default access modifier
15601 src/jZLib/Tree.java 139 CommentRequired: Field comments are required
15602 src/jZLib/Tree.java 139 CommentRequired: Field comments are required
15603 src/jZLib/Tree.java 139 DefaultPackage: Use explicit scoping instead of the default package private level
15604 src/jZLib/Tree.java 139 DefaultPackage: Use explicit scoping instead of the default package private level
15605 src/jZLib/Tree.java 142 UseUnderscoresInNumericLiterals: Number 12288 should separate every third digit with an underscore
15606 src/jZLib/Tree.java 142 UseUnderscoresInNumericLiterals: Number 12288 should separate every third digit with an underscore
15607 src/jZLib/Tree.java 142 UseUnderscoresInNumericLiterals: Number 16384 should separate every third digit with an underscore
15608 src/jZLib/Tree.java 142 UseUnderscoresInNumericLiterals: Number 16384 should separate every third digit with an underscore
15609 src/jZLib/Tree.java 142 UseUnderscoresInNumericLiterals: Number 24576 should separate every third digit with an underscore
15610 src/jZLib/Tree.java 142 UseUnderscoresInNumericLiterals: Number 24576 should separate every third digit with an underscore
15611 src/jZLib/Tree.java 148 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the d_code method if you want a default access modifier
15612 src/jZLib/Tree.java 148 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the d_code method if you want a default access modifier
15613 src/jZLib/Tree.java 148 DefaultPackage: Use explicit scoping instead of the default package private level
15614 src/jZLib/Tree.java 148 DefaultPackage: Use explicit scoping instead of the default package private level
15615 src/jZLib/Tree.java 148 MethodArgumentCouldBeFinal: Parameter 'dist' is not assigned and could be declared final
15616 src/jZLib/Tree.java 148 MethodArgumentCouldBeFinal: Parameter 'dist' is not assigned and could be declared final
15617 src/jZLib/Tree.java 149 UselessParentheses: Useless parentheses.
15618 src/jZLib/Tree.java 149 UselessParentheses: Useless parentheses.
15619 src/jZLib/Tree.java 152 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15620 src/jZLib/Tree.java 152 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15621 src/jZLib/Tree.java 152 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the dyn_tree field if you want a default access modifier
15622 src/jZLib/Tree.java 152 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the dyn_tree field if you want a default access modifier
15623 src/jZLib/Tree.java 152 CommentRequired: Field comments are required
15624 src/jZLib/Tree.java 152 CommentRequired: Field comments are required
15625 src/jZLib/Tree.java 152 DefaultPackage: Use explicit scoping instead of the default package private level
15626 src/jZLib/Tree.java 152 DefaultPackage: Use explicit scoping instead of the default package private level
15627 src/jZLib/Tree.java 152 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15628 src/jZLib/Tree.java 152 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15629 src/jZLib/Tree.java 153 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15630 src/jZLib/Tree.java 153 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15631 src/jZLib/Tree.java 153 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the max_code field if you want a default access modifier
15632 src/jZLib/Tree.java 153 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the max_code field if you want a default access modifier
15633 src/jZLib/Tree.java 153 CommentRequired: Field comments are required
15634 src/jZLib/Tree.java 153 CommentRequired: Field comments are required
15635 src/jZLib/Tree.java 153 DefaultPackage: Use explicit scoping instead of the default package private level
15636 src/jZLib/Tree.java 153 DefaultPackage: Use explicit scoping instead of the default package private level
15637 src/jZLib/Tree.java 153 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15638 src/jZLib/Tree.java 153 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15639 src/jZLib/Tree.java 154 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15640 src/jZLib/Tree.java 154 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15641 src/jZLib/Tree.java 154 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the stat_desc field if you want a default access modifier
15642 src/jZLib/Tree.java 154 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the stat_desc field if you want a default access modifier
15643 src/jZLib/Tree.java 154 CommentRequired: Field comments are required
15644 src/jZLib/Tree.java 154 CommentRequired: Field comments are required
15645 src/jZLib/Tree.java 154 DefaultPackage: Use explicit scoping instead of the default package private level
15646 src/jZLib/Tree.java 154 DefaultPackage: Use explicit scoping instead of the default package private level
15647 src/jZLib/Tree.java 154 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15648 src/jZLib/Tree.java 154 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15649 src/jZLib/Tree.java 164 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the gen_bitlen method if you want a default access modifier
15650 src/jZLib/Tree.java 164 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the gen_bitlen method if you want a default access modifier
15651 src/jZLib/Tree.java 164 DefaultPackage: Use explicit scoping instead of the default package private level
15652 src/jZLib/Tree.java 164 DefaultPackage: Use explicit scoping instead of the default package private level
15653 src/jZLib/Tree.java 164 ModifiedCyclomaticComplexity: The method 'gen_bitlen' has a Modified Cyclomatic Complexity of 14.
15654 src/jZLib/Tree.java 164 ModifiedCyclomaticComplexity: The method 'gen_bitlen' has a Modified Cyclomatic Complexity of 14.
15655 src/jZLib/Tree.java 164 NPathComplexity: The method 'gen_bitlen(Deflate)' has an NPath complexity of 1224, current threshold is 200
15656 src/jZLib/Tree.java 164 NPathComplexity: The method 'gen_bitlen(Deflate)' has an NPath complexity of 1224, current threshold is 200
15657 src/jZLib/Tree.java 164 ShortVariable: Avoid variables with short names like s
15658 src/jZLib/Tree.java 164 ShortVariable: Avoid variables with short names like s
15659 src/jZLib/Tree.java 165 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'tree' (lines '165'-'181').
15660 src/jZLib/Tree.java 165 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'tree' (lines '165'-'181').
15661 src/jZLib/Tree.java 166 LocalVariableCouldBeFinal: Local variable 'stree' could be declared final
15662 src/jZLib/Tree.java 166 LocalVariableCouldBeFinal: Local variable 'stree' could be declared final
15663 src/jZLib/Tree.java 167 LocalVariableCouldBeFinal: Local variable 'extra' could be declared final
15664 src/jZLib/Tree.java 167 LocalVariableCouldBeFinal: Local variable 'extra' could be declared final
15665 src/jZLib/Tree.java 168 LocalVariableCouldBeFinal: Local variable 'base' could be declared final
15666 src/jZLib/Tree.java 168 LocalVariableCouldBeFinal: Local variable 'base' could be declared final
15667 src/jZLib/Tree.java 169 LocalVariableCouldBeFinal: Local variable 'max_length' could be declared final
15668 src/jZLib/Tree.java 169 LocalVariableCouldBeFinal: Local variable 'max_length' could be declared final
15669 src/jZLib/Tree.java 170 ShortVariable: Avoid variables with short names like h
15670 src/jZLib/Tree.java 170 ShortVariable: Avoid variables with short names like h
15671 src/jZLib/Tree.java 171 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
15672 src/jZLib/Tree.java 171 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
15673 src/jZLib/Tree.java 171 ShortVariable: Avoid variables with short names like m
15674 src/jZLib/Tree.java 171 ShortVariable: Avoid variables with short names like m
15675 src/jZLib/Tree.java 171 ShortVariable: Avoid variables with short names like n
15676 src/jZLib/Tree.java 171 ShortVariable: Avoid variables with short names like n
15677 src/jZLib/Tree.java 174 AvoidUsingShortType: Do not use the short type
15678 src/jZLib/Tree.java 174 AvoidUsingShortType: Do not use the short type
15679 src/jZLib/Tree.java 174 ShortVariable: Avoid variables with short names like f
15680 src/jZLib/Tree.java 174 ShortVariable: Avoid variables with short names like f
15681 src/jZLib/Tree.java 175 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'overflow' (lines '175'-'186').
15682 src/jZLib/Tree.java 175 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'overflow' (lines '175'-'186').
15683 src/jZLib/Tree.java 177 ControlStatementBraces: This statement should have braces
15684 src/jZLib/Tree.java 177 ControlStatementBraces: This statement should have braces
15685 src/jZLib/Tree.java 186 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'overflow' (lines '186'-'186').
15686 src/jZLib/Tree.java 186 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'overflow' (lines '186'-'186').
15687 src/jZLib/Tree.java 190 ControlStatementBraces: This statement should have braces
15688 src/jZLib/Tree.java 190 ControlStatementBraces: This statement should have braces
15689 src/jZLib/Tree.java 193 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'xbits' (lines '193'-'194').
15690 src/jZLib/Tree.java 193 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'xbits' (lines '193'-'194').
15691 src/jZLib/Tree.java 194 ControlStatementBraces: This statement should have braces
15692 src/jZLib/Tree.java 194 ControlStatementBraces: This statement should have braces
15693 src/jZLib/Tree.java 197 ControlStatementBraces: This statement should have braces
15694 src/jZLib/Tree.java 197 ControlStatementBraces: This statement should have braces
15695 src/jZLib/Tree.java 199 ControlStatementBraces: This statement should have braces
15696 src/jZLib/Tree.java 199 ControlStatementBraces: This statement should have braces
15697 src/jZLib/Tree.java 205 ControlStatementBraces: This statement should have braces
15698 src/jZLib/Tree.java 205 ControlStatementBraces: This statement should have braces
15699 src/jZLib/Tree.java 219 ControlStatementBraces: This statement should have braces
15700 src/jZLib/Tree.java 219 ControlStatementBraces: This statement should have braces
15701 src/jZLib/Tree.java 222 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tree' (lines '222'-'227').
15702 src/jZLib/Tree.java 222 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'tree' (lines '222'-'227').
15703 src/jZLib/Tree.java 235 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the build_tree method if you want a default access modifier
15704 src/jZLib/Tree.java 235 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the build_tree method if you want a default access modifier
15705 src/jZLib/Tree.java 235 DefaultPackage: Use explicit scoping instead of the default package private level
15706 src/jZLib/Tree.java 235 DefaultPackage: Use explicit scoping instead of the default package private level
15707 src/jZLib/Tree.java 235 ShortVariable: Avoid variables with short names like s
15708 src/jZLib/Tree.java 235 ShortVariable: Avoid variables with short names like s
15709 src/jZLib/Tree.java 236 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'tree' (lines '236'-'265').
15710 src/jZLib/Tree.java 236 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'tree' (lines '236'-'265').
15711 src/jZLib/Tree.java 237 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'stree' (lines '237'-'312').
15712 src/jZLib/Tree.java 237 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'stree' (lines '237'-'312').
15713 src/jZLib/Tree.java 237 LocalVariableCouldBeFinal: Local variable 'stree' could be declared final
15714 src/jZLib/Tree.java 237 LocalVariableCouldBeFinal: Local variable 'stree' could be declared final
15715 src/jZLib/Tree.java 238 LocalVariableCouldBeFinal: Local variable 'elems' could be declared final
15716 src/jZLib/Tree.java 238 LocalVariableCouldBeFinal: Local variable 'elems' could be declared final
15717 src/jZLib/Tree.java 239 ShortVariable: Avoid variables with short names like m
15718 src/jZLib/Tree.java 239 ShortVariable: Avoid variables with short names like m
15719 src/jZLib/Tree.java 239 ShortVariable: Avoid variables with short names like n
15720 src/jZLib/Tree.java 239 ShortVariable: Avoid variables with short names like n
15721 src/jZLib/Tree.java 240 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'max_code' (lines '240'-'251').
15722 src/jZLib/Tree.java 240 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'max_code' (lines '240'-'251').
15723 src/jZLib/Tree.java 250 ConfusingTernary: Avoid if (x != y) ..; else ..;
15724 src/jZLib/Tree.java 250 ConfusingTernary: Avoid if (x != y) ..; else ..;
15725 src/jZLib/Tree.java 251 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'max_code' (lines '251'-'251').
15726 src/jZLib/Tree.java 251 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'max_code' (lines '251'-'251').
15727 src/jZLib/Tree.java 255 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'tree' (lines '255'-'265').
15728 src/jZLib/Tree.java 255 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'tree' (lines '255'-'265').
15729 src/jZLib/Tree.java 264 UselessParentheses: Useless parentheses.
15730 src/jZLib/Tree.java 264 UselessParentheses: Useless parentheses.
15731 src/jZLib/Tree.java 265 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'tree' (lines '265'-'265').
15732 src/jZLib/Tree.java 265 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'tree' (lines '265'-'265').
15733 src/jZLib/Tree.java 267 ControlStatementBraces: This statement should have braces
15734 src/jZLib/Tree.java 267 ControlStatementBraces: This statement should have braces
15735 src/jZLib/Tree.java 275 ControlStatementBraces: This statement should have braces
15736 src/jZLib/Tree.java 275 ControlStatementBraces: This statement should have braces
15737 src/jZLib/Tree.java 293 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'tree' (lines '293'-'295').
15738 src/jZLib/Tree.java 293 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'tree' (lines '293'-'295').
15739 src/jZLib/Tree.java 295 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'tree' (lines '295'-'295').
15740 src/jZLib/Tree.java 295 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'tree' (lines '295'-'295').
15741 src/jZLib/Tree.java 320 UnnecessaryModifier: Unnecessary modifier 'final' on method 'gen_codes': private methods cannot be overridden
15742 src/jZLib/Tree.java 320 UnnecessaryModifier: Unnecessary modifier 'final' on method 'gen_codes': private methods cannot be overridden
15743 src/jZLib/Tree.java 322 MethodArgumentCouldBeFinal: Parameter 'max_code' is not assigned and could be declared final
15744 src/jZLib/Tree.java 322 MethodArgumentCouldBeFinal: Parameter 'max_code' is not assigned and could be declared final
15745 src/jZLib/Tree.java 323 MethodArgumentCouldBeFinal: Parameter 'bl_count' is not assigned and could be declared final
15746 src/jZLib/Tree.java 323 MethodArgumentCouldBeFinal: Parameter 'bl_count' is not assigned and could be declared final
15747 src/jZLib/Tree.java 324 UseVarargs: Consider using varargs for methods or constructors which take an array the last parameter.
15748 src/jZLib/Tree.java 324 UseVarargs: Consider using varargs for methods or constructors which take an array the last parameter.
15749 src/jZLib/Tree.java 325 AvoidUsingShortType: Do not use the short type
15750 src/jZLib/Tree.java 325 AvoidUsingShortType: Do not use the short type
15751 src/jZLib/Tree.java 325 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'code' (lines '325'-'348').
15752 src/jZLib/Tree.java 325 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'code' (lines '325'-'348').
15753 src/jZLib/Tree.java 327 ShortVariable: Avoid variables with short names like n
15754 src/jZLib/Tree.java 327 ShortVariable: Avoid variables with short names like n
15755 src/jZLib/Tree.java 333 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'code' (lines '333'-'348').
15756 src/jZLib/Tree.java 333 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'code' (lines '333'-'348').
15757 src/jZLib/Tree.java 343 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
15758 src/jZLib/Tree.java 343 LocalVariableCouldBeFinal: Local variable 'len' could be declared final
15759 src/jZLib/Tree.java 344 ControlStatementBraces: This statement should have braces
15760 src/jZLib/Tree.java 344 ControlStatementBraces: This statement should have braces
15761 src/jZLib/Tree.java 353 UnnecessaryModifier: Unnecessary modifier 'final' on method 'bi_reverse': private methods cannot be overridden
15762 src/jZLib/Tree.java 353 UnnecessaryModifier: Unnecessary modifier 'final' on method 'bi_reverse': private methods cannot be overridden
15763 src/jZLib/Tree.java 360 AvoidReassigningParameters: Avoid reassigning parameters such as 'code'
15764 src/jZLib/Tree.java 360 AvoidReassigningParameters: Avoid reassigning parameters such as 'code'
15765 src/jZLib/Tree.java 363 AvoidReassigningParameters: Avoid reassigning parameters such as 'len'
15766 src/jZLib/Tree.java 363 AvoidReassigningParameters: Avoid reassigning parameters such as 'len'
15767 src/jZLib/ZInputStream.java 2 CommentSize: Comment is too large: Too many lines
15768 src/jZLib/ZInputStream.java 2 CommentSize: Comment is too large: Too many lines
15769 src/jZLib/ZInputStream.java 30 PackageCase: Package name contains upper case characters
15770 src/jZLib/ZInputStream.java 30 PackageCase: Package name contains upper case characters
15771 src/jZLib/ZInputStream.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15772 src/jZLib/ZInputStream.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15773 src/jZLib/ZInputStream.java 41 CommentRequired: Field comments are required
15774 src/jZLib/ZInputStream.java 41 CommentRequired: Field comments are required
15775 src/jZLib/ZInputStream.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15776 src/jZLib/ZInputStream.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15777 src/jZLib/ZInputStream.java 42 CommentRequired: Field comments are required
15778 src/jZLib/ZInputStream.java 42 CommentRequired: Field comments are required
15779 src/jZLib/ZInputStream.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15780 src/jZLib/ZInputStream.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15781 src/jZLib/ZInputStream.java 43 CommentRequired: Field comments are required
15782 src/jZLib/ZInputStream.java 43 CommentRequired: Field comments are required
15783 src/jZLib/ZInputStream.java 43 RedundantFieldInitializer: Avoid using redundant field initializer for 'in'
15784 src/jZLib/ZInputStream.java 43 RedundantFieldInitializer: Avoid using redundant field initializer for 'in'
15785 src/jZLib/ZInputStream.java 43 ShortVariable: Avoid variables with short names like in
15786 src/jZLib/ZInputStream.java 43 ShortVariable: Avoid variables with short names like in
15787 src/jZLib/ZInputStream.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15788 src/jZLib/ZInputStream.java 45 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15789 src/jZLib/ZInputStream.java 45 CommentRequired: Field comments are required
15790 src/jZLib/ZInputStream.java 45 CommentRequired: Field comments are required
15791 src/jZLib/ZInputStream.java 46 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15792 src/jZLib/ZInputStream.java 46 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15793 src/jZLib/ZInputStream.java 46 CommentRequired: Field comments are required
15794 src/jZLib/ZInputStream.java 46 CommentRequired: Field comments are required
15795 src/jZLib/ZInputStream.java 48 CommentRequired: Public method and constructor comments are required
15796 src/jZLib/ZInputStream.java 48 CommentRequired: Public method and constructor comments are required
15797 src/jZLib/ZInputStream.java 48 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
15798 src/jZLib/ZInputStream.java 48 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
15799 src/jZLib/ZInputStream.java 48 ShortVariable: Avoid variables with short names like in
15800 src/jZLib/ZInputStream.java 48 ShortVariable: Avoid variables with short names like in
15801 src/jZLib/ZInputStream.java 51 CommentRequired: Public method and constructor comments are required
15802 src/jZLib/ZInputStream.java 51 CommentRequired: Public method and constructor comments are required
15803 src/jZLib/ZInputStream.java 51 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
15804 src/jZLib/ZInputStream.java 51 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
15805 src/jZLib/ZInputStream.java 51 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
15806 src/jZLib/ZInputStream.java 51 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
15807 src/jZLib/ZInputStream.java 51 ShortVariable: Avoid variables with short names like in
15808 src/jZLib/ZInputStream.java 51 ShortVariable: Avoid variables with short names like in
15809 src/jZLib/ZInputStream.java 57 CommentRequired: Public method and constructor comments are required
15810 src/jZLib/ZInputStream.java 57 CommentRequired: Public method and constructor comments are required
15811 src/jZLib/ZInputStream.java 57 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
15812 src/jZLib/ZInputStream.java 57 MethodArgumentCouldBeFinal: Parameter 'in' is not assigned and could be declared final
15813 src/jZLib/ZInputStream.java 57 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
15814 src/jZLib/ZInputStream.java 57 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
15815 src/jZLib/ZInputStream.java 57 ShortVariable: Avoid variables with short names like in
15816 src/jZLib/ZInputStream.java 57 ShortVariable: Avoid variables with short names like in
15817 src/jZLib/ZInputStream.java 65 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15818 src/jZLib/ZInputStream.java 65 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15819 src/jZLib/ZInputStream.java 65 CommentRequired: Field comments are required
15820 src/jZLib/ZInputStream.java 65 CommentRequired: Field comments are required
15821 src/jZLib/ZInputStream.java 65 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15822 src/jZLib/ZInputStream.java 65 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15823 src/jZLib/ZInputStream.java 65 ImmutableField: Private field 'buf1' could be made final; it is only initialized in the declaration or constructor.
15824 src/jZLib/ZInputStream.java 65 ImmutableField: Private field 'buf1' could be made final; it is only initialized in the declaration or constructor.
15825 src/jZLib/ZInputStream.java 68 ControlStatementBraces: This statement should have braces
15826 src/jZLib/ZInputStream.java 68 ControlStatementBraces: This statement should have braces
15827 src/jZLib/ZInputStream.java 68 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15828 src/jZLib/ZInputStream.java 68 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15829 src/jZLib/ZInputStream.java 69 UselessParentheses: Useless parentheses.
15830 src/jZLib/ZInputStream.java 69 UselessParentheses: Useless parentheses.
15831 src/jZLib/ZInputStream.java 72 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15832 src/jZLib/ZInputStream.java 72 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15833 src/jZLib/ZInputStream.java 72 CommentRequired: Field comments are required
15834 src/jZLib/ZInputStream.java 72 CommentRequired: Field comments are required
15835 src/jZLib/ZInputStream.java 72 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15836 src/jZLib/ZInputStream.java 72 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15837 src/jZLib/ZInputStream.java 72 ImmutableField: Private field 'buf' could be made final; it is only initialized in the declaration or constructor.
15838 src/jZLib/ZInputStream.java 72 ImmutableField: Private field 'buf' could be made final; it is only initialized in the declaration or constructor.
15839 src/jZLib/ZInputStream.java 75 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
15840 src/jZLib/ZInputStream.java 75 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
15841 src/jZLib/ZInputStream.java 75 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
15842 src/jZLib/ZInputStream.java 75 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
15843 src/jZLib/ZInputStream.java 75 MethodArgumentCouldBeFinal: Parameter 'off' is not assigned and could be declared final
15844 src/jZLib/ZInputStream.java 75 MethodArgumentCouldBeFinal: Parameter 'off' is not assigned and could be declared final
15845 src/jZLib/ZInputStream.java 75 ShortVariable: Avoid variables with short names like b
15846 src/jZLib/ZInputStream.java 75 ShortVariable: Avoid variables with short names like b
15847 src/jZLib/ZInputStream.java 79 LocalVariableCouldBeFinal: Local variable 'datalen' could be declared final
15848 src/jZLib/ZInputStream.java 79 LocalVariableCouldBeFinal: Local variable 'datalen' could be declared final
15849 src/jZLib/ZInputStream.java 80 ControlStatementBraces: This statement should have braces
15850 src/jZLib/ZInputStream.java 80 ControlStatementBraces: This statement should have braces
15851 src/jZLib/ZInputStream.java 80 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15852 src/jZLib/ZInputStream.java 80 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15853 src/jZLib/ZInputStream.java 82 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'err' (lines '82'-'96').
15854 src/jZLib/ZInputStream.java 82 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'err' (lines '82'-'96').
15855 src/jZLib/ZInputStream.java 82 LocalVariableCouldBeFinal: Local variable 'err' could be declared final
15856 src/jZLib/ZInputStream.java 82 LocalVariableCouldBeFinal: Local variable 'err' could be declared final
15857 src/jZLib/ZInputStream.java 82 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
15858 src/jZLib/ZInputStream.java 82 PrematureDeclaration: Avoid declaring a variable if it is unreferenced before a possible exit point.
15859 src/jZLib/ZInputStream.java 84 ControlStatementBraces: This statement should have braces
15860 src/jZLib/ZInputStream.java 84 ControlStatementBraces: This statement should have braces
15861 src/jZLib/ZInputStream.java 84 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15862 src/jZLib/ZInputStream.java 84 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15863 src/jZLib/ZInputStream.java 86 ControlStatementBraces: This statement should have braces
15864 src/jZLib/ZInputStream.java 86 ControlStatementBraces: This statement should have braces
15865 src/jZLib/ZInputStream.java 86 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15866 src/jZLib/ZInputStream.java 86 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15867 src/jZLib/ZInputStream.java 99 MethodArgumentCouldBeFinal: Parameter 'n' is not assigned and could be declared final
15868 src/jZLib/ZInputStream.java 99 MethodArgumentCouldBeFinal: Parameter 'n' is not assigned and could be declared final
15869 src/jZLib/ZInputStream.java 99 ShortVariable: Avoid variables with short names like n
15870 src/jZLib/ZInputStream.java 99 ShortVariable: Avoid variables with short names like n
15871 src/jZLib/ZInputStream.java 102 ControlStatementBraces: This statement should have braces
15872 src/jZLib/ZInputStream.java 102 ControlStatementBraces: This statement should have braces
15873 src/jZLib/ZInputStream.java 103 LocalVariableCouldBeFinal: Local variable 'tmp' could be declared final
15874 src/jZLib/ZInputStream.java 103 LocalVariableCouldBeFinal: Local variable 'tmp' could be declared final
15875 src/jZLib/ZInputStream.java 104 UselessParentheses: Useless parentheses.
15876 src/jZLib/ZInputStream.java 104 UselessParentheses: Useless parentheses.
15877 src/jZLib/ZInputStream.java 107 CommentRequired: Public method and constructor comments are required
15878 src/jZLib/ZInputStream.java 107 CommentRequired: Public method and constructor comments are required
15879 src/jZLib/ZInputStream.java 111 CommentRequired: Public method and constructor comments are required
15880 src/jZLib/ZInputStream.java 111 CommentRequired: Public method and constructor comments are required
15881 src/jZLib/ZInputStream.java 111 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
15882 src/jZLib/ZInputStream.java 111 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
15883 src/jZLib/ZInputStream.java 115 CommentRequired: Public method and constructor comments are required
15884 src/jZLib/ZInputStream.java 115 CommentRequired: Public method and constructor comments are required
15885 src/jZLib/ZInputStream.java 116 ControlStatementBraces: This statement should have braces
15886 src/jZLib/ZInputStream.java 116 ControlStatementBraces: This statement should have braces
15887 src/jZLib/ZInputStream.java 116 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15888 src/jZLib/ZInputStream.java 116 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15889 src/jZLib/ZInputStream.java 117 ControlStatementBraces: This statement should have braces
15890 src/jZLib/ZInputStream.java 117 ControlStatementBraces: This statement should have braces
15891 src/jZLib/ZInputStream.java 120 CommentRequired: Public method and constructor comments are required
15892 src/jZLib/ZInputStream.java 120 CommentRequired: Public method and constructor comments are required
15893 src/jZLib/ZInputStream.java 121 ControlStatementBraces: This statement should have braces
15894 src/jZLib/ZInputStream.java 121 ControlStatementBraces: This statement should have braces
15895 src/jZLib/ZInputStream.java 121 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15896 src/jZLib/ZInputStream.java 121 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15897 src/jZLib/ZInputStream.java 122 ControlStatementBraces: This statement should have braces
15898 src/jZLib/ZInputStream.java 122 ControlStatementBraces: This statement should have braces
15899 src/jZLib/ZInputStream.java 127 ControlStatementBraces: This statement should have braces
15900 src/jZLib/ZInputStream.java 127 ControlStatementBraces: This statement should have braces
15901 src/jZLib/ZInputStream.java 128 ControlStatementBraces: This statement should have braces
15902 src/jZLib/ZInputStream.java 128 ControlStatementBraces: This statement should have braces
15903 src/jZLib/ZOutputStream.java 2 CommentSize: Comment is too large: Too many lines
15904 src/jZLib/ZOutputStream.java 2 CommentSize: Comment is too large: Too many lines
15905 src/jZLib/ZOutputStream.java 30 PackageCase: Package name contains upper case characters
15906 src/jZLib/ZOutputStream.java 30 PackageCase: Package name contains upper case characters
15907 src/jZLib/ZOutputStream.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15908 src/jZLib/ZOutputStream.java 41 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15909 src/jZLib/ZOutputStream.java 41 CommentRequired: Field comments are required
15910 src/jZLib/ZOutputStream.java 41 CommentRequired: Field comments are required
15911 src/jZLib/ZOutputStream.java 42 AvoidFieldNameMatchingMethodName: Field flush has the same name as a method
15912 src/jZLib/ZOutputStream.java 42 AvoidFieldNameMatchingMethodName: Field flush has the same name as a method
15913 src/jZLib/ZOutputStream.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15914 src/jZLib/ZOutputStream.java 42 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15915 src/jZLib/ZOutputStream.java 42 CommentRequired: Field comments are required
15916 src/jZLib/ZOutputStream.java 42 CommentRequired: Field comments are required
15917 src/jZLib/ZOutputStream.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15918 src/jZLib/ZOutputStream.java 43 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15919 src/jZLib/ZOutputStream.java 43 CommentRequired: Field comments are required
15920 src/jZLib/ZOutputStream.java 43 CommentRequired: Field comments are required
15921 src/jZLib/ZOutputStream.java 44 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15922 src/jZLib/ZOutputStream.java 44 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15923 src/jZLib/ZOutputStream.java 44 CommentRequired: Field comments are required
15924 src/jZLib/ZOutputStream.java 44 CommentRequired: Field comments are required
15925 src/jZLib/ZOutputStream.java 46 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15926 src/jZLib/ZOutputStream.java 46 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15927 src/jZLib/ZOutputStream.java 46 CommentRequired: Field comments are required
15928 src/jZLib/ZOutputStream.java 46 CommentRequired: Field comments are required
15929 src/jZLib/ZOutputStream.java 47 AvoidFieldNameMatchingMethodName: Field end has the same name as a method
15930 src/jZLib/ZOutputStream.java 47 AvoidFieldNameMatchingMethodName: Field end has the same name as a method
15931 src/jZLib/ZOutputStream.java 47 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15932 src/jZLib/ZOutputStream.java 47 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15933 src/jZLib/ZOutputStream.java 47 CommentRequired: Field comments are required
15934 src/jZLib/ZOutputStream.java 47 CommentRequired: Field comments are required
15935 src/jZLib/ZOutputStream.java 47 RedundantFieldInitializer: Avoid using redundant field initializer for 'end'
15936 src/jZLib/ZOutputStream.java 47 RedundantFieldInitializer: Avoid using redundant field initializer for 'end'
15937 src/jZLib/ZOutputStream.java 49 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15938 src/jZLib/ZOutputStream.java 49 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15939 src/jZLib/ZOutputStream.java 49 CommentRequired: Field comments are required
15940 src/jZLib/ZOutputStream.java 49 CommentRequired: Field comments are required
15941 src/jZLib/ZOutputStream.java 50 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15942 src/jZLib/ZOutputStream.java 50 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15943 src/jZLib/ZOutputStream.java 50 CommentRequired: Field comments are required
15944 src/jZLib/ZOutputStream.java 50 CommentRequired: Field comments are required
15945 src/jZLib/ZOutputStream.java 52 CommentRequired: Public method and constructor comments are required
15946 src/jZLib/ZOutputStream.java 52 CommentRequired: Public method and constructor comments are required
15947 src/jZLib/ZOutputStream.java 52 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
15948 src/jZLib/ZOutputStream.java 52 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
15949 src/jZLib/ZOutputStream.java 60 CommentRequired: Public method and constructor comments are required
15950 src/jZLib/ZOutputStream.java 60 CommentRequired: Public method and constructor comments are required
15951 src/jZLib/ZOutputStream.java 60 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
15952 src/jZLib/ZOutputStream.java 60 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
15953 src/jZLib/ZOutputStream.java 60 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
15954 src/jZLib/ZOutputStream.java 60 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
15955 src/jZLib/ZOutputStream.java 64 CommentRequired: Public method and constructor comments are required
15956 src/jZLib/ZOutputStream.java 64 CommentRequired: Public method and constructor comments are required
15957 src/jZLib/ZOutputStream.java 64 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
15958 src/jZLib/ZOutputStream.java 64 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
15959 src/jZLib/ZOutputStream.java 64 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
15960 src/jZLib/ZOutputStream.java 64 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
15961 src/jZLib/ZOutputStream.java 64 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
15962 src/jZLib/ZOutputStream.java 64 MethodArgumentCouldBeFinal: Parameter 'out' is not assigned and could be declared final
15963 src/jZLib/ZOutputStream.java 67 LocalVariableCouldBeFinal: Local variable 'deflater' could be declared final
15964 src/jZLib/ZOutputStream.java 67 LocalVariableCouldBeFinal: Local variable 'deflater' could be declared final
15965 src/jZLib/ZOutputStream.java 72 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15966 src/jZLib/ZOutputStream.java 72 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
15967 src/jZLib/ZOutputStream.java 72 CommentRequired: Field comments are required
15968 src/jZLib/ZOutputStream.java 72 CommentRequired: Field comments are required
15969 src/jZLib/ZOutputStream.java 72 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15970 src/jZLib/ZOutputStream.java 72 FieldDeclarationsShouldBeAtStartOfClass: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15971 src/jZLib/ZOutputStream.java 72 SingularField: Perhaps 'buf1' could be replaced by a local variable.
15972 src/jZLib/ZOutputStream.java 72 SingularField: Perhaps 'buf1' could be replaced by a local variable.
15973 src/jZLib/ZOutputStream.java 74 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
15974 src/jZLib/ZOutputStream.java 74 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
15975 src/jZLib/ZOutputStream.java 74 ShortVariable: Avoid variables with short names like b
15976 src/jZLib/ZOutputStream.java 74 ShortVariable: Avoid variables with short names like b
15977 src/jZLib/ZOutputStream.java 80 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
15978 src/jZLib/ZOutputStream.java 80 MethodArgumentCouldBeFinal: Parameter 'b' is not assigned and could be declared final
15979 src/jZLib/ZOutputStream.java 80 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
15980 src/jZLib/ZOutputStream.java 80 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
15981 src/jZLib/ZOutputStream.java 80 MethodArgumentCouldBeFinal: Parameter 'off' is not assigned and could be declared final
15982 src/jZLib/ZOutputStream.java 80 MethodArgumentCouldBeFinal: Parameter 'off' is not assigned and could be declared final
15983 src/jZLib/ZOutputStream.java 80 ShortVariable: Avoid variables with short names like b
15984 src/jZLib/ZOutputStream.java 80 ShortVariable: Avoid variables with short names like b
15985 src/jZLib/ZOutputStream.java 81 ControlStatementBraces: This statement should have braces
15986 src/jZLib/ZOutputStream.java 81 ControlStatementBraces: This statement should have braces
15987 src/jZLib/ZOutputStream.java 81 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15988 src/jZLib/ZOutputStream.java 81 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
15989 src/jZLib/ZOutputStream.java 87 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'err' (lines '87'-'90').
15990 src/jZLib/ZOutputStream.java 87 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'err' (lines '87'-'90').
15991 src/jZLib/ZOutputStream.java 92 ControlStatementBraces: This statement should have braces
15992 src/jZLib/ZOutputStream.java 92 ControlStatementBraces: This statement should have braces
15993 src/jZLib/ZOutputStream.java 94 ControlStatementBraces: This statement should have braces
15994 src/jZLib/ZOutputStream.java 94 ControlStatementBraces: This statement should have braces
15995 src/jZLib/ZOutputStream.java 97 ControlStatementBraces: This statement should have braces
15996 src/jZLib/ZOutputStream.java 97 ControlStatementBraces: This statement should have braces
15997 src/jZLib/ZOutputStream.java 102 CommentRequired: Public method and constructor comments are required
15998 src/jZLib/ZOutputStream.java 102 CommentRequired: Public method and constructor comments are required
15999 src/jZLib/ZOutputStream.java 106 CommentRequired: Public method and constructor comments are required
16000 src/jZLib/ZOutputStream.java 106 CommentRequired: Public method and constructor comments are required
16001 src/jZLib/ZOutputStream.java 106 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
16002 src/jZLib/ZOutputStream.java 106 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
16003 src/jZLib/ZOutputStream.java 110 CommentRequired: Public method and constructor comments are required
16004 src/jZLib/ZOutputStream.java 110 CommentRequired: Public method and constructor comments are required
16005 src/jZLib/ZOutputStream.java 111 LocalVariableCouldBeFinal: Local variable 'err' could be declared final
16006 src/jZLib/ZOutputStream.java 111 LocalVariableCouldBeFinal: Local variable 'err' could be declared final
16007 src/jZLib/ZOutputStream.java 113 LocalVariableCouldBeFinal: Local variable 'tmp' could be declared final
16008 src/jZLib/ZOutputStream.java 113 LocalVariableCouldBeFinal: Local variable 'tmp' could be declared final
16009 src/jZLib/ZOutputStream.java 114 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'flush' (lines '114'-'118').
16010 src/jZLib/ZOutputStream.java 114 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'flush' (lines '114'-'118').
16011 src/jZLib/ZOutputStream.java 114 UnusedAssignment: The initializer for variable 'flush' is never used (overwritten on line 118)
16012 src/jZLib/ZOutputStream.java 114 UnusedAssignment: The initializer for variable 'flush' is never used (overwritten on line 118)
16013 src/jZLib/ZOutputStream.java 118 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'flush' (lines '118'-'124').
16014 src/jZLib/ZOutputStream.java 118 DataflowAnomalyAnalysis: Found 'DU'-anomaly for variable 'flush' (lines '118'-'124').
16015 src/jZLib/ZOutputStream.java 118 UnusedAssignment: The value assigned to variable 'flush' is never used
16016 src/jZLib/ZOutputStream.java 118 UnusedAssignment: The value assigned to variable 'flush' is never used
16017 src/jZLib/ZOutputStream.java 125 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
16018 src/jZLib/ZOutputStream.java 125 AvoidSynchronizedAtMethodLevel: Use block level rather than method level synchronization
16019 src/jZLib/ZOutputStream.java 125 CommentRequired: Public method and constructor comments are required
16020 src/jZLib/ZOutputStream.java 125 CommentRequired: Public method and constructor comments are required
16021 src/jZLib/ZOutputStream.java 126 ControlStatementBraces: This statement should have braces
16022 src/jZLib/ZOutputStream.java 126 ControlStatementBraces: This statement should have braces
16023 src/jZLib/ZOutputStream.java 128 AvoidCatchingGenericException: Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16024 src/jZLib/ZOutputStream.java 128 AvoidCatchingGenericException: Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16025 src/jZLib/ZOutputStream.java 137 UseTryWithResources: Consider using a try-with-resources statement instead of explicitly closing the resource
16026 src/jZLib/ZOutputStream.java 137 UseTryWithResources: Consider using a try-with-resources statement instead of explicitly closing the resource
16027 src/jZLib/ZOutputStream.java 144 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
16028 src/jZLib/ZOutputStream.java 144 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
16029 src/jZLib/ZOutputStream.java 148 CommentRequired: Public method and constructor comments are required
16030 src/jZLib/ZOutputStream.java 148 CommentRequired: Public method and constructor comments are required
16031 src/jZLib/ZOutputStream.java 149 ControlStatementBraces: This statement should have braces
16032 src/jZLib/ZOutputStream.java 149 ControlStatementBraces: This statement should have braces
16033 src/jZLib/ZOutputStream.java 149 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16034 src/jZLib/ZOutputStream.java 149 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16035 src/jZLib/ZOutputStream.java 150 ControlStatementBraces: This statement should have braces
16036 src/jZLib/ZOutputStream.java 150 ControlStatementBraces: This statement should have braces
16037 src/jZLib/ZOutputStream.java 153 CommentRequired: Public method and constructor comments are required
16038 src/jZLib/ZOutputStream.java 153 CommentRequired: Public method and constructor comments are required
16039 src/jZLib/ZOutputStream.java 154 ControlStatementBraces: This statement should have braces
16040 src/jZLib/ZOutputStream.java 154 ControlStatementBraces: This statement should have braces
16041 src/jZLib/ZOutputStream.java 154 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16042 src/jZLib/ZOutputStream.java 154 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16043 src/jZLib/ZOutputStream.java 155 ControlStatementBraces: This statement should have braces
16044 src/jZLib/ZOutputStream.java 155 ControlStatementBraces: This statement should have braces
16045 src/jZLib/ZStream.java 2 CommentSize: Comment is too large: Too many lines
16046 src/jZLib/ZStream.java 2 CommentSize: Comment is too large: Too many lines
16047 src/jZLib/ZStream.java 35 PackageCase: Package name contains upper case characters
16048 src/jZLib/ZStream.java 35 PackageCase: Package name contains upper case characters
16049 src/jZLib/ZStream.java 43 GodClass: Possible God Class (WMC=86, ATFD=29, TCC=11.170%)
16050 src/jZLib/ZStream.java 43 GodClass: Possible God Class (WMC=86, ATFD=29, TCC=11.170%)
16051 src/jZLib/ZStream.java 43 TooManyMethods: This class has too many methods, consider refactoring it.
16052 src/jZLib/ZStream.java 43 TooManyMethods: This class has too many methods, consider refactoring it.
16053 src/jZLib/ZStream.java 45 CommentRequired: Field comments are required
16054 src/jZLib/ZStream.java 45 CommentRequired: Field comments are required
16055 src/jZLib/ZStream.java 46 CommentRequired: Field comments are required
16056 src/jZLib/ZStream.java 46 CommentRequired: Field comments are required
16057 src/jZLib/ZStream.java 48 CommentRequired: Field comments are required
16058 src/jZLib/ZStream.java 48 CommentRequired: Field comments are required
16059 src/jZLib/ZStream.java 49 CommentRequired: Field comments are required
16060 src/jZLib/ZStream.java 49 CommentRequired: Field comments are required
16061 src/jZLib/ZStream.java 50 CommentRequired: Field comments are required
16062 src/jZLib/ZStream.java 50 CommentRequired: Field comments are required
16063 src/jZLib/ZStream.java 51 CommentRequired: Field comments are required
16064 src/jZLib/ZStream.java 51 CommentRequired: Field comments are required
16065 src/jZLib/ZStream.java 52 CommentRequired: Field comments are required
16066 src/jZLib/ZStream.java 52 CommentRequired: Field comments are required
16067 src/jZLib/ZStream.java 54 CommentRequired: Field comments are required
16068 src/jZLib/ZStream.java 54 CommentRequired: Field comments are required
16069 src/jZLib/ZStream.java 56 CommentRequired: Field comments are required
16070 src/jZLib/ZStream.java 56 CommentRequired: Field comments are required
16071 src/jZLib/ZStream.java 57 CommentRequired: Field comments are required
16072 src/jZLib/ZStream.java 57 CommentRequired: Field comments are required
16073 src/jZLib/ZStream.java 58 CommentRequired: Field comments are required
16074 src/jZLib/ZStream.java 58 CommentRequired: Field comments are required
16075 src/jZLib/ZStream.java 59 CommentRequired: Field comments are required
16076 src/jZLib/ZStream.java 59 CommentRequired: Field comments are required
16077 src/jZLib/ZStream.java 60 CommentRequired: Field comments are required
16078 src/jZLib/ZStream.java 60 CommentRequired: Field comments are required
16079 src/jZLib/ZStream.java 61 CommentRequired: Field comments are required
16080 src/jZLib/ZStream.java 61 CommentRequired: Field comments are required
16081 src/jZLib/ZStream.java 62 CommentRequired: Field comments are required
16082 src/jZLib/ZStream.java 62 CommentRequired: Field comments are required
16083 src/jZLib/ZStream.java 63 CommentRequired: Field comments are required
16084 src/jZLib/ZStream.java 63 CommentRequired: Field comments are required
16085 src/jZLib/ZStream.java 64 CommentRequired: Field comments are required
16086 src/jZLib/ZStream.java 64 CommentRequired: Field comments are required
16087 src/jZLib/ZStream.java 66 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16088 src/jZLib/ZStream.java 66 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16089 src/jZLib/ZStream.java 66 CommentRequired: Field comments are required
16090 src/jZLib/ZStream.java 66 CommentRequired: Field comments are required
16091 src/jZLib/ZStream.java 67 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16092 src/jZLib/ZStream.java 67 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16093 src/jZLib/ZStream.java 67 CommentRequired: Field comments are required
16094 src/jZLib/ZStream.java 67 CommentRequired: Field comments are required
16095 src/jZLib/ZStream.java 68 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16096 src/jZLib/ZStream.java 68 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16097 src/jZLib/ZStream.java 68 CommentRequired: Field comments are required
16098 src/jZLib/ZStream.java 68 CommentRequired: Field comments are required
16099 src/jZLib/ZStream.java 69 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16100 src/jZLib/ZStream.java 69 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16101 src/jZLib/ZStream.java 69 CommentRequired: Field comments are required
16102 src/jZLib/ZStream.java 69 CommentRequired: Field comments are required
16103 src/jZLib/ZStream.java 71 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16104 src/jZLib/ZStream.java 71 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16105 src/jZLib/ZStream.java 71 CommentRequired: Field comments are required
16106 src/jZLib/ZStream.java 71 CommentRequired: Field comments are required
16107 src/jZLib/ZStream.java 72 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16108 src/jZLib/ZStream.java 72 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16109 src/jZLib/ZStream.java 72 CommentRequired: Field comments are required
16110 src/jZLib/ZStream.java 72 CommentRequired: Field comments are required
16111 src/jZLib/ZStream.java 73 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16112 src/jZLib/ZStream.java 73 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16113 src/jZLib/ZStream.java 73 CommentRequired: Field comments are required
16114 src/jZLib/ZStream.java 73 CommentRequired: Field comments are required
16115 src/jZLib/ZStream.java 74 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16116 src/jZLib/ZStream.java 74 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16117 src/jZLib/ZStream.java 74 CommentRequired: Field comments are required
16118 src/jZLib/ZStream.java 74 CommentRequired: Field comments are required
16119 src/jZLib/ZStream.java 76 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16120 src/jZLib/ZStream.java 76 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16121 src/jZLib/ZStream.java 76 CommentRequired: Field comments are required
16122 src/jZLib/ZStream.java 76 CommentRequired: Field comments are required
16123 src/jZLib/ZStream.java 78 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16124 src/jZLib/ZStream.java 78 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16125 src/jZLib/ZStream.java 78 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the dstate field if you want a default access modifier
16126 src/jZLib/ZStream.java 78 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the dstate field if you want a default access modifier
16127 src/jZLib/ZStream.java 78 CommentRequired: Field comments are required
16128 src/jZLib/ZStream.java 78 CommentRequired: Field comments are required
16129 src/jZLib/ZStream.java 78 DefaultPackage: Use explicit scoping instead of the default package private level
16130 src/jZLib/ZStream.java 78 DefaultPackage: Use explicit scoping instead of the default package private level
16131 src/jZLib/ZStream.java 79 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16132 src/jZLib/ZStream.java 79 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16133 src/jZLib/ZStream.java 79 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the istate field if you want a default access modifier
16134 src/jZLib/ZStream.java 79 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the istate field if you want a default access modifier
16135 src/jZLib/ZStream.java 79 CommentRequired: Field comments are required
16136 src/jZLib/ZStream.java 79 CommentRequired: Field comments are required
16137 src/jZLib/ZStream.java 79 DefaultPackage: Use explicit scoping instead of the default package private level
16138 src/jZLib/ZStream.java 79 DefaultPackage: Use explicit scoping instead of the default package private level
16139 src/jZLib/ZStream.java 81 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the data_type field if you want a default access modifier
16140 src/jZLib/ZStream.java 81 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the data_type field if you want a default access modifier
16141 src/jZLib/ZStream.java 81 CommentRequired: Field comments are required
16142 src/jZLib/ZStream.java 81 CommentRequired: Field comments are required
16143 src/jZLib/ZStream.java 81 DefaultPackage: Use explicit scoping instead of the default package private level
16144 src/jZLib/ZStream.java 81 DefaultPackage: Use explicit scoping instead of the default package private level
16145 src/jZLib/ZStream.java 83 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16146 src/jZLib/ZStream.java 83 BeanMembersShouldSerialize: Found non-transient, non-static member. Please mark as transient or provide accessors.
16147 src/jZLib/ZStream.java 83 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the adler field if you want a default access modifier
16148 src/jZLib/ZStream.java 83 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the adler field if you want a default access modifier
16149 src/jZLib/ZStream.java 83 CommentRequired: Field comments are required
16150 src/jZLib/ZStream.java 83 CommentRequired: Field comments are required
16151 src/jZLib/ZStream.java 83 DefaultPackage: Use explicit scoping instead of the default package private level
16152 src/jZLib/ZStream.java 83 DefaultPackage: Use explicit scoping instead of the default package private level
16153 src/jZLib/ZStream.java 85 CommentRequired: Public method and constructor comments are required
16154 src/jZLib/ZStream.java 85 CommentRequired: Public method and constructor comments are required
16155 src/jZLib/ZStream.java 89 CommentRequired: Public method and constructor comments are required
16156 src/jZLib/ZStream.java 89 CommentRequired: Public method and constructor comments are required
16157 src/jZLib/ZStream.java 89 MethodArgumentCouldBeFinal: Parameter 'adler' is not assigned and could be declared final
16158 src/jZLib/ZStream.java 89 MethodArgumentCouldBeFinal: Parameter 'adler' is not assigned and could be declared final
16159 src/jZLib/ZStream.java 93 CommentRequired: Public method and constructor comments are required
16160 src/jZLib/ZStream.java 93 CommentRequired: Public method and constructor comments are required
16161 src/jZLib/ZStream.java 96 CommentRequired: Public method and constructor comments are required
16162 src/jZLib/ZStream.java 96 CommentRequired: Public method and constructor comments are required
16163 src/jZLib/ZStream.java 96 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
16164 src/jZLib/ZStream.java 96 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
16165 src/jZLib/ZStream.java 99 CommentRequired: Public method and constructor comments are required
16166 src/jZLib/ZStream.java 99 CommentRequired: Public method and constructor comments are required
16167 src/jZLib/ZStream.java 99 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
16168 src/jZLib/ZStream.java 99 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
16169 src/jZLib/ZStream.java 99 ShortVariable: Avoid variables with short names like w
16170 src/jZLib/ZStream.java 99 ShortVariable: Avoid variables with short names like w
16171 src/jZLib/ZStream.java 102 CommentRequired: Public method and constructor comments are required
16172 src/jZLib/ZStream.java 102 CommentRequired: Public method and constructor comments are required
16173 src/jZLib/ZStream.java 102 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
16174 src/jZLib/ZStream.java 102 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
16175 src/jZLib/ZStream.java 105 CommentRequired: Public method and constructor comments are required
16176 src/jZLib/ZStream.java 105 CommentRequired: Public method and constructor comments are required
16177 src/jZLib/ZStream.java 105 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
16178 src/jZLib/ZStream.java 105 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
16179 src/jZLib/ZStream.java 105 ShortVariable: Avoid variables with short names like w
16180 src/jZLib/ZStream.java 105 ShortVariable: Avoid variables with short names like w
16181 src/jZLib/ZStream.java 106 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'nowrap' (lines '106'-'108').
16182 src/jZLib/ZStream.java 106 DataflowAnomalyAnalysis: Found 'DD'-anomaly for variable 'nowrap' (lines '106'-'108').
16183 src/jZLib/ZStream.java 111 AvoidReassigningParameters: Avoid reassigning parameters such as 'w'
16184 src/jZLib/ZStream.java 111 AvoidReassigningParameters: Avoid reassigning parameters such as 'w'
16185 src/jZLib/ZStream.java 116 EmptyControlStatement: Empty if statement
16186 src/jZLib/ZStream.java 116 EmptyControlStatement: Empty if statement
16187 src/jZLib/ZStream.java 120 CommentRequired: Public method and constructor comments are required
16188 src/jZLib/ZStream.java 120 CommentRequired: Public method and constructor comments are required
16189 src/jZLib/ZStream.java 120 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
16190 src/jZLib/ZStream.java 120 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
16191 src/jZLib/ZStream.java 120 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
16192 src/jZLib/ZStream.java 120 MethodArgumentCouldBeFinal: Parameter 'w' is not assigned and could be declared final
16193 src/jZLib/ZStream.java 120 ShortVariable: Avoid variables with short names like w
16194 src/jZLib/ZStream.java 120 ShortVariable: Avoid variables with short names like w
16195 src/jZLib/ZStream.java 125 CommentRequired: Public method and constructor comments are required
16196 src/jZLib/ZStream.java 125 CommentRequired: Public method and constructor comments are required
16197 src/jZLib/ZStream.java 125 MethodArgumentCouldBeFinal: Parameter 'f' is not assigned and could be declared final
16198 src/jZLib/ZStream.java 125 MethodArgumentCouldBeFinal: Parameter 'f' is not assigned and could be declared final
16199 src/jZLib/ZStream.java 125 ShortVariable: Avoid variables with short names like f
16200 src/jZLib/ZStream.java 125 ShortVariable: Avoid variables with short names like f
16201 src/jZLib/ZStream.java 126 ControlStatementBraces: This statement should have braces
16202 src/jZLib/ZStream.java 126 ControlStatementBraces: This statement should have braces
16203 src/jZLib/ZStream.java 126 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16204 src/jZLib/ZStream.java 126 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16205 src/jZLib/ZStream.java 129 CommentRequired: Public method and constructor comments are required
16206 src/jZLib/ZStream.java 129 CommentRequired: Public method and constructor comments are required
16207 src/jZLib/ZStream.java 130 ControlStatementBraces: This statement should have braces
16208 src/jZLib/ZStream.java 130 ControlStatementBraces: This statement should have braces
16209 src/jZLib/ZStream.java 130 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16210 src/jZLib/ZStream.java 130 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16211 src/jZLib/ZStream.java 131 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
16212 src/jZLib/ZStream.java 131 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
16213 src/jZLib/ZStream.java 133 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'ret'
16214 src/jZLib/ZStream.java 133 UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'ret'
16215 src/jZLib/ZStream.java 135 CommentRequired: Public method and constructor comments are required
16216 src/jZLib/ZStream.java 135 CommentRequired: Public method and constructor comments are required
16217 src/jZLib/ZStream.java 137 ControlStatementBraces: This statement should have braces
16218 src/jZLib/ZStream.java 137 ControlStatementBraces: This statement should have braces
16219 src/jZLib/ZStream.java 137 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16220 src/jZLib/ZStream.java 137 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16221 src/jZLib/ZStream.java 140 CommentRequired: Public method and constructor comments are required
16222 src/jZLib/ZStream.java 140 CommentRequired: Public method and constructor comments are required
16223 src/jZLib/ZStream.java 142 ControlStatementBraces: This statement should have braces
16224 src/jZLib/ZStream.java 142 ControlStatementBraces: This statement should have braces
16225 src/jZLib/ZStream.java 142 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16226 src/jZLib/ZStream.java 142 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16227 src/jZLib/ZStream.java 145 CommentRequired: Public method and constructor comments are required
16228 src/jZLib/ZStream.java 145 CommentRequired: Public method and constructor comments are required
16229 src/jZLib/ZStream.java 145 MethodArgumentCouldBeFinal: Parameter 'dictLength' is not assigned and could be declared final
16230 src/jZLib/ZStream.java 145 MethodArgumentCouldBeFinal: Parameter 'dictLength' is not assigned and could be declared final
16231 src/jZLib/ZStream.java 145 MethodArgumentCouldBeFinal: Parameter 'dictionary' is not assigned and could be declared final
16232 src/jZLib/ZStream.java 145 MethodArgumentCouldBeFinal: Parameter 'dictionary' is not assigned and could be declared final
16233 src/jZLib/ZStream.java 147 ControlStatementBraces: This statement should have braces
16234 src/jZLib/ZStream.java 147 ControlStatementBraces: This statement should have braces
16235 src/jZLib/ZStream.java 147 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16236 src/jZLib/ZStream.java 147 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16237 src/jZLib/ZStream.java 150 CommentRequired: Public method and constructor comments are required
16238 src/jZLib/ZStream.java 150 CommentRequired: Public method and constructor comments are required
16239 src/jZLib/ZStream.java 154 CommentRequired: Public method and constructor comments are required
16240 src/jZLib/ZStream.java 154 CommentRequired: Public method and constructor comments are required
16241 src/jZLib/ZStream.java 154 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
16242 src/jZLib/ZStream.java 154 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
16243 src/jZLib/ZStream.java 157 CommentRequired: Public method and constructor comments are required
16244 src/jZLib/ZStream.java 157 CommentRequired: Public method and constructor comments are required
16245 src/jZLib/ZStream.java 157 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
16246 src/jZLib/ZStream.java 157 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
16247 src/jZLib/ZStream.java 157 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
16248 src/jZLib/ZStream.java 157 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
16249 src/jZLib/ZStream.java 160 CommentRequired: Public method and constructor comments are required
16250 src/jZLib/ZStream.java 160 CommentRequired: Public method and constructor comments are required
16251 src/jZLib/ZStream.java 160 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
16252 src/jZLib/ZStream.java 160 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
16253 src/jZLib/ZStream.java 160 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
16254 src/jZLib/ZStream.java 160 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
16255 src/jZLib/ZStream.java 163 CommentRequired: Public method and constructor comments are required
16256 src/jZLib/ZStream.java 163 CommentRequired: Public method and constructor comments are required
16257 src/jZLib/ZStream.java 163 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
16258 src/jZLib/ZStream.java 163 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
16259 src/jZLib/ZStream.java 163 MethodArgumentCouldBeFinal: Parameter 'memlevel' is not assigned and could be declared final
16260 src/jZLib/ZStream.java 163 MethodArgumentCouldBeFinal: Parameter 'memlevel' is not assigned and could be declared final
16261 src/jZLib/ZStream.java 163 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
16262 src/jZLib/ZStream.java 163 MethodArgumentCouldBeFinal: Parameter 'wrapperType' is not assigned and could be declared final
16263 src/jZLib/ZStream.java 165 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16264 src/jZLib/ZStream.java 165 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16265 src/jZLib/ZStream.java 168 AvoidReassigningParameters: Avoid reassigning parameters such as 'bits'
16266 src/jZLib/ZStream.java 168 AvoidReassigningParameters: Avoid reassigning parameters such as 'bits'
16267 src/jZLib/ZStream.java 174 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16268 src/jZLib/ZStream.java 174 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16269 src/jZLib/ZStream.java 176 EmptyControlStatement: Empty if statement
16270 src/jZLib/ZStream.java 176 EmptyControlStatement: Empty if statement
16271 src/jZLib/ZStream.java 180 CommentRequired: Public method and constructor comments are required
16272 src/jZLib/ZStream.java 180 CommentRequired: Public method and constructor comments are required
16273 src/jZLib/ZStream.java 180 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
16274 src/jZLib/ZStream.java 180 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
16275 src/jZLib/ZStream.java 180 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
16276 src/jZLib/ZStream.java 180 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
16277 src/jZLib/ZStream.java 180 MethodArgumentCouldBeFinal: Parameter 'memlevel' is not assigned and could be declared final
16278 src/jZLib/ZStream.java 180 MethodArgumentCouldBeFinal: Parameter 'memlevel' is not assigned and could be declared final
16279 src/jZLib/ZStream.java 184 CommentRequired: Public method and constructor comments are required
16280 src/jZLib/ZStream.java 184 CommentRequired: Public method and constructor comments are required
16281 src/jZLib/ZStream.java 184 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
16282 src/jZLib/ZStream.java 184 MethodArgumentCouldBeFinal: Parameter 'bits' is not assigned and could be declared final
16283 src/jZLib/ZStream.java 184 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
16284 src/jZLib/ZStream.java 184 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
16285 src/jZLib/ZStream.java 184 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
16286 src/jZLib/ZStream.java 184 MethodArgumentCouldBeFinal: Parameter 'nowrap' is not assigned and could be declared final
16287 src/jZLib/ZStream.java 188 CommentRequired: Public method and constructor comments are required
16288 src/jZLib/ZStream.java 188 CommentRequired: Public method and constructor comments are required
16289 src/jZLib/ZStream.java 188 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
16290 src/jZLib/ZStream.java 188 MethodArgumentCouldBeFinal: Parameter 'flush' is not assigned and could be declared final
16291 src/jZLib/ZStream.java 190 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16292 src/jZLib/ZStream.java 190 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16293 src/jZLib/ZStream.java 194 CommentRequired: Public method and constructor comments are required
16294 src/jZLib/ZStream.java 194 CommentRequired: Public method and constructor comments are required
16295 src/jZLib/ZStream.java 195 ControlStatementBraces: This statement should have braces
16296 src/jZLib/ZStream.java 195 ControlStatementBraces: This statement should have braces
16297 src/jZLib/ZStream.java 195 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16298 src/jZLib/ZStream.java 195 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16299 src/jZLib/ZStream.java 196 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
16300 src/jZLib/ZStream.java 196 LocalVariableCouldBeFinal: Local variable 'ret' could be declared final
16301 src/jZLib/ZStream.java 197 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
16302 src/jZLib/ZStream.java 197 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
16303 src/jZLib/ZStream.java 200 CommentRequired: Public method and constructor comments are required
16304 src/jZLib/ZStream.java 200 CommentRequired: Public method and constructor comments are required
16305 src/jZLib/ZStream.java 200 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
16306 src/jZLib/ZStream.java 200 MethodArgumentCouldBeFinal: Parameter 'level' is not assigned and could be declared final
16307 src/jZLib/ZStream.java 200 MethodArgumentCouldBeFinal: Parameter 'strategy' is not assigned and could be declared final
16308 src/jZLib/ZStream.java 200 MethodArgumentCouldBeFinal: Parameter 'strategy' is not assigned and could be declared final
16309 src/jZLib/ZStream.java 201 ControlStatementBraces: This statement should have braces
16310 src/jZLib/ZStream.java 201 ControlStatementBraces: This statement should have braces
16311 src/jZLib/ZStream.java 201 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16312 src/jZLib/ZStream.java 201 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16313 src/jZLib/ZStream.java 204 CommentRequired: Public method and constructor comments are required
16314 src/jZLib/ZStream.java 204 CommentRequired: Public method and constructor comments are required
16315 src/jZLib/ZStream.java 204 MethodArgumentCouldBeFinal: Parameter 'dictLength' is not assigned and could be declared final
16316 src/jZLib/ZStream.java 204 MethodArgumentCouldBeFinal: Parameter 'dictLength' is not assigned and could be declared final
16317 src/jZLib/ZStream.java 204 MethodArgumentCouldBeFinal: Parameter 'dictionary' is not assigned and could be declared final
16318 src/jZLib/ZStream.java 204 MethodArgumentCouldBeFinal: Parameter 'dictionary' is not assigned and could be declared final
16319 src/jZLib/ZStream.java 206 ControlStatementBraces: This statement should have braces
16320 src/jZLib/ZStream.java 206 ControlStatementBraces: This statement should have braces
16321 src/jZLib/ZStream.java 206 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16322 src/jZLib/ZStream.java 206 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16323 src/jZLib/ZStream.java 214 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the flush_pending method if you want a default access modifier
16324 src/jZLib/ZStream.java 214 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the flush_pending method if you want a default access modifier
16325 src/jZLib/ZStream.java 214 DefaultPackage: Use explicit scoping instead of the default package private level
16326 src/jZLib/ZStream.java 214 DefaultPackage: Use explicit scoping instead of the default package private level
16327 src/jZLib/ZStream.java 217 ControlStatementBraces: This statement should have braces
16328 src/jZLib/ZStream.java 217 ControlStatementBraces: This statement should have braces
16329 src/jZLib/ZStream.java 218 ControlStatementBraces: This statement should have braces
16330 src/jZLib/ZStream.java 218 ControlStatementBraces: This statement should have braces
16331 src/jZLib/ZStream.java 220 EmptyControlStatement: Empty if statement
16332 src/jZLib/ZStream.java 220 EmptyControlStatement: Empty if statement
16333 src/jZLib/ZStream.java 247 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the read_buf method if you want a default access modifier
16334 src/jZLib/ZStream.java 247 CommentDefaultAccessModifier: To avoid mistakes add a comment at the beginning of the read_buf method if you want a default access modifier
16335 src/jZLib/ZStream.java 247 DefaultPackage: Use explicit scoping instead of the default package private level
16336 src/jZLib/ZStream.java 247 DefaultPackage: Use explicit scoping instead of the default package private level
16337 src/jZLib/ZStream.java 247 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
16338 src/jZLib/ZStream.java 247 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
16339 src/jZLib/ZStream.java 247 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
16340 src/jZLib/ZStream.java 247 MethodArgumentCouldBeFinal: Parameter 'size' is not assigned and could be declared final
16341 src/jZLib/ZStream.java 247 MethodArgumentCouldBeFinal: Parameter 'start' is not assigned and could be declared final
16342 src/jZLib/ZStream.java 247 MethodArgumentCouldBeFinal: Parameter 'start' is not assigned and could be declared final
16343 src/jZLib/ZStream.java 250 ControlStatementBraces: This statement should have braces
16344 src/jZLib/ZStream.java 250 ControlStatementBraces: This statement should have braces
16345 src/jZLib/ZStream.java 251 ControlStatementBraces: This statement should have braces
16346 src/jZLib/ZStream.java 251 ControlStatementBraces: This statement should have braces
16347 src/jZLib/ZStream.java 251 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16348 src/jZLib/ZStream.java 251 OnlyOneReturn: A method should have only one exit point, and that should be the last statement in the method
16349 src/jZLib/ZStream.java 268 CommentRequired: Public method and constructor comments are required
16350 src/jZLib/ZStream.java 268 CommentRequired: Public method and constructor comments are required
16351 src/jZLib/ZStream.java 269 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
16352 src/jZLib/ZStream.java 269 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
16353 src/jZLib/ZStream.java 270 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
16354 src/jZLib/ZStream.java 270 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
16355 src/jZLib/ZStream.java 271 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
16356 src/jZLib/ZStream.java 271 NullAssignment: Assigning an Object to null is a code smell. Consider refactoring.
16357 src/jZLib/ZStream.java 274 CommentRequired: Public method and constructor comments are required
16358 src/jZLib/ZStream.java 274 CommentRequired: Public method and constructor comments are required
16359 src/jZLib/ZStream.java 274 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
16360 src/jZLib/ZStream.java 274 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
16361 src/jZLib/ZStream.java 278 CommentRequired: Public method and constructor comments are required
16362 src/jZLib/ZStream.java 278 CommentRequired: Public method and constructor comments are required
16363 src/jZLib/ZStream.java 278 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
16364 src/jZLib/ZStream.java 278 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
16365 src/jZLib/ZStream.java 278 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
16366 src/jZLib/ZStream.java 278 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
16367 src/jZLib/ZStream.java 278 MethodArgumentCouldBeFinal: Parameter 'off' is not assigned and could be declared final
16368 src/jZLib/ZStream.java 278 MethodArgumentCouldBeFinal: Parameter 'off' is not assigned and could be declared final
16369 src/jZLib/ZStream.java 279 ArrayIsStoredDirectly: The user-supplied array 'buf' is stored directly.
16370 src/jZLib/ZStream.java 279 ArrayIsStoredDirectly: The user-supplied array 'buf' is stored directly.
16371 src/jZLib/ZStream.java 284 CommentRequired: Public method and constructor comments are required
16372 src/jZLib/ZStream.java 284 CommentRequired: Public method and constructor comments are required
16373 src/jZLib/ZStream.java 284 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
16374 src/jZLib/ZStream.java 284 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
16375 src/jZLib/ZStream.java 288 CommentRequired: Public method and constructor comments are required
16376 src/jZLib/ZStream.java 288 CommentRequired: Public method and constructor comments are required
16377 src/jZLib/ZStream.java 288 MethodArgumentCouldBeFinal: Parameter 'append' is not assigned and could be declared final
16378 src/jZLib/ZStream.java 288 MethodArgumentCouldBeFinal: Parameter 'append' is not assigned and could be declared final
16379 src/jZLib/ZStream.java 288 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
16380 src/jZLib/ZStream.java 288 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
16381 src/jZLib/ZStream.java 292 CommentRequired: Public method and constructor comments are required
16382 src/jZLib/ZStream.java 292 CommentRequired: Public method and constructor comments are required
16383 src/jZLib/ZStream.java 292 MethodArgumentCouldBeFinal: Parameter 'append' is not assigned and could be declared final
16384 src/jZLib/ZStream.java 292 MethodArgumentCouldBeFinal: Parameter 'append' is not assigned and could be declared final
16385 src/jZLib/ZStream.java 292 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
16386 src/jZLib/ZStream.java 292 MethodArgumentCouldBeFinal: Parameter 'buf' is not assigned and could be declared final
16387 src/jZLib/ZStream.java 292 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
16388 src/jZLib/ZStream.java 292 MethodArgumentCouldBeFinal: Parameter 'len' is not assigned and could be declared final
16389 src/jZLib/ZStream.java 292 MethodArgumentCouldBeFinal: Parameter 'off' is not assigned and could be declared final
16390 src/jZLib/ZStream.java 292 MethodArgumentCouldBeFinal: Parameter 'off' is not assigned and could be declared final
16391 src/jZLib/ZStream.java 293 ControlStatementBraces: This statement should have braces
16392 src/jZLib/ZStream.java 293 ControlStatementBraces: This statement should have braces
16393 src/jZLib/ZStream.java 296 LocalVariableCouldBeFinal: Local variable 'tmp' could be declared final
16394 src/jZLib/ZStream.java 296 LocalVariableCouldBeFinal: Local variable 'tmp' could be declared final
16395 src/jZLib/ZStream.java 304 ArrayIsStoredDirectly: The user-supplied array 'buf' is stored directly.
16396 src/jZLib/ZStream.java 304 ArrayIsStoredDirectly: The user-supplied array 'buf' is stored directly.
16397 src/jZLib/ZStream.java 310 CommentRequired: Public method and constructor comments are required
16398 src/jZLib/ZStream.java 310 CommentRequired: Public method and constructor comments are required
16399 src/jZLib/ZStream.java 311 MethodReturnsInternalArray: Returning 'next_in' may expose an internal array.
16400 src/jZLib/ZStream.java 311 MethodReturnsInternalArray: Returning 'next_in' may expose an internal array.
16401 src/jZLib/ZStream.java 314 CommentRequired: Public method and constructor comments are required
16402 src/jZLib/ZStream.java 314 CommentRequired: Public method and constructor comments are required
16403 src/jZLib/ZStream.java 314 MethodArgumentCouldBeFinal: Parameter 'next_in' is not assigned and could be declared final
16404 src/jZLib/ZStream.java 314 MethodArgumentCouldBeFinal: Parameter 'next_in' is not assigned and could be declared final
16405 src/jZLib/ZStream.java 315 ArrayIsStoredDirectly: The user-supplied array 'next_in' is stored directly.
16406 src/jZLib/ZStream.java 315 ArrayIsStoredDirectly: The user-supplied array 'next_in' is stored directly.
16407 src/jZLib/ZStream.java 318 CommentRequired: Public method and constructor comments are required
16408 src/jZLib/ZStream.java 318 CommentRequired: Public method and constructor comments are required
16409 src/jZLib/ZStream.java 322 CommentRequired: Public method and constructor comments are required
16410 src/jZLib/ZStream.java 322 CommentRequired: Public method and constructor comments are required
16411 src/jZLib/ZStream.java 322 MethodArgumentCouldBeFinal: Parameter 'next_in_index' is not assigned and could be declared final
16412 src/jZLib/ZStream.java 322 MethodArgumentCouldBeFinal: Parameter 'next_in_index' is not assigned and could be declared final
16413 src/jZLib/ZStream.java 326 CommentRequired: Public method and constructor comments are required
16414 src/jZLib/ZStream.java 326 CommentRequired: Public method and constructor comments are required
16415 src/jZLib/ZStream.java 330 CommentRequired: Public method and constructor comments are required
16416 src/jZLib/ZStream.java 330 CommentRequired: Public method and constructor comments are required
16417 src/jZLib/ZStream.java 330 MethodArgumentCouldBeFinal: Parameter 'avail_in' is not assigned and could be declared final
16418 src/jZLib/ZStream.java 330 MethodArgumentCouldBeFinal: Parameter 'avail_in' is not assigned and could be declared final
16419 src/jZLib/ZStream.java 334 CommentRequired: Public method and constructor comments are required
16420 src/jZLib/ZStream.java 334 CommentRequired: Public method and constructor comments are required
16421 src/jZLib/ZStream.java 335 MethodReturnsInternalArray: Returning 'next_out' may expose an internal array.
16422 src/jZLib/ZStream.java 335 MethodReturnsInternalArray: Returning 'next_out' may expose an internal array.
16423 src/jZLib/ZStream.java 338 CommentRequired: Public method and constructor comments are required
16424 src/jZLib/ZStream.java 338 CommentRequired: Public method and constructor comments are required
16425 src/jZLib/ZStream.java 338 MethodArgumentCouldBeFinal: Parameter 'next_out' is not assigned and could be declared final
16426 src/jZLib/ZStream.java 338 MethodArgumentCouldBeFinal: Parameter 'next_out' is not assigned and could be declared final
16427 src/jZLib/ZStream.java 339 ArrayIsStoredDirectly: The user-supplied array 'next_out' is stored directly.
16428 src/jZLib/ZStream.java 339 ArrayIsStoredDirectly: The user-supplied array 'next_out' is stored directly.
16429 src/jZLib/ZStream.java 342 CommentRequired: Public method and constructor comments are required
16430 src/jZLib/ZStream.java 342 CommentRequired: Public method and constructor comments are required
16431 src/jZLib/ZStream.java 346 CommentRequired: Public method and constructor comments are required
16432 src/jZLib/ZStream.java 346 CommentRequired: Public method and constructor comments are required
16433 src/jZLib/ZStream.java 346 MethodArgumentCouldBeFinal: Parameter 'next_out_index' is not assigned and could be declared final
16434 src/jZLib/ZStream.java 346 MethodArgumentCouldBeFinal: Parameter 'next_out_index' is not assigned and could be declared final
16435 src/jZLib/ZStream.java 350 CommentRequired: Public method and constructor comments are required
16436 src/jZLib/ZStream.java 350 CommentRequired: Public method and constructor comments are required
16437 src/jZLib/ZStream.java 355 CommentRequired: Public method and constructor comments are required
16438 src/jZLib/ZStream.java 355 CommentRequired: Public method and constructor comments are required
16439 src/jZLib/ZStream.java 355 MethodArgumentCouldBeFinal: Parameter 'avail_out' is not assigned and could be declared final
16440 src/jZLib/ZStream.java 355 MethodArgumentCouldBeFinal: Parameter 'avail_out' is not assigned and could be declared final
16441 src/jZLib/ZStream.java 359 CommentRequired: Public method and constructor comments are required
16442 src/jZLib/ZStream.java 359 CommentRequired: Public method and constructor comments are required
16443 src/jZLib/ZStream.java 363 CommentRequired: Public method and constructor comments are required
16444 src/jZLib/ZStream.java 363 CommentRequired: Public method and constructor comments are required
16445 src/jZLib/ZStream.java 367 CommentRequired: Public method and constructor comments are required
16446 src/jZLib/ZStream.java 367 CommentRequired: Public method and constructor comments are required
16447 src/jZLib/ZStream.java 376 CommentRequired: Public method and constructor comments are required
16448 src/jZLib/ZStream.java 376 CommentRequired: Public method and constructor comments are required
16449 src/jZLib/ZStreamException.java 2 CommentSize: Comment is too large: Too many lines
16450 src/jZLib/ZStreamException.java 2 CommentSize: Comment is too large: Too many lines
16451 src/jZLib/ZStreamException.java 35 PackageCase: Package name contains upper case characters
16452 src/jZLib/ZStreamException.java 35 PackageCase: Package name contains upper case characters
16453 src/jZLib/ZStreamException.java 37 CommentRequired: Class comments are required
16454 src/jZLib/ZStreamException.java 37 CommentRequired: Class comments are required
16455 src/jZLib/ZStreamException.java 37 MissingSerialVersionUID: Classes implementing Serializable should set a serialVersionUID
16456 src/jZLib/ZStreamException.java 37 MissingSerialVersionUID: Classes implementing Serializable should set a serialVersionUID
16457 src/jZLib/ZStreamException.java 38 CommentRequired: Public method and constructor comments are required
16458 src/jZLib/ZStreamException.java 38 CommentRequired: Public method and constructor comments are required
16459 src/jZLib/ZStreamException.java 41 CommentRequired: Public method and constructor comments are required
16460 src/jZLib/ZStreamException.java 41 CommentRequired: Public method and constructor comments are required
16461 src/jZLib/ZStreamException.java 41 MethodArgumentCouldBeFinal: Parameter 's' is not assigned and could be declared final
16462 src/jZLib/ZStreamException.java 41 MethodArgumentCouldBeFinal: Parameter 's' is not assigned and could be declared final
16463 src/jZLib/ZStreamException.java 41 ShortVariable: Avoid variables with short names like s
16464 src/jZLib/ZStreamException.java 41 ShortVariable: Avoid variables with short names like s